aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarekpl <marek.pondel@nokia.com>2019-05-17 12:05:20 +0200
committermarekpl <marek.pondel@nokia.com>2019-05-17 12:05:20 +0200
commitcffefd18e73bad56ab39bdb67ccc525364d38b0c (patch)
tree01ef228ba1113557c31a2d7e32499db50ec7581a
parent7464de975c50a3efe1c6a1cbe7159e5ebc705fff (diff)
changes reverted due to revert in OOM:integration_robot_properties.py
changes reverted due to revert in OOM:integration_robot_properties.py https://gerrit.onap.org/r/#/c/87967/ Change-Id: If6014816ad72a4a5ffa5a977e076e1005c73c453 Issue-ID: DCAEGEN2-1448 Signed-off-by: marekpl <marek.pondel@nokia.com>
-rw-r--r--robot/testsuites/hvves.robot6
1 files changed, 3 insertions, 3 deletions
diff --git a/robot/testsuites/hvves.robot b/robot/testsuites/hvves.robot
index 711cfe33..62be1b76 100644
--- a/robot/testsuites/hvves.robot
+++ b/robot/testsuites/hvves.robot
@@ -10,11 +10,11 @@ Suite Teardown Reset Rammbock
*** Test Cases ***
HV-VES test case
- Check Message Router Api ${GLOBAL_DMAAP_MESSAGE_ROUTER_SERVER_NAME} ${GLOBAL_DMAAP_MESSAGE_ROUTER_SERVER_UNSECURE_PORT} ${hvves_kafka_topic}
+ Check Message Router Api ${GLOBAL_DMAAP_MESSAGE_ROUTER_SERVER_NAME} ${GLOBAL_DMAAP_MESSAGE_ROUTER_SERVER_PORT} ${hvves_kafka_topic}
Define WTP Protocol
Start HV-VES TCP Client And Send Message ${GLOBAL_DCAE_HVVES_SERVER_NAME} ${GLOBAL_DCAE_HVVES_SERVER_PORT}
- Wait Until Keyword Succeeds 30s 5s Check If Topic Exists ${GLOBAL_DMAAP_MESSAGE_ROUTER_SERVER_NAME} ${GLOBAL_DMAAP_MESSAGE_ROUTER_SERVER_UNSECURE_PORT} ${hvves_kafka_topic}
- Check Message Router Api ${GLOBAL_DMAAP_MESSAGE_ROUTER_SERVER_NAME} ${GLOBAL_DMAAP_MESSAGE_ROUTER_SERVER_UNSECURE_PORT} ${hvves_kafka_topic}
+ Wait Until Keyword Succeeds 30s 5s Check If Topic Exists ${GLOBAL_DMAAP_MESSAGE_ROUTER_SERVER_NAME} ${GLOBAL_DMAAP_MESSAGE_ROUTER_SERVER_PORT} ${hvves_kafka_topic}
+ Check Message Router Api ${GLOBAL_DMAAP_MESSAGE_ROUTER_SERVER_NAME} ${GLOBAL_DMAAP_MESSAGE_ROUTER_SERVER_PORT} ${hvves_kafka_topic}
${msg_decoded}= Decode Last Message From Topic ${GLOBAL_DMAAP_KAFKA_SERVER_NAME} ${GLOBAL_DMAAP_KAFKA_SERVER_PORT} ${hvves_kafka_topic} ${security_protocol} ${sasl_mechanisms} ${GLOBAL_DMAAP_KAFKA_JAAS_USERNAME} ${GLOBAL_DMAAP_KAFKA_JAAS_PASSWORD}
${msg_decoded_template}= Get File ${EXECDIR}/robot/assets/templates/hvves/hvves_decoded_msg.template
Should Be Equal As Strings ${msg_decoded} ${msg_decoded_template}