Add CSIT to project repo 56/118756/1
authorecaiyanlinux <martin.c.yan@est.tech>
Wed, 3 Mar 2021 11:33:31 +0000 (11:33 +0000)
committerecaiyanlinux <martin.c.yan@est.tech>
Wed, 3 Mar 2021 15:16:03 +0000 (15:16 +0000)
commitbdf2f9fbd01df30e1f7ee8b5c5dc5f75b93d5ab6
tree27ccea383849ba35a7c7cbe4036ac759dfebca10
parent86000084e453d581c029b4362f259c503e309425
Add CSIT to project repo

Signed-off-by: ecaiyanlinux <martin.c.yan@est.tech>
Change-Id: I860ffd4365923aba5e735c2ffe4a06909dc4283c
Issue-ID: CCSDK-3140
28 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-osc.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]
csit/tests/healthcheck/test2.robot [new file with mode: 0644]