From 572e7deab74d62ec6ef20a95b773efd0f2ed4c7c Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Sat, 3 Jul 2010 20:08:20 +0000 Subject: 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 --- rpkid/tests/yamltest.py | 1 + 1 file changed, 1 insertion(+) 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, -- cgit v1.2.3