Merge "Fix PM_MAPPER_01 test - use a non-generic log"
authorKrzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com>
Tue, 11 Aug 2020 07:23:39 +0000 (07:23 +0000)
committerGerrit Code Review <gerrit@onap.org>
Tue, 11 Aug 2020 07:23:39 +0000 (07:23 +0000)
tests/dcaegen2-pmmapper/pmmapper/pmmapper.robot

index cd6f265..4c9afb0 100644 (file)
@@ -41,7 +41,7 @@ ${CLI_MR_LOG}                            cat /tmp/mr.log
 Verify PM Mapper Receive Configuraton From Config Binding Service
     [Tags]                          PM_MAPPER_01
     [Documentation]                 Verify 3gpp pm mapper successfully receive config data from CBS
-    CheckLog                        ${CLI_EXEC_CLI_CONFIG}           Response code: 200, Server Response Received
+    CheckLog                        ${CLI_EXEC_CLI_CONFIG}           Received pm-mapper configuration from ConfigBinding Service
 
 Verify Health Check returns 200 when a REST GET request to healthcheck url
     [Tags]                          PM_MAPPER_02