From b0314d82452ee7a3d28f31a70f44bf82dd0c70b9 Mon Sep 17 00:00:00 2001 From: Andreas Geissler Date: Thu, 26 Jan 2023 14:46:43 +0100 Subject: [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 --- robot/resources/dcae/ves_interface.robot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit 1.2.3-korg