Fix PM_MAPPER_01 test - use a non-generic log 90/111090/1
authormarcinrzepeckiwroc <marcin.rzepecki@nokia.com>
Mon, 10 Aug 2020 14:02:01 +0000 (16:02 +0200)
committermarcinrzepeckiwroc <marcin.rzepecki@nokia.com>
Mon, 10 Aug 2020 14:02:01 +0000 (16:02 +0200)
Issue-ID: DCAEGEN2-2343
Signed-off-by: marcinrzepeckiwroc <marcin.rzepecki@nokia.com>
Change-Id: Ic4065f59adab224bad3fb682a9e8221a357550f8

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