aboutsummaryrefslogtreecommitdiff
path: root/ca/tests/smoketest.1.yaml
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2014-04-07 21:25:15 +0000
committerRob Austein <sra@hactrn.net>2014-04-07 21:25:15 +0000
commit440687c9d13a28b902bd9594f88eea6f42be686e (patch)
treed239056a195315c9c55b3c67103f9b1771aab0c2 /ca/tests/smoketest.1.yaml
parent8f81bbe3c5f76eda26bea1cf4b455de8faec0449 (diff)
Whack test code to work with new tree, fix relaxng.py.
svn path=/branches/tk685/; revision=5765
Diffstat (limited to 'ca/tests/smoketest.1.yaml')
-rw-r--r--ca/tests/smoketest.1.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/ca/tests/smoketest.1.yaml b/ca/tests/smoketest.1.yaml
index 914aaae4..81bc887a 100644
--- a/ca/tests/smoketest.1.yaml
+++ b/ca/tests/smoketest.1.yaml
@@ -52,7 +52,7 @@ kids:
---
- shell set -x;
- rtr_origin='python ../../../rtr-origin/rtr-origin.py';
+ rtr_origin='python ../../../rp/rpki-rtr/rtr-origin.py';
$rtr_origin --cronjob rcynic-data/authenticated &&
$rtr_origin --show
---
@@ -70,7 +70,7 @@ kids:
ipv4: 10.3.0.1/32, 10.0.0.44/32
---
- shell set -x;
- rtr_origin='python ../../../rtr-origin/rtr-origin.py';
+ rtr_origin='python ../../../rp/rpki-rtr/rtr-origin.py';
$rtr_origin --cronjob rcynic-data/authenticated &&
$rtr_origin --show
---