diff options
author | Jim Hahn <jrh3@att.com> | 2021-05-13 13:24:12 -0400 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2021-05-13 13:25:13 -0400 |
commit | ce1fd20a48f8aea93424c23655182111c6ade699 (patch) | |
tree | 83be550dfba0de7c6155ab4d9f934cb3ef369074 | |
parent | 3f072046056eb8a9ba0bdbc340be1ddfce45059e (diff) |
Update comments in test plans
Changed the directory name in the test plan comments, now that they've
been moved to docker/csit.
Issue-ID: POLICY-3299
Change-Id: Ie17e01ff68a6d2caca9750736724a6e97a8ac20d
Signed-off-by: Jim Hahn <jrh3@att.com>
-rw-r--r-- | csit/apex-pdp/plans/testplan.txt | 2 | ||||
-rw-r--r-- | csit/api/plans/testplan.txt | 2 | ||||
-rw-r--r-- | csit/distribution/plans/testplan.txt | 2 | ||||
-rw-r--r-- | csit/drools-applications/plans/testplan.txt | 2 | ||||
-rw-r--r-- | csit/drools-pdp/plans/testplan.txt | 2 | ||||
-rw-r--r-- | csit/pap/plans/testplan.txt | 2 | ||||
-rw-r--r-- | csit/xacml-pdp/plans/testplan.txt | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/csit/apex-pdp/plans/testplan.txt b/csit/apex-pdp/plans/testplan.txt index 89446530..3d3525d1 100644 --- a/csit/apex-pdp/plans/testplan.txt +++ b/csit/apex-pdp/plans/testplan.txt @@ -1,3 +1,3 @@ -# Test suites are relative paths under [policy/apex-pdp.git]/csit/tests/. +# Test suites are relative paths under [policy/docker.git]/csit/[project]/tests. # Place the suites in run order. apex-pdp-test.robot diff --git a/csit/api/plans/testplan.txt b/csit/api/plans/testplan.txt index ed3f8f63..9a731f89 100644 --- a/csit/api/plans/testplan.txt +++ b/csit/api/plans/testplan.txt @@ -1,3 +1,3 @@ -# Test suites are relative paths under [policy/api.git]/csit/tests/. +# Test suites are relative paths under [policy/docker.git]/csit/[project]/tests. # Place the suites in run order. api-test.robot diff --git a/csit/distribution/plans/testplan.txt b/csit/distribution/plans/testplan.txt index de61eab9..fa0ab03f 100644 --- a/csit/distribution/plans/testplan.txt +++ b/csit/distribution/plans/testplan.txt @@ -1,3 +1,3 @@ -# Test suites are relative paths under [policy/distribution.git]/csit/tests/. +# Test suites are relative paths under [policy/docker.git]/csit/[project]/tests. # Place the suites in run order. distribution-test.robot diff --git a/csit/drools-applications/plans/testplan.txt b/csit/drools-applications/plans/testplan.txt index 7acf3cd9..6ca73849 100644 --- a/csit/drools-applications/plans/testplan.txt +++ b/csit/drools-applications/plans/testplan.txt @@ -1,3 +1,3 @@ -# Test suites are relative paths under [policy/drools-applications.git]/tests/. +# Test suites are relative paths under [policy/docker.git]/csit/[project]/tests. # Place the suites in run order. drools-applications-test.robot diff --git a/csit/drools-pdp/plans/testplan.txt b/csit/drools-pdp/plans/testplan.txt index 76cf0fb0..a63b6ed1 100644 --- a/csit/drools-pdp/plans/testplan.txt +++ b/csit/drools-pdp/plans/testplan.txt @@ -1,3 +1,3 @@ -# Test suites are relative paths under [policy/drools-pdp.git]/tests/. +# Test suites are relative paths under [policy/docker.git]/csit/[project]/tests. # Place the suites in run order. drools-pdp-test.robot diff --git a/csit/pap/plans/testplan.txt b/csit/pap/plans/testplan.txt index cdb32d2d..1e5b1f94 100644 --- a/csit/pap/plans/testplan.txt +++ b/csit/pap/plans/testplan.txt @@ -1,3 +1,3 @@ -# Test suites are relative paths under [policy/pap.git]/csit/tests/. +# Test suites are relative paths under [policy/docker.git]/csit/[project]/tests. # Place the suites in run order. pap-test.robot diff --git a/csit/xacml-pdp/plans/testplan.txt b/csit/xacml-pdp/plans/testplan.txt index b24929f4..c8ffa39f 100644 --- a/csit/xacml-pdp/plans/testplan.txt +++ b/csit/xacml-pdp/plans/testplan.txt @@ -1,3 +1,3 @@ -# Test suites are relative paths under [policy/xacml-pdp.git]/tests/. +# Test suites are relative paths under [policy/docker.git]/csit/[project]/tests. # Place the suites in run order. xacml-pdp-test.robot |