From e8941da13d2bf245a147ebdcbee938eae1e1648c Mon Sep 17 00:00:00 2001 From: DR695H Date: Fri, 17 May 2019 16:30:16 -0400 Subject: moving hvves out of templates Change-Id: I2ee2308555b3d7b3fcf832c8ff5482c8f92b8c36 Issue-ID: TEST-155 Signed-off-by: DR695H --- robot/testsuites/hvves.robot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'robot/testsuites') diff --git a/robot/testsuites/hvves.robot b/robot/testsuites/hvves.robot index 4341aaa2..d72a60a5 100644 --- a/robot/testsuites/hvves.robot +++ b/robot/testsuites/hvves.robot @@ -2,8 +2,8 @@ Documentation HV-VES 'Sunny Scenario' Robot Framework test - message is sent to the collector and Kafka topic is checked if the message has been published. Content is decoded and checked. Default Tags hvves ete Test Timeout 3m -Resource ${EXECDIR}/robot/resources/global_properties.robot -Resource ${EXECDIR}/robot/resources/test_templates/hvves_template.robot +Resource ../resources/global_properties.robot +Resource ../resources/dcae/hvves.robot Library Rammbock Library OperatingSystem -- cgit 1.2.3-korg