Move remaining CSITs from to docker/csit 49/121449/1
authorJim Hahn <jrh3@att.com>
Wed, 12 May 2021 15:33:43 +0000 (11:33 -0400)
committerRam Krishna Verma <ram_krishna.verma@bell.ca>
Thu, 20 May 2021 20:33:48 +0000 (20:33 +0000)
commit97c0fc4613767f85af4e4be91d896655e3a5d003
treeffc942af8a35ebe38c44fcd0577827a1519db259
parent0b3d50f77e3b4122bafd4b8f396e86d5135c2b5a
Move remaining CSITs from to docker/csit

Moved the remaining CSITs from the individual policy repos to the
docker repo.  The files are unchanged, except for removing trailing
spaces and adding newlines to the end of a few of them.  The two
exceptions were the setup.sh scripts for drools-apps and distribution,
in which "/csit" is no longer being appended to the TESTPLANDIR, as
that variable now already includes "/csit".

Issue-ID: POLICY-3299
Change-Id: I4dd381ad7d916f334cfbcbfb541c78db97012dd2
Signed-off-by: Jim Hahn <jrh3@att.com>
(cherry picked from commit b3a962f585a8cb22d4bfbe56c3189a1f66f4736f)
39 files changed:
csit/apex-pdp/plans/setup.sh [new file with mode: 0644]
csit/apex-pdp/plans/teardown.sh [new file with mode: 0644]
csit/apex-pdp/plans/testplan.txt [new file with mode: 0644]
csit/apex-pdp/tests/apex-pdp-test.robot [new file with mode: 0644]
csit/apex-pdp/tests/data/event.json [new file with mode: 0644]
csit/apex-pdp/tests/data/onap.policies.native.Apex.tosca.json [new file with mode: 0644]
csit/apex-pdp/tests/data/pdp_update.json [new file with mode: 0644]
csit/api/plans/setup.sh [new file with mode: 0644]
csit/api/plans/teardown.sh [new file with mode: 0755]
csit/api/plans/testplan.txt [new file with mode: 0644]
csit/api/tests/api-test.robot [new file with mode: 0644]
csit/api/tests/data/onap.policy.monitoring.tcagen2.v1.json [new file with mode: 0644]
csit/api/tests/data/onap.policy.monitoring.tcagen2.v2.json [new file with mode: 0644]
csit/distribution/config/csar/sample_csar_with_apex_policy.csar [new file with mode: 0644]
csit/distribution/plans/setup.sh [new file with mode: 0644]
csit/distribution/plans/teardown.sh [new file with mode: 0644]
csit/distribution/plans/testplan.txt [new file with mode: 0644]
csit/distribution/tests/data/event.json [new file with mode: 0644]
csit/distribution/tests/distribution-test.robot [new file with mode: 0644]
csit/drools-applications/plans/setup.sh [new file with mode: 0755]
csit/drools-applications/plans/teardown.sh [new file with mode: 0755]
csit/drools-applications/plans/testplan.txt [new file with mode: 0644]
csit/drools-applications/tests/data/deploy.drools.policies.json [new file with mode: 0644]
csit/drools-applications/tests/data/deploy.xacml.policies.json [new file with mode: 0644]
csit/drools-applications/tests/data/vcpeOnset.json [new file with mode: 0644]
csit/drools-applications/tests/data/vdnsOnset.json [new file with mode: 0644]
csit/drools-applications/tests/data/vfwOnset.json [new file with mode: 0644]
csit/drools-applications/tests/drools-applications-test.robot [new file with mode: 0644]
csit/drools-pdp/plans/setup.sh [new file with mode: 0755]
csit/drools-pdp/plans/teardown.sh [new file with mode: 0755]
csit/drools-pdp/plans/testplan.txt [new file with mode: 0644]
csit/drools-pdp/tests/drools-pdp-test.robot [new file with mode: 0644]
csit/pap/plans/setup.sh [new file with mode: 0644]
csit/pap/plans/teardown.sh [new file with mode: 0644]
csit/pap/plans/testplan.txt [new file with mode: 0644]
csit/pap/tests/data/create.group.request.json [new file with mode: 0644]
csit/pap/tests/data/deploy.group.request.json [new file with mode: 0644]
csit/pap/tests/pap-test.robot [new file with mode: 0644]
csit/run-project-csit.sh