Move PM-Mapper CSIT to project repo 74/121474/8
authorLasse Kaihlavirta <l.kaihlavirt@partner.samsung.com>
Fri, 21 May 2021 09:59:08 +0000 (12:59 +0300)
committerLasse Kaihlavirta <l.kaihlavirt@partner.samsung.com>
Wed, 26 May 2021 07:44:59 +0000 (10:44 +0300)
commita3f68d14609fc94ec89e3eb724664a62bc2b0210
treebf87b82d01deb38c8fa7185e6a7e3ce6c61e0970
parentafc8cd1428714915ac67c07a3c7b23a9cefc5074
Move PM-Mapper CSIT to project repo

Issue-ID: DCAEGEN2-2746
Signed-off-by: Lasse Kaihlavirta <l.kaihlavirt@partner.samsung.com>
Change-Id: Ib96f8453fd7fecbaddaada1b11d3b8551bb7f8fa
70 files changed:
csit/.gitignore [new file with mode: 0644]
csit/README.md [new file with mode: 0644]
csit/plans/filesprocessingconfigpmmapper/assets/addSubscriber.json [new file with mode: 0644]
csit/plans/filesprocessingconfigpmmapper/assets/cbs.json [new file with mode: 0644]
csit/plans/filesprocessingconfigpmmapper/assets/cert.jks [new file with mode: 0644]
csit/plans/filesprocessingconfigpmmapper/assets/config.json [new file with mode: 0644]
csit/plans/filesprocessingconfigpmmapper/assets/createFeed.json [new file with mode: 0644]
csit/plans/filesprocessingconfigpmmapper/assets/jks.pass [new file with mode: 0644]
csit/plans/filesprocessingconfigpmmapper/assets/mrserver.js [new file with mode: 0644]
csit/plans/filesprocessingconfigpmmapper/assets/node.properties [new file with mode: 0644]
csit/plans/filesprocessingconfigpmmapper/assets/provserver.properties [new file with mode: 0644]
csit/plans/filesprocessingconfigpmmapper/assets/trust.jks [new file with mode: 0644]
csit/plans/filesprocessingconfigpmmapper/assets/trust.pass [new file with mode: 0644]
csit/plans/filesprocessingconfigpmmapper/docker-compose.yml [new file with mode: 0644]
csit/plans/filesprocessingconfigpmmapper/setup.sh [new file with mode: 0644]
csit/plans/filesprocessingconfigpmmapper/teardown.sh [new file with mode: 0644]
csit/plans/filesprocessingconfigpmmapper/testplan.txt [new file with mode: 0644]
csit/plans/pmmapper/assets/addFeed3.txt [new file with mode: 0644]
csit/plans/pmmapper/assets/addSubscriber.json [new file with mode: 0644]
csit/plans/pmmapper/assets/addSubscriber.txt [new file with mode: 0644]
csit/plans/pmmapper/assets/cbs.json [new file with mode: 0644]
csit/plans/pmmapper/assets/cert.jks [new file with mode: 0644]
csit/plans/pmmapper/assets/config.json [new file with mode: 0644]
csit/plans/pmmapper/assets/createFeed.json [new file with mode: 0644]
csit/plans/pmmapper/assets/jks.pass [new file with mode: 0644]
csit/plans/pmmapper/assets/mrserver.js [new file with mode: 0644]
csit/plans/pmmapper/assets/node.properties [new file with mode: 0644]
csit/plans/pmmapper/assets/provserver.properties [new file with mode: 0644]
csit/plans/pmmapper/assets/trust.jks [new file with mode: 0644]
csit/plans/pmmapper/assets/trust.pass [new file with mode: 0644]
csit/plans/pmmapper/docker-compose.yml [new file with mode: 0644]
csit/plans/pmmapper/setup.sh [new file with mode: 0644]
csit/plans/pmmapper/teardown.sh [new file with mode: 0644]
csit/plans/pmmapper/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/common_functions.sh [new file with mode: 0755]
csit/scripts/kill-instance.sh [new file with mode: 0755]
csit/tests/filesprocessingconfigpmmapper/__init__.robot [new file with mode: 0644]
csit/tests/filesprocessingconfigpmmapper/assets/.gitattributes [new file with mode: 0644]
csit/tests/filesprocessingconfigpmmapper/assets/ABigFile.xml [new file with mode: 0644]
csit/tests/filesprocessingconfigpmmapper/assets/config_10_1.env [new file with mode: 0644]
csit/tests/filesprocessingconfigpmmapper/assets/config_1_1.env [new file with mode: 0644]
csit/tests/filesprocessingconfigpmmapper/assets/config_1_10.env [new file with mode: 0644]
csit/tests/filesprocessingconfigpmmapper/assets/valid_metadata.json [new file with mode: 0644]
csit/tests/filesprocessingconfigpmmapper/filesprocessingconfigpmmapper.robot [new file with mode: 0644]
csit/tests/filesprocessingconfigpmmapper/libraries/DockerContainerManager.py [new file with mode: 0644]
csit/tests/filesprocessingconfigpmmapper/libraries/DockerContainerManager.pyc [new file with mode: 0644]
csit/tests/filesprocessingconfigpmmapper/libraries/EnvsReader.py [new file with mode: 0644]
csit/tests/filesprocessingconfigpmmapper/libraries/EnvsReader.pyc [new file with mode: 0644]
csit/tests/filesprocessingconfigpmmapper/libraries/LogReader.py [new file with mode: 0644]
csit/tests/filesprocessingconfigpmmapper/libraries/LogReader.pyc [new file with mode: 0644]
csit/tests/pmmapper/__init__.robot [new file with mode: 0644]
csit/tests/pmmapper/assets/.gitattributes [new file with mode: 0644]
csit/tests/pmmapper/assets/A20181002.0000-1000-0015-1000_5G.xml [new file with mode: 0644]
csit/tests/pmmapper/assets/A20181002.0000-1000-0015-1000_5G.xml.gz [new file with mode: 0644]
csit/tests/pmmapper/assets/A_no_managed_element.xml [new file with mode: 0644]
csit/tests/pmmapper/assets/A_no_measdata.xml [new file with mode: 0644]
csit/tests/pmmapper/assets/C20190328.0000-0015.xml [new file with mode: 0644]
csit/tests/pmmapper/assets/diff_vendor_metadata.json [new file with mode: 0644]
csit/tests/pmmapper/assets/new_radio/A20181004.0000-1000-0015-1000_5G.xml [new file with mode: 0644]
csit/tests/pmmapper/assets/new_radio/C20190329.0000-0015.xml [new file with mode: 0644]
csit/tests/pmmapper/assets/new_radio/PM202007171301+020024C202007171207+0200-1215+0200_45678.xml [new file with mode: 0644]
csit/tests/pmmapper/assets/new_radio/valid_metadata.json [new file with mode: 0644]
csit/tests/pmmapper/assets/pm_filter_config.json [new file with mode: 0644]
csit/tests/pmmapper/assets/pm_filter_regex_config.json [new file with mode: 0644]
csit/tests/pmmapper/assets/valid_metadata.json [new file with mode: 0644]
csit/tests/pmmapper/assets/vendor_filter_config.json [new file with mode: 0644]
csit/tests/pmmapper/pmmapper.robot [new file with mode: 0644]