diff options
author | marekpl <marek.pondel@nokia.com> | 2019-07-22 17:06:35 +0200 |
---|---|---|
committer | marekpl <marek.pondel@nokia.com> | 2019-07-22 17:34:28 +0200 |
commit | fe131258f17c871a738a3fd6b1b73c056a5a5978 (patch) | |
tree | ed87e2f2d210a0d6656ecb368007a206839b7bef /robot | |
parent | a6ce951601727e8e544756f25ecb908f0cf7c904 (diff) |
hv-ves testsuite update
hv-ves testsuite update
Issue-ID: DCAEGEN2-565
Change-Id: Idd55c72b03e2fe1b2745e8f46e448c9ec6310368
Signed-off-by: marekpl <marek.pondel@nokia.com>
Diffstat (limited to 'robot')
-rw-r--r-- | robot/assets/dcae/hvves_msg.raw | bin | 296 -> 295 bytes | |||
-rw-r--r-- | robot/resources/dcae/hvves.robot | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/robot/assets/dcae/hvves_msg.raw b/robot/assets/dcae/hvves_msg.raw Binary files differindex 57d7e891..1f7d3c49 100644 --- a/robot/assets/dcae/hvves_msg.raw +++ b/robot/assets/dcae/hvves_msg.raw 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 |