[VES] Fix ves-collector test in ServiceMesh 34/133034/2
authorAndreas Geissler <andreas-geissler@telekom.de>
Thu, 26 Jan 2023 13:46:43 +0000 (14:46 +0100)
committerAndreas Geissler <andreas-geissler@telekom.de>
Tue, 31 Jan 2023 16:25:40 +0000 (16:25 +0000)
Get MR topics without authorization as it failed with 403

Issue-ID: INT-2160

Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
Change-Id: I2ce2122e469cc0bb4391ff98f3ee7650f99231cc

robot/resources/dcae/ves_interface.robot

index 433d9a5..b20b410 100644 (file)
@@ -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