From 0ca56d1bc3ff43e8aca4c330283a01c6a422405a Mon Sep 17 00:00:00 2001 From: DR695H Date: Tue, 14 May 2019 11:48:20 -0400 Subject: remove unneeded libraries httplibrary is replicated with requests so replacing the few places that use it with the requests. also removing kafkalibrary since it isnt used and we dont want to use it since its not python 3 compatible. Change-Id: I4acd09e4f0f776ebf99f386d17637712551b3243 Issue-ID: TEST-155 Signed-off-by: DR695H --- robot/testsuites/hvves.robot | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'robot/testsuites/hvves.robot') diff --git a/robot/testsuites/hvves.robot b/robot/testsuites/hvves.robot index 62be1b76..57b27447 100644 --- a/robot/testsuites/hvves.robot +++ b/robot/testsuites/hvves.robot @@ -4,9 +4,8 @@ Default Tags hvves ete Test Timeout 3m Resource ${EXECDIR}/robot/resources/global_properties.robot Resource ${EXECDIR}/robot/resources/test_templates/hvves_template.robot -Suite Teardown Reset Rammbock - -*** Variables *** +Library Rammbock +Library OperatingSystem *** Test Cases *** HV-VES test case @@ -18,3 +17,4 @@ HV-VES test case ${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 \ No newline at end of file -- cgit 1.2.3-korg