aboutsummaryrefslogtreecommitdiff
path: root/rpkid/tests/yamltest.py
diff options
context:
space:
mode:
Diffstat (limited to 'rpkid/tests/yamltest.py')
-rw-r--r--rpkid/tests/yamltest.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/rpkid/tests/yamltest.py b/rpkid/tests/yamltest.py
index 9d77a34c..2ed3b8e6 100644
--- a/rpkid/tests/yamltest.py
+++ b/rpkid/tests/yamltest.py
@@ -426,7 +426,8 @@ class allocation(object):
pubd_server_port = str(self.pubd.pubd_port),
publication_rsync_server = "localhost:%s" % self.pubd.rsync_port,
bpki_servers_directory = self.path(),
- publication_base_directory = self.path("publication"))
+ publication_base_directory = self.path("publication"),
+ shared_sql_password = "fnord")
r.update(config_overrides)