diff options
author | Rob Austein <sra@hactrn.net> | 2010-03-05 18:19:12 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2010-03-05 18:19:12 +0000 |
commit | adc7cf6092eccd858c47e3a67b9a9dce9cf4de22 (patch) | |
tree | 1792cc5db32dab85112a0a5b8238ce7732944147 /myrpki.rototill/yamltest.py | |
parent | 9daae2129f84a14fd1c6114051fc94ff4c7fa6cc (diff) |
Checkpoint
svn path=/myrpki.rototill/examples/myrpki.conf; revision=3031
Diffstat (limited to 'myrpki.rototill/yamltest.py')
-rw-r--r-- | myrpki.rototill/yamltest.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/myrpki.rototill/yamltest.py b/myrpki.rototill/yamltest.py index bb95d074..8a8d3e23 100644 --- a/myrpki.rototill/yamltest.py +++ b/myrpki.rototill/yamltest.py @@ -617,9 +617,9 @@ for d in db: for d in db: if not d.is_root(): print - d.parent.run_setup("receive_from_child", d.path("%s.xml" % d.name)) + d.parent.run_setup("answer_child", d.path("entitydb", "identity.xml")) print - d.run_setup("receive_from_parent", d.parent.path("children/%s.xml" % d.name)) + d.run_setup("process_parent_answer", d.parent.path("entitydb", "children", "%s.xml" % d.name)) print |