CPS-615 - CSIT for model sync & passthrough 43/124643/34
authorJosephKeenan <joseph.keenan@est.tech>
Fri, 1 Oct 2021 09:40:47 +0000 (10:40 +0100)
committerRahul Tyagi <rahul.tyagi@est.tech>
Fri, 15 Oct 2021 13:21:27 +0000 (13:21 +0000)
commitd181b0e51b6385105362c9b59239ab581cace45e
tree8bf865ada0f0573094dd5280f53dcaee15adfa51
parent79456d8d3dd7390bb91f1a3ad107c8720c1e7def
CPS-615 - CSIT for model sync & passthrough

This commit contains
-Registration and sync test cases
-Passthrough read and  write test case

Issue-ID: CPS-615
Change-Id: I1ad70dbc8c0af96bd5cf69476acdad42cf3c179d
Signed-off-by: JosephKeenan <joseph.keenan@est.tech>
19 files changed:
.gitignore
csit/data/bookstoreAddEntry.json [new file with mode: 0644]
csit/data/cmHandleRegistration.json [new file with mode: 0644]
csit/data/postModuleRequestBody.json [new file with mode: 0644]
csit/plans/cps/pnfsim/docker-compose.yml [new file with mode: 0755]
csit/plans/cps/pnfsim/netconf-config/LICENSE [new file with mode: 0755]
csit/plans/cps/pnfsim/netconf-config/stores.yang [new file with mode: 0644]
csit/plans/cps/pnfsim/netconf-config/subscriber.py [new file with mode: 0755]
csit/plans/cps/sdnc/certs/certs.properties [new file with mode: 0644]
csit/plans/cps/sdnc/certs/keys0.zip [new file with mode: 0644]
csit/plans/cps/sdnc/docker-compose.yml [new file with mode: 0644]
csit/plans/cps/sdnc/sdnc_setup.sh [new file with mode: 0644]
csit/plans/cps/setup.sh [moved from csit/plans/default/setup.sh with 53% similarity]
csit/plans/cps/teardown.sh [moved from csit/plans/default/teardown.sh with 75% similarity]
csit/plans/cps/testplan.txt [new file with mode: 0644]
csit/plans/default/testplan.txt [deleted file]
csit/tests/cps-model-sync/cps-model-sync.robot [new file with mode: 0644]
csit/tests/ncmp-passthrough/ncmp-passthrough.robot [new file with mode: 0644]
docker-compose/docker-compose.yml