CPS-615 - CSIT for model sync & passthrough 16/124816/7
authorJosephKeenan <joseph.keenan@est.tech>
Fri, 1 Oct 2021 09:40:47 +0000 (10:40 +0100)
committerRahul Tyagi <rahul.tyagi@est.tech>
Mon, 18 Oct 2021 09:40:45 +0000 (09:40 +0000)
commitcc52af1d1166e549abda10510cfebe1a2acb049a
tree116bff7333f16861304cfa370ae2363b786adcf5
parent162a596f111037a1442be8de411fc7779e021052
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>
(cherry picked from commit d181b0e51b6385105362c9b59239ab581cace45e)
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