diff options
author | Rob Austein <sra@hactrn.net> | 2014-11-12 00:25:21 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2014-11-12 00:25:21 +0000 |
commit | 41e89b412f7beb2c9d829495afdd92bb58f80c46 (patch) | |
tree | 3adb6b61d18bf263e066ad2aff75a4985a9b17c5 /ca/tests/yamlconf.py | |
parent | a11d65c56617104c874b93ef2c801e73f8597c0f (diff) |
Initial (awful kludge) version of adding RRDP URIs to SIA extension.
This needs rewriting, but doing it properly requires a minor database
schema change, and I'm trying to get a test case running by tomorrow
morning.
svn path=/branches/tk705/; revision=6015
Diffstat (limited to 'ca/tests/yamlconf.py')
-rw-r--r-- | ca/tests/yamlconf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ca/tests/yamlconf.py b/ca/tests/yamlconf.py index bb82ef74..4c003835 100644 --- a/ca/tests/yamlconf.py +++ b/ca/tests/yamlconf.py @@ -522,7 +522,7 @@ class allocation(object): root_uri = "rsync://%s/rpki/" % self.rsync_server - root_sia = (root_uri, root_uri + "root.mft", None) + root_sia = (root_uri, root_uri + "root.mft", None, rpki.publication.rrdp_sia_uri_kludge) root_cert = rpki.x509.X509.self_certify( keypair = root_key, |