diff options
author | Rob Austein <sra@hactrn.net> | 2010-07-03 20:08:20 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2010-07-03 20:08:20 +0000 |
commit | 572e7deab74d62ec6ef20a95b773efd0f2ed4c7c (patch) | |
tree | 39da7f13982838b5df4672f51a1f6bfc2cad4487 | |
parent | b8e1da4857eae6258ac9ad3143b1a3635decb11d (diff) |
Set "run_rpkid" correctly. This exposes a structural problem with
yamltest's initialization sequence, which needs to be fixed, but at
least this way myrpki knows that yamltest is doing something screwy.
svn path=/rpkid/tests/yamltest.py; revision=3322
-rw-r--r-- | rpkid/tests/yamltest.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rpkid/tests/yamltest.py b/rpkid/tests/yamltest.py index aa68375a..0f9edbed 100644 --- a/rpkid/tests/yamltest.py +++ b/rpkid/tests/yamltest.py @@ -385,6 +385,7 @@ class allocation(object): s = self.find_pubd() r = { "handle" : self.name, + "run_rpkid" : str(not self.is_hosted()), "run_pubd" : str(self.runs_pubd()), "run_rootd" : str(self.is_root()), "openssl" : prog_openssl, |