From fe131258f17c871a738a3fd6b1b73c056a5a5978 Mon Sep 17 00:00:00 2001 From: marekpl Date: Mon, 22 Jul 2019 17:06:35 +0200 Subject: hv-ves testsuite update hv-ves testsuite update Issue-ID: DCAEGEN2-565 Change-Id: Idd55c72b03e2fe1b2745e8f46e448c9ec6310368 Signed-off-by: marekpl --- robot/resources/dcae/hvves.robot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'robot/resources/dcae') 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 -- cgit 1.2.3-korg