Reset Flows to Medium on Teardown 53/89153/1
authorBrian Freeman <bf1936@att.com>
Mon, 3 Jun 2019 14:50:56 +0000 (09:50 -0500)
committerBrian Freeman <bf1936@att.com>
Mon, 3 Jun 2019 14:51:04 +0000 (09:51 -0500)
Issue-ID: INT-838
Change-Id: I0b8b6d93673d47bcddae6999eebfcfc1da816574
Signed-off-by: Brian Freeman <bf1936@att.com>
robot/resources/test_templates/closedloop_test_template.robot
robot/testsuites/closed-loop.robot

index 21d5e84..866f0fc 100644 (file)
@@ -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
index 5fba93f..14cb14a 100644 (file)
@@ -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}