diff options
author | Rob Austein <sra@hactrn.net> | 2008-01-13 00:34:19 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2008-01-13 00:34:19 +0000 |
commit | 39d35749cea5ee2eddee5830d9b732ba31c73ea3 (patch) | |
tree | 293405bc87ac6b20cae95cd2c2996ad0e9abc403 | |
parent | 4a0dbb136d388b3c032d39336beeee822e52533c (diff) |
Cleanup
svn path=/scripts/rpkid.py; revision=1475
-rwxr-xr-x | scripts/rpkid.py | 3 | ||||
-rw-r--r-- | scripts/testbed.1.yaml | 1 |
2 files changed, 0 insertions, 4 deletions
diff --git a/scripts/rpkid.py b/scripts/rpkid.py index fc84ca32..bf114c6e 100755 --- a/scripts/rpkid.py +++ b/scripts/rpkid.py @@ -126,9 +126,6 @@ startup_msg = cfg.get("startup-message", "") if startup_msg: rpki.log.info(startup_msg) -if cfg.get("cmstest", False): - rpki.cms.cmstest = True - gctx = global_context(cfg) rpki.https.server(privateKey = gctx.https_key, diff --git a/scripts/testbed.1.yaml b/scripts/testbed.1.yaml index 908db21b..fa8bd6f8 100644 --- a/scripts/testbed.1.yaml +++ b/scripts/testbed.1.yaml @@ -6,7 +6,6 @@ valid_for: 2d sia_base: "rsync://wombat.invalid/" kids: - name: R0 - extra_conf: [ "cmstest = 1" ] kids: - name: Alice ipv4: 192.0.2.1-192.0.2.33 |