summaryrefslogtreecommitdiffstats
path: root/robot/testsuites/hvves.robot
diff options
context:
space:
mode:
authormarekpl <marek.pondel@nokia.com>2018-10-29 12:13:58 +0100
committermarekpl <marek.pondel@nokia.com>2018-10-29 12:13:58 +0100
commit62c91a94b18934dbfe816e253f250ff91109077d (patch)
treeba530dc3d40d0a7b9d72113eaa7f3692867f3748 /robot/testsuites/hvves.robot
parenta7e06c53be592032f18511c58af9454abc059a5a (diff)
Fix for HV-VES TA sunny scenario.
Introducing wait mechanism in test until topic is created after 1st message sent by HV-VES to Kafka. Issue-ID: INT-650 Change-Id: Ie21bad0a690a39621f9bf49618d0b19e202b2913 Signed-off-by: marekpl <marek.pondel@nokia.com>
Diffstat (limited to 'robot/testsuites/hvves.robot')
-rw-r--r--robot/testsuites/hvves.robot3
1 files changed, 2 insertions, 1 deletions
diff --git a/robot/testsuites/hvves.robot b/robot/testsuites/hvves.robot
index b7c718ae..49cb9d74 100644
--- a/robot/testsuites/hvves.robot
+++ b/robot/testsuites/hvves.robot
@@ -1,7 +1,7 @@
*** Settings ***
Documentation HV-VES 'Sunny Scenario' Robot Framwork test - message is sent to the collector and Kafka topic is checked if the message has been published.
Default Tags HVVES
-Test Timeout 30s
+Test Timeout 10s
Resource ${EXECDIR}/robot/resources/global_properties.robot
Resource ${EXECDIR}/robot/resources/test_templates/hvves_template.robot
Suite Teardown Reset Rammbock
@@ -13,6 +13,7 @@ HV-VES test case
${msg_number_initial}= Check Number Of Messages On Topic ${GLOBAL_DNS_MESSAGE_ROUTER_KAFKA_NAME} ${GLOBAL_MESSAGE_ROUTER_KAFKA_PORT} ${hvves_kafka_topic}
Define WTP Protocol
Start HV-VES TCP Client And Send Message ${GLOBAL_DNS_HV_VES_NAME} ${GLOBAL_HV_VES_SERVER_PORT}
+ Wait Until Keyword Succeeds 5s 1s Check If Topic Exists ${GLOBAL_DNS_MESSAGE_ROUTER_KAFKA_NAME} ${GLOBAL_MESSAGE_ROUTER_KAFKA_PORT} ${hvves_kafka_topic}
${msg_number_after}= Check Number Of Messages On Topic ${GLOBAL_DNS_MESSAGE_ROUTER_KAFKA_NAME} ${GLOBAL_MESSAGE_ROUTER_KAFKA_PORT} ${hvves_kafka_topic}
Should Not Be Equal As Integers ${msg_number_initial} ${msg_number_after}
Download VesEvent Proto File ${EXECDIR}