diff options
author | Rob Austein <sra@hactrn.net> | 2013-03-25 22:54:22 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2013-03-25 22:54:22 +0000 |
commit | 06f4f438d03b682c678101bb2c41b8632d9cf94b (patch) | |
tree | a04d5ba583a628ad98dac6e195a7b2322367bcf5 /rpkid/tests/yamltest.py | |
parent | 3670881dad83267be149c07344ae6def8f38903b (diff) |
Break rootd setup out of rpkic create_identity into new command rpkic
configure_root command; and rename rpkic delete_self to
delete_identity for symmetry. Clean up handling of rpkic command
syntax errors. Exit with non-zero status when rpkic is invoked with
arguments and the given command throws an error. See #466.
svn path=/trunk/; revision=5213
Diffstat (limited to 'rpkid/tests/yamltest.py')
-rw-r--r-- | rpkid/tests/yamltest.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/rpkid/tests/yamltest.py b/rpkid/tests/yamltest.py index f39fbf97..ae8a1293 100644 --- a/rpkid/tests/yamltest.py +++ b/rpkid/tests/yamltest.py @@ -673,6 +673,10 @@ try: create_root_certificate(db.root) + # Set up rootd. + + db.root.run_rpkic("configure_root") + # From here on we need to pay attention to initialization order. We # used to do all the pre-configure_daemons stuff before running any # of the daemons, but that doesn't work right in hosted cases, so we |