diff options
author | Rob Austein <sra@hactrn.net> | 2013-05-14 10:39:23 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2013-05-14 10:39:23 +0000 |
commit | 503cbb89134b287fdb027c6b2ed261fba489598f (patch) | |
tree | f4e2eba8accf94101b1a3b31846704c2d8ce890e /rpkid/tests/yamltest.py | |
parent | 9e3acc200206ceb46a953622d276de763dee9b2f (diff) |
Don't depend on default SQL password, since that's now generated on
the fly during compilation.
svn path=/trunk/; revision=5335
Diffstat (limited to 'rpkid/tests/yamltest.py')
-rw-r--r-- | rpkid/tests/yamltest.py | 3 |
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) |