From adbb84406ca25375a2b288fdc9a79c1c2d29be56 Mon Sep 17 00:00:00 2001 From: DR695H Date: Fri, 14 Jun 2019 12:22:03 -0400 Subject: change parameter to better describe where it is coming from Issue-ID: TEST-158 Change-Id: Iab67064f8958b1e8539a05d732271c6a0c6a652a Signed-off-by: DR695H --- robot/testsuites/closed-loop.robot | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'robot/testsuites/closed-loop.robot') diff --git a/robot/testsuites/closed-loop.robot b/robot/testsuites/closed-loop.robot index 14cb14ad..c93df15c 100644 --- a/robot/testsuites/closed-loop.robot +++ b/robot/testsuites/closed-loop.robot @@ -5,17 +5,22 @@ Resource ../resources/test_templates/closedloop_test_template.robot Test Teardown Teardown Closed Loop +*** Variables *** +${PACKET_GENERATOR_HOST} + *** Test Cases *** VFW Closed Loop Test [TAGS] closedloop vfwcl VFW Policy + VDNS Closed Loop Test [TAGS] closedloop vdnscl VDNS Policy + VFWCL Closed Loop Test [TAGS] vfwclosedloop Log To Console ${EMPTY} - VFWCL High Test ${pkg_host} - VFWCL Low Test ${pkg_host} - [Teardown] VFWCL Set To Medium ${pkg_host} + VFWCL High Test ${PACKET_GENERATOR_HOST} + VFWCL Low Test ${PACKET_GENERATOR_HOST} + [Teardown] VFWCL Set To Medium ${PACKET_GENERATOR_HOST} -- cgit 1.2.3-korg