diff options
author | DR695H <dr695h@att.com> | 2019-06-14 12:22:03 -0400 |
---|---|---|
committer | DR695H <dr695h@att.com> | 2019-06-14 12:37:19 -0400 |
commit | adbb84406ca25375a2b288fdc9a79c1c2d29be56 (patch) | |
tree | ec480c94b8e9d81dd55623e0e5f83e3e54a344cb /robot | |
parent | 02293ade51dff84f16f9d2ad57112e3a47338cc5 (diff) |
change parameter to better describe where it is coming from
Issue-ID: TEST-158
Change-Id: Iab67064f8958b1e8539a05d732271c6a0c6a652a
Signed-off-by: DR695H <dr695h@att.com>
Diffstat (limited to 'robot')
-rw-r--r-- | robot/testsuites/closed-loop.robot | 11 |
1 files changed, 8 insertions, 3 deletions
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} |