Move remaining CSITs from to docker/csit 90/121290/2
authorJim Hahn <jrh3@att.com>
Wed, 12 May 2021 15:33:43 +0000 (11:33 -0400)
committerJim Hahn <jrh3@att.com>
Wed, 12 May 2021 16:28:07 +0000 (12:28 -0400)
commitb3a962f585a8cb22d4bfbe56c3189a1f66f4736f
treee09abe964bc8f128a1f08831fb3d6817d50fae9f
parent3486a9218bc8d396dce8cdde32d0b1e38490bacf
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>
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