From 55d91bc938b4bab83d4b664ace08b0978678970c Mon Sep 17 00:00:00 2001 From: Krzysztof Kuzmicki Date: Thu, 17 Mar 2022 15:00:46 +0100 Subject: [INTEGRATION] Fix failing HVVES test case in Jakarta release Fix failing HVVES test case in Jakarta release Issue-ID: TEST-383 Signed-off-by: Krzysztof Kuzmicki Change-Id: I859394754c23992b5af65d20cc15559b19832618 --- robot/resources/dcae/hvves.robot | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'robot/resources/dcae/hvves.robot') diff --git a/robot/resources/dcae/hvves.robot b/robot/resources/dcae/hvves.robot index c460422e..78a86b68 100644 --- a/robot/resources/dcae/hvves.robot +++ b/robot/resources/dcae/hvves.robot @@ -47,13 +47,13 @@ Send Message [Documentation] Sends message to HV-VES over TCP. [Arguments] ${hvves_server_ip} ${hvves_server_port} ${msg}= Convert To Bytes ${HVVES_MESSAGE} - Send Binary Data ${hvves_server_ip} ${hvves_server_port} ${msg} + Wait Until Keyword Succeeds 300 sec 15 sec Send Binary Data ${hvves_server_ip} ${hvves_server_port} ${msg} Send Message Over Ssl [Documentation] Sends message to HV-VES over TCP wih SSL enabled. [Arguments] ${hvves_server_ip} ${hvves_server_port} ${msg}= Convert To Bytes ${HVVES_MESSAGE} - Send Binary Data ${hvves_server_ip} ${hvves_server_port} ${msg} ${TRUE} ${TRUE} ${CA_CERT} ${CLIENT_CERT} ${CLIENT_KEY} + Wait Until Keyword Succeeds 300 sec 15 sec Send Binary Data ${hvves_server_ip} ${hvves_server_port} ${msg} ${TRUE} ${TRUE} ${CA_CERT} ${CLIENT_CERT} ${CLIENT_KEY} Decode Last Message From Topic [Documentation] Decode last message from Kafka topic. @@ -77,7 +77,6 @@ Set Test Config Wait Until Keyword Succeeds 2 min 5 sec Check If Config Is Applied ${TEST_TRUSTSTORE_PASS_PATH} Sleep 5s - Check If Config Is Applied [Documentation] Checks if the config is applied. [Arguments] ${truststore_pass_path} -- cgit 1.2.3-korg