Add csit in project repo 30/118430/21
authorecaiyanlinux <martin.c.yan@est.tech>
Wed, 24 Feb 2021 19:11:18 +0000 (20:11 +0100)
committerecaiyanlinux <martin.c.yan@est.tech>
Tue, 2 Mar 2021 09:17:55 +0000 (09:17 +0000)
commit1668b5a62512993b0ae0650bdbff20ad67749fa5
tree40971ce9b7b146a5d6ac95571aba33573e4c59e3
parent5f2eb385c2902e270f68d52659d31097f6fa89b4
Add csit in project repo

using scripts in the project repo for csit

Signed-off-by: ecaiyanlinux <martin.c.yan@est.tech>
Issue-ID: CCSDK-3140
Change-Id: I08c0bbb55d6cd425c246362d40187738d26f2e43
26 files changed:
csit/.gitignore [new file with mode: 0644]
csit/plans/healthcheck/setup.sh [new file with mode: 0755]
csit/plans/healthcheck/teardown.sh [new file with mode: 0755]
csit/plans/healthcheck/testplan.txt [new file with mode: 0644]
csit/prepare-csit.sh [new file with mode: 0755]
csit/run-csit.sh [new file with mode: 0755]
csit/run-project-csit.sh [new file with mode: 0755]
csit/scripts/healthcheck/config/application_configuration.json.nosdnc [new file with mode: 0644]
csit/scripts/healthcheck/config/application_configuration.json.sdnc [new file with mode: 0644]
csit/scripts/healthcheck/data/preparePmsData.sh [new file with mode: 0755]
csit/scripts/healthcheck/data/testdata/OSC/policy_type.json [new file with mode: 0644]
csit/scripts/healthcheck/data/testdata/policy.json [new file with mode: 0644]
csit/scripts/healthcheck/data/testdata/service.json [new file with mode: 0644]
csit/scripts/healthcheck/data/testdata/v2/policy_osc.json [new file with mode: 0644]
csit/scripts/healthcheck/data/testdata/v2/policy_std_v2.json [new file with mode: 0644]
csit/scripts/healthcheck/data/testdata/v2/policy_type.json [new file with mode: 0644]
csit/scripts/healthcheck/data/testdata/v2/service.json [new file with mode: 0644]
csit/scripts/healthcheck/docker-compose.yml [new file with mode: 0644]
csit/scripts/healthcheck/sdnc/config/https-props-a1controller.properties [new file with mode: 0644]
csit/scripts/healthcheck/sdnc/docker-compose.yml [new file with mode: 0644]
csit/scripts/healthcheck/test/health_check.sh [new file with mode: 0755]
csit/scripts/healthcheck/test/pms_a1sim.sh [new file with mode: 0755]
csit/scripts/healthcheck/test/pms_a1sim_sdnc.sh [new file with mode: 0755]
csit/scripts/healthcheck/test/setup.sh [new file with mode: 0755]
csit/tests/healthcheck/__init__.robot [new file with mode: 0644]
csit/tests/healthcheck/test1.robot [new file with mode: 0644]