diff options
author | Rob Austein <sra@hactrn.net> | 2008-01-10 03:16:25 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2008-01-10 03:16:25 +0000 |
commit | f7279fd3905b2ffc5354ed2aee9368c3f39a5f84 (patch) | |
tree | c2c8c7c9b93142fa20a61175880d8e7c53d2da02 /scripts/testbed.py | |
parent | 8cffff56522d06eb3aae0e5f665f51b328c06210 (diff) |
Proofreading fixes from Randy (thanks!)
svn path=/docs/OPERATION; revision=1467
Diffstat (limited to 'scripts/testbed.py')
-rw-r--r-- | scripts/testbed.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/testbed.py b/scripts/testbed.py index 990e3150..c87c81b2 100644 --- a/scripts/testbed.py +++ b/scripts/testbed.py @@ -568,8 +568,8 @@ class allocation(object): def run_yaml(self): """Run YAML scripts for this leaf entity.""" rpki.log.info("Running YAML for %s" % self.name) - subprocess.check_call((prog_python, prog_poke, "-c", self.name + ".yaml", "-r", "list")) - subprocess.check_call((prog_python, prog_poke, "-c", self.name + ".yaml", "-r", "issue")) + subprocess.check_call((prog_python, prog_poke, "-y", self.name + ".yaml", "-r", "list")) + subprocess.check_call((prog_python, prog_poke, "-y", self.name + ".yaml", "-r", "issue")) def setup_biz_cert_chain(name): """Build a set of business certs.""" |