diff options
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 |