aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Freeman <bf1936@att.com>2019-06-03 09:50:56 -0500
committerBrian Freeman <bf1936@att.com>2019-06-03 09:51:04 -0500
commit48c823343159f61e98580bf5fb89f38cdc47e6f9 (patch)
tree8869a4cb95309483d3540f331652aaf31918136c
parent32f5539ad9ccc20d1a394d3dcf3b59fb4879f407 (diff)
Reset Flows to Medium on Teardown
Issue-ID: INT-838 Change-Id: I0b8b6d93673d47bcddae6999eebfcfc1da816574 Signed-off-by: Brian Freeman <bf1936@att.com>
-rw-r--r--robot/resources/test_templates/closedloop_test_template.robot5
-rw-r--r--robot/testsuites/closed-loop.robot1
2 files changed, 5 insertions, 1 deletions
diff --git a/robot/resources/test_templates/closedloop_test_template.robot b/robot/resources/test_templates/closedloop_test_template.robot
index 21d5e84a..866f0fc2 100644
--- a/robot/resources/test_templates/closedloop_test_template.robot
+++ b/robot/resources/test_templates/closedloop_test_template.robot
@@ -223,4 +223,7 @@ VFWCL Low Test
\ Exit For Loop If '${stream_count}'=='5'
Should Be Equal As Integers ${stream_count} 5
-
+VFWCL Set To Medium
+ [Documentation] Set flows to Medium to turn off control loop
+ [Arguments] ${pkg_host}
+ Enable Streams V2 ${pkg_host} 5
diff --git a/robot/testsuites/closed-loop.robot b/robot/testsuites/closed-loop.robot
index 5fba93fe..14cb14ad 100644
--- a/robot/testsuites/closed-loop.robot
+++ b/robot/testsuites/closed-loop.robot
@@ -18,3 +18,4 @@ VFWCL Closed Loop Test
Log To Console ${EMPTY}
VFWCL High Test ${pkg_host}
VFWCL Low Test ${pkg_host}
+ [Teardown] VFWCL Set To Medium ${pkg_host}