aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarcinrzepeckiwroc <marcin.rzepecki@nokia.com>2020-08-10 16:02:01 +0200
committermarcinrzepeckiwroc <marcin.rzepecki@nokia.com>2020-08-10 16:02:01 +0200
commitc59e79e19af16e9244738636670fc0c2e70b9f05 (patch)
treeba8256071d53566630363de43affcd5aeab04fc5
parent8380fca432d740fe0c1d00fb9a39d3917672d91e (diff)
Fix PM_MAPPER_01 test - use a non-generic log
Issue-ID: DCAEGEN2-2343 Signed-off-by: marcinrzepeckiwroc <marcin.rzepecki@nokia.com> Change-Id: Ic4065f59adab224bad3fb682a9e8221a357550f8
-rw-r--r--tests/dcaegen2-pmmapper/pmmapper/pmmapper.robot2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dcaegen2-pmmapper/pmmapper/pmmapper.robot b/tests/dcaegen2-pmmapper/pmmapper/pmmapper.robot
index cd6f265e..4c9afb03 100644
--- a/tests/dcaegen2-pmmapper/pmmapper/pmmapper.robot
+++ b/tests/dcaegen2-pmmapper/pmmapper/pmmapper.robot
@@ -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