From: marekpl Date: Mon, 22 Jul 2019 15:06:35 +0000 (+0200) Subject: hv-ves testsuite update X-Git-Tag: 1.5.0~20 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F17%2F91817%2F1;p=testsuite.git hv-ves testsuite update hv-ves testsuite update Issue-ID: DCAEGEN2-565 Change-Id: Idd55c72b03e2fe1b2745e8f46e448c9ec6310368 Signed-off-by: marekpl --- diff --git a/robot/assets/dcae/hvves_msg.raw b/robot/assets/dcae/hvves_msg.raw index 57d7e891..1f7d3c49 100644 Binary files a/robot/assets/dcae/hvves_msg.raw and b/robot/assets/dcae/hvves_msg.raw differ diff --git a/robot/resources/dcae/hvves.robot b/robot/resources/dcae/hvves.robot index 07288a6e..898c2866 100644 --- a/robot/resources/dcae/hvves.robot +++ b/robot/resources/dcae/hvves.robot @@ -32,7 +32,7 @@ Check If Topic Exists Start HV-VES TCP Client And Send Message [Documentation] Starts HV-VES TCP client sends message to the collector. [Arguments] ${hvves_server_ip} ${hvves_server_port} - ${msg}= Convert To Bytes ${${HVVES_MESSAGE}} + ${msg}= Convert To Bytes ${HVVES_MESSAGE} Send Binary Data ${hvves_server_ip} ${hvves_server_port} ${msg} Decode Last Message From Topic