summaryrefslogtreecommitdiffstats
path: root/csit/tests
diff options
context:
space:
mode:
authorRemigiusz Janeczek <remigiusz.janeczek@nokia.com>2021-05-26 17:58:44 +0200
committerTomasz Wrobel <tomasz.wrobel@nokia.com>2021-06-01 09:12:31 +0200
commit6ddc310d6785bf45a8ccc6d8de8abbeedf490f8a (patch)
tree6f666138fa6aace3019dcee4437d9ef5d84bc9cd /csit/tests
parenta3f68d14609fc94ec89e3eb724664a62bc2b0210 (diff)
PM-Mapper CSIT image pulls enhancements
- Add nexus3.onap.org repository to external images to avoid dockerhub pull limits. - Remove repository from PM-Mapper image to force use of image built earlier with maven. .gitignore update. - Add DMaaP healthcheck to setup.sh scripts Issue-ID: DCAEGEN2-2796 Issue-ID: DCAEGEN2-2799 Change-Id: Ie98336b91b37d61767049d4857b016fb618e4e8e Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com>
Diffstat (limited to 'csit/tests')
-rw-r--r--csit/tests/filesprocessingconfigpmmapper/filesprocessingconfigpmmapper.robot3
-rw-r--r--csit/tests/filesprocessingconfigpmmapper/libraries/DockerContainerManager.pycbin1989 -> 0 bytes
-rw-r--r--csit/tests/filesprocessingconfigpmmapper/libraries/EnvsReader.pycbin824 -> 0 bytes
-rw-r--r--csit/tests/filesprocessingconfigpmmapper/libraries/LogReader.pycbin1953 -> 0 bytes
4 files changed, 2 insertions, 1 deletions
diff --git a/csit/tests/filesprocessingconfigpmmapper/filesprocessingconfigpmmapper.robot b/csit/tests/filesprocessingconfigpmmapper/filesprocessingconfigpmmapper.robot
index 9648ef8..5f026d1 100644
--- a/csit/tests/filesprocessingconfigpmmapper/filesprocessingconfigpmmapper.robot
+++ b/csit/tests/filesprocessingconfigpmmapper/filesprocessingconfigpmmapper.robot
@@ -15,7 +15,7 @@ ${NR_VALID_METADATA_PATH} ${ASSETS_PATH}/valid_metadata.json
${CLI_EXEC_CLI_PM_LOG_CLEAR} docker exec pmmapper /bin/sh -c "echo -n "" > /var/log/ONAP/dcaegen2/services/pm-mapper/pm-mapper_output.log"
${PUBLISH_NODE_URL} https://${DR_NODE_IP}:8443/publish/1
${CLI_EXEC_LOGS_LIST} docker exec datarouter-node /bin/sh -c "ls /opt/app/datartr/logs"
-${DOCKER_CLIENT_IMAGE} nexus3.onap.org:10001/onap/org.onap.dcaegen2.services.pm-mapper:latest
+${DOCKER_CLIENT_IMAGE} onap/org.onap.dcaegen2.services.pm-mapper:latest
${CLIENT_CONTAINER_NAME} pmmapper
${FILE_PATH} ${ASSETS_PATH}/ABigFile.xml
${CONFIG_ENVS_1_1} ${ASSETS_PATH}/config_1_1.env
@@ -122,6 +122,7 @@ GetLogsOutput
${exec}= Catenate docker exec datarouter-node /bin/sh -c ${file_path}
${single_file}= Run Process ${exec} shell=yes
${output}= Catenate SEPARATOR=\n ${output} ${single_file.stdout}
+ Log ${output}
END
[Return] ${output}
diff --git a/csit/tests/filesprocessingconfigpmmapper/libraries/DockerContainerManager.pyc b/csit/tests/filesprocessingconfigpmmapper/libraries/DockerContainerManager.pyc
deleted file mode 100644
index 2bf62c3..0000000
--- a/csit/tests/filesprocessingconfigpmmapper/libraries/DockerContainerManager.pyc
+++ /dev/null
Binary files differ
diff --git a/csit/tests/filesprocessingconfigpmmapper/libraries/EnvsReader.pyc b/csit/tests/filesprocessingconfigpmmapper/libraries/EnvsReader.pyc
deleted file mode 100644
index 831aa34..0000000
--- a/csit/tests/filesprocessingconfigpmmapper/libraries/EnvsReader.pyc
+++ /dev/null
Binary files differ
diff --git a/csit/tests/filesprocessingconfigpmmapper/libraries/LogReader.pyc b/csit/tests/filesprocessingconfigpmmapper/libraries/LogReader.pyc
deleted file mode 100644
index d8e936c..0000000
--- a/csit/tests/filesprocessingconfigpmmapper/libraries/LogReader.pyc
+++ /dev/null
Binary files differ