Include testsuite 22/15122/1
authorRavi Pendurty <ravi.pendurty@highstreet-technologies.com>
Tue, 7 Oct 2025 09:26:07 +0000 (14:56 +0530)
committerRavi Pendurty <ravi.pendurty@highstreet-technologies.com>
Tue, 7 Oct 2025 09:26:07 +0000 (14:56 +0530)
commit614a7ce533db9e616ee056c0243a394d7017ad97
treeb67613eab59d4d5dc3124ef04aa8486e3559670a
parent7805aa1a8620359866e4f453f18feeced349c576
Include testsuite

deploy docker images and run tests

Issue-ID: OAM-513
Change-Id: Ic36c8355ade7c6adae3a353fa5315285cefda9d9
Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com>
35 files changed:
.github/workflows/gerrit-verify.yaml
.gitignore
CICD/bin/setup.sh [new file with mode: 0755]
CICD/config/.env [new file with mode: 0644]
CICD/config/certs/certs.properties [new file with mode: 0644]
CICD/config/certs/keys0.zip [new file with mode: 0644]
CICD/config/certs/keys1.zip [new file with mode: 0644]
CICD/config/docker-compose-o-ru-mplane.yaml [new file with mode: 0644]
CICD/config/docker-compose-sdnr-mariadb.yaml [new file with mode: 0644]
CICD/config/ietf-netconf-server-ssh-callhome.json [new file with mode: 0644]
CICD/config/ietf-netconf-server-tls-callhome.json [new file with mode: 0644]
CICD/config/ietf-netconf-server-tls-listen.json [new file with mode: 0644]
CICD/config/sdnc-web/cacert.pem [new file with mode: 0644]
CICD/config/sdnc-web/cert.pem [new file with mode: 0644]
CICD/config/sdnc-web/key.pem [new file with mode: 0644]
CICD/config/sdnr/devicemanager.properties [new file with mode: 0644]
CICD/config/sdnr/mountpoint-registrar.properties [new file with mode: 0644]
CICD/config/sdnr/mountpoint-registrar.properties.bkup [new file with mode: 0644]
CICD/config/sdnr/oauth-aaa-app-config.xml [new file with mode: 0644]
CICD/config/sdnr/oauth-provider.config.json [new file with mode: 0644]
CICD/config/sdnrconfig.json [new file with mode: 0644]
CICD/config/testsuiteconfig.json [new file with mode: 0644]
CICD/log/.gitkeep [new file with mode: 0644]
CICD/src/ApiRequest.py [new file with mode: 0644]
CICD/src/Main.py [new file with mode: 0644]
CICD/src/SdnrConfigModel.py [new file with mode: 0644]
CICD/src/TestPlanModel.py [new file with mode: 0644]
CICD/src/TestPlanRunner.py [new file with mode: 0644]
CICD/src/TestSuiteConfig.py [new file with mode: 0644]
CICD/testplans/001/CREATE-MOUNTPOINT-TLS.json [new file with mode: 0644]
CICD/testplans/001/testplan.json [new file with mode: 0644]
CICD/testplans/002/CREATE-MOUNTPOINT-SSH.json [new file with mode: 0644]
CICD/testplans/002/testplan.json [new file with mode: 0644]
CICD/testplans/003/testplan.json [new file with mode: 0644]
CICD/testplans/004/testplan.json [new file with mode: 0644]