diff options
author | DR695H <dr695h@att.com> | 2019-05-21 11:26:28 -0400 |
---|---|---|
committer | Gary Wu <gwu@futurewei.com> | 2019-05-21 15:58:59 +0000 |
commit | 274263398757515210fa775426e19ee4e22c34da (patch) | |
tree | 3bd507d61c499ebcd8a8f9db01f16a27b2ea24d8 /robot/testsuites | |
parent | 0998838495c9245a544c61a5c6581dd0e3f20108 (diff) |
remove rammbock
replace rammbock with raw tcp send of data
Change-Id: I04d6731ddabae3b2665c3492f948a85698fbe745
Issue-ID: TEST-155
Signed-off-by: DR695H <dr695h@att.com>
Diffstat (limited to 'robot/testsuites')
-rw-r--r-- | robot/testsuites/hvves.robot | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/robot/testsuites/hvves.robot b/robot/testsuites/hvves.robot index d72a60a5..ea9d678f 100644 --- a/robot/testsuites/hvves.robot +++ b/robot/testsuites/hvves.robot @@ -4,17 +4,14 @@ Default Tags hvves ete Test Timeout 3m Resource ../resources/global_properties.robot Resource ../resources/dcae/hvves.robot -Library Rammbock Library OperatingSystem *** Test Cases *** HV-VES test case 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_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} - [Teardown] Reset Rammbock + Should Be Equal As Strings ${msg_decoded} ${msg_decoded_template}
\ No newline at end of file |