diff options
author | mrichomme <morgan.richomme@orange.com> | 2020-05-15 14:38:29 +0200 |
---|---|---|
committer | mrichomme <morgan.richomme@orange.com> | 2020-05-15 14:38:38 +0200 |
commit | 1fbff9872196a029d06de7a794f555c137d2da02 (patch) | |
tree | 0e2b80750e5b391c12f66d49af37a370d6c528a6 /robot | |
parent | 6f2e27e334a3eba44e80e243cd11a98d6850277e (diff) |
fix hvves files for CI
Issue-ID: INT-1594
Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: Ifafdfd0067e810341d5626369db6853e0d427b0f
Signed-off-by: mrichomme <morgan.richomme@orange.com>
Diffstat (limited to 'robot')
-rw-r--r-- | robot/testsuites/hvves-ci.robot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/robot/testsuites/hvves-ci.robot b/robot/testsuites/hvves-ci.robot index 74423fe0..ac330901 100644 --- a/robot/testsuites/hvves-ci.robot +++ b/robot/testsuites/hvves-ci.robot @@ -1,7 +1,7 @@ *** Settings *** Documentation HV-VES 'Sunny Scenario' Robot Framework test - message is sent to the collector and Kafka topic is checked if the message has been published. Content is decoded and checked. Default Tags hvves ete -Test Timeout 1m +Test Timeout 5m Resource ../resources/global_properties.robot Resource ../resources/dcae/hvves.robot Library OperatingSystem @@ -13,7 +13,7 @@ ${HVVES_KAFKA_TOPIC_SSL} HV_VES_PERF3GPP_SSL *** Test Cases *** HV-VES SSL test case - [Setup] Run Process /app/setup-hvves.sh shell=yes --option argument + [Setup] Run Process /app/setup-hvves.sh shell=yes Mode ${HVVES_CONFIG_SSL} Send Message Over Ssl ${GLOBAL_DCAE_HVVES_SERVER_NAME} ${GLOBAL_DCAE_HVVES_SERVER_PORT} Wait Until Keyword Succeeds 10s 2s Check If Topic Exists ${GLOBAL_DMAAP_MESSAGE_ROUTER_SERVER_NAME} ${GLOBAL_DMAAP_MESSAGE_ROUTER_SERVER_PORT} ${HVVES_KAFKA_TOPIC_SSL} |