diff options
Diffstat (limited to 'plans/policy')
-rw-r--r-- | plans/policy/apex-pdp/testplan.txt | 2 | ||||
-rw-r--r-- | plans/policy/distribution/testplan.txt | 2 | ||||
-rwxr-xr-x | plans/policy/health/setup.sh | 4 | ||||
-rw-r--r-- | plans/policy/health/testplan.txt | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/plans/policy/apex-pdp/testplan.txt b/plans/policy/apex-pdp/testplan.txt index cee9abda..07096cfa 100644 --- a/plans/policy/apex-pdp/testplan.txt +++ b/plans/policy/apex-pdp/testplan.txt @@ -1,3 +1,3 @@ -# Test suites are relative paths under [integration.git]/test/csit/tests/. +# Test suites are relative paths under [integration/csit.git]/tests/. # Place the suites in run order. policy/apex-pdp/apex-pdp-test.robot diff --git a/plans/policy/distribution/testplan.txt b/plans/policy/distribution/testplan.txt index 6f74cce4..bfd8192e 100644 --- a/plans/policy/distribution/testplan.txt +++ b/plans/policy/distribution/testplan.txt @@ -1,3 +1,3 @@ -# Test suites are relative paths under [integration.git]/test/csit/tests/. +# Test suites are relative paths under [integration/csit.git]/tests/. # Place the suites in run order. policy/distribution/distribution-test.robot diff --git a/plans/policy/health/setup.sh b/plans/policy/health/setup.sh index 21f58eb6..890df9b4 100755 --- a/plans/policy/health/setup.sh +++ b/plans/policy/health/setup.sh @@ -30,9 +30,9 @@ for i in {1..10}; do sleep $i done -${WORKSPACE}/test/csit/scripts/policy/mock-hello.sh ${MOCK_IP} +${WORKSPACE}/scripts/policy/mock-hello.sh ${MOCK_IP} -source ${WORKSPACE}/test/csit/scripts/policy/script1.sh +source ${WORKSPACE}/scripts/policy/script1.sh # Pass any variables required by Robot test suites in ROBOT_VARIABLES ROBOT_VARIABLES="-v MOCK_IP:${MOCK_IP} -v IP:${IP} -v POLICY_IP:${POLICY_IP} -v PDP_IP:${PDP_IP} -v DOCKER_IP:${DOCKER_IP}" diff --git a/plans/policy/health/testplan.txt b/plans/policy/health/testplan.txt index bb858748..ab8a5b08 100644 --- a/plans/policy/health/testplan.txt +++ b/plans/policy/health/testplan.txt @@ -1,3 +1,3 @@ -# Test suites are relative paths under [integration.git]/test/csit/tests/. +# Test suites are relative paths under [integration/csit.git]/tests/. # Place the suites in run order. policy/suite1 |