diff options
author | marekpl <marek.pondel@nokia.com> | 2018-10-25 11:38:24 +0200 |
---|---|---|
committer | marekpl <marek.pondel@nokia.com> | 2018-10-25 11:38:24 +0200 |
commit | 906dab0d5cd5901e0046298c44982f74298a6304 (patch) | |
tree | 34d56c44227b64c68436547778815fc7d3867fd8 /robot/testsuites/hvves.robot | |
parent | 03f549f99b20a272aa69af6aa470795fe3854a4d (diff) |
Fix for HV-VES TA sunny scenario
Handle situation when the topic doesn't exist yet because it is created on kafka after 1st HV-VES message is sent
Issue-ID: INT-650
Change-Id: Ie95af8a02ce5cda703f1898cb5d7ece32262987b
Signed-off-by: marekpl <marek.pondel@nokia.com>
Diffstat (limited to 'robot/testsuites/hvves.robot')
-rw-r--r-- | robot/testsuites/hvves.robot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/robot/testsuites/hvves.robot b/robot/testsuites/hvves.robot index c56f7e10..b7c718ae 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 3 minute +Test Timeout 30s Resource ${EXECDIR}/robot/resources/global_properties.robot Resource ${EXECDIR}/robot/resources/test_templates/hvves_template.robot Suite Teardown Reset Rammbock |