aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rpkid/tests/yamltest.py1
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,