diff options
author | DR695H <dr695h@att.com> | 2019-07-15 17:19:12 -0400 |
---|---|---|
committer | Gary Wu <gary.wu@futurewei.com> | 2019-07-16 20:08:36 +0000 |
commit | 1ccabd032ef21aee844640b49541d6f1224d572b (patch) | |
tree | e25a1cbb60881f9ec62405bf760972ca5e701aad /robot/testsuites/closed-loop.robot | |
parent | 97fec22483d9410037714505b954ff80a0d15a0c (diff) |
removing the rest of preload global vars
Issue-ID: TEST-174
Change-Id: Ie5354df3526133d398d3fea703145c4a1649b3c1
Signed-off-by: DR695H <dr695h@att.com>
Diffstat (limited to 'robot/testsuites/closed-loop.robot')
-rw-r--r-- | robot/testsuites/closed-loop.robot | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/robot/testsuites/closed-loop.robot b/robot/testsuites/closed-loop.robot index 2a089cd1..c2d3d3db 100644 --- a/robot/testsuites/closed-loop.robot +++ b/robot/testsuites/closed-loop.robot @@ -3,8 +3,6 @@ Documentation Closed Loop Test cases Resource ../resources/test_templates/closedloop_test_template.robot -Test Teardown Teardown Closed Loop - *** Variables *** ${PACKET_GENERATOR_HOST} @@ -23,4 +21,5 @@ VFWCL Closed Loop Test Log ${EMPTY} VFWCL High Test ${PACKET_GENERATOR_HOST} VFWCL Low Test ${PACKET_GENERATOR_HOST} - [Teardown] VFWCL Set To Medium ${PACKET_GENERATOR_HOST} + VFWCL Set To Medium ${PACKET_GENERATOR_HOST} + [Teardown] Teardown Closed Loop ${None} |