[DMAAP-DR] Migrate csit suite to the repo 77/122677/1
authorefiacor <fiachra.corcoran@est.tech>
Fri, 16 Jul 2021 13:49:14 +0000 (14:49 +0100)
committerefiacor <fiachra.corcoran@est.tech>
Fri, 16 Jul 2021 13:49:42 +0000 (14:49 +0100)
commitd73829d6083d7d31bd780cfbc086476ae0da8bb0
treedc4154fea9d6d259ab95078e239f8243793b4d5c
parent7a68193618045642b989a1d60168c5d0bb626749
[DMAAP-DR] Migrate csit suite to the repo

Signed-off-by: efiacor <fiachra.corcoran@est.tech>
Change-Id: I284f6b235ef3bf3cd2685da488d89f41fcba1ea7
Issue-ID: DMAAP-1636
24 files changed:
.gitignore
csit/plans/dmaap-datarouter/ssl-dr-suite/setup.sh [new file with mode: 0755]
csit/plans/dmaap-datarouter/ssl-dr-suite/teardown.sh [new file with mode: 0755]
csit/plans/dmaap-datarouter/ssl-dr-suite/testplan.txt [new file with mode: 0755]
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/common_functions.sh [new file with mode: 0755]
csit/scripts/dmaap-datarouter/datarouter-launch.sh [new file with mode: 0644]
csit/scripts/dmaap-datarouter/datarouter-teardown.sh [new file with mode: 0755]
csit/scripts/dmaap-datarouter/docker-compose/docker-compose.yml [new file with mode: 0644]
csit/scripts/dmaap-datarouter/docker-compose/node.properties [new file with mode: 0644]
csit/scripts/dmaap-datarouter/docker-compose/provserver.properties [new file with mode: 0755]
csit/scripts/dmaap-datarouter/docker-compose/subscriber.properties [new file with mode: 0644]
csit/scripts/dmaap-datarouter/dr_certs/dr_node/org.onap.dmaap-dr-node.p12 [new file with mode: 0644]
csit/scripts/dmaap-datarouter/dr_certs/dr_node/org.onap.dmaap-dr.cred.props [new file with mode: 0644]
csit/scripts/dmaap-datarouter/dr_certs/dr_node/truststore.jks [new file with mode: 0644]
csit/scripts/dmaap-datarouter/dr_certs/dr_prov/org.onap.dmaap-dr-prov.p12 [new file with mode: 0755]
csit/scripts/dmaap-datarouter/dr_certs/dr_prov/org.onap.dmaap-dr.cred.props [new file with mode: 0644]
csit/scripts/dmaap-datarouter/dr_certs/dr_prov/truststore.jks [new file with mode: 0644]
csit/scripts/dmaap-datarouter/robot_ssl/onap_ca_cert.pem [new file with mode: 0644]
csit/scripts/dmaap-datarouter/robot_ssl/update_ca.py [new file with mode: 0644]
csit/scripts/get-instance-ip.sh [new file with mode: 0755]
csit/tests/dmaap-datarouter/ssl-dr-suite/ssl-dr-suite.robot [new file with mode: 0755]