From: Andreas Geissler Date: Thu, 26 Jan 2023 13:46:43 +0000 (+0100) Subject: [VES] Fix ves-collector test in ServiceMesh X-Git-Tag: 1.12.0~1 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=b0314d82452ee7a3d28f31a70f44bf82dd0c70b9;p=testsuite.git [VES] Fix ves-collector test in ServiceMesh Get MR topics without authorization as it failed with 403 Issue-ID: INT-2160 Signed-off-by: Andreas Geissler Change-Id: I2ce2122e469cc0bb4391ff98f3ee7650f99231cc --- diff --git a/robot/resources/dcae/ves_interface.robot b/robot/resources/dcae/ves_interface.robot index 433d9a5f..b20b410d 100644 --- a/robot/resources/dcae/ves_interface.robot +++ b/robot/resources/dcae/ves_interface.robot @@ -46,7 +46,7 @@ Topic Validate ${dict}= Create Dictionary timestamp=${timestamp} Templating.Create Environment mr ${GLOBAL_TEMPLATE_FOLDER} ${data}= Templating.Apply Template mr ${MR_PUBLISH_TEMPLATE} ${dict} - ${resp}= Run MR Auth Get Request ${topic_name} ${GLOBAL_DCAE_USERNAME} ${GLOBAL_DCAE_PASSWORD} + ${resp}= Run MR Get Request ${topic_name} Should Contain ${resp.text} ${expected_text} Send Event to VES & Validate Topic