diff options
author | Rob Austein <sra@hactrn.net> | 2010-04-12 16:53:02 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2010-04-12 16:53:02 +0000 |
commit | 59458a3c119aa1c100f5bdce783d0d852f27d7e7 (patch) | |
tree | 118af0cf1baa7e2bd57ead119489ae74dde4b41a /myrpki.rototill/yamltest.py | |
parent | 35232fe984b6a9f4417edb7eee7a2130e1c8f983 (diff) |
Reoranize test code, step 1.
svn path=/myrpki.rototill/yamltest.py; revision=3182
Diffstat (limited to 'myrpki.rototill/yamltest.py')
-rw-r--r-- | myrpki.rototill/yamltest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/myrpki.rototill/yamltest.py b/myrpki.rototill/yamltest.py index 360f6ad7..08153209 100644 --- a/myrpki.rototill/yamltest.py +++ b/myrpki.rototill/yamltest.py @@ -548,7 +548,7 @@ try: rpki.log.use_syslog = False rpki.log.init("yamltest") - yaml_file = argv[0] if argv else "../rpkid/testbed.1.yaml" + yaml_file = argv[0] if argv else "../rpkid/tests/testbed.1.yaml" # Allow optional config file for this tool to override default # passwords: this is mostly so that I can show a complete working |