HC Test: improve functional suite setup and teardown
[csit.git] / tests / func / honeycomb / mgmt-cfg-l2fib-apihc-apivat-func.robot
index 76683a7..2073b9b 100644 (file)
 | Resource | resources/libraries/robot/honeycomb/l2_fib.robot
 | Variables | resources/test_data/honeycomb/l2_fib.py | ${node} | ${interface}
 | ... | ${interface2}
+| ...
 | Documentation | *Honeycomb L2 FIB management test suite.*
-| Suite Setup | Run keywords
-| ... | Set test interface down
-| Suite Teardown | Run keywords
-| ... | Run Keyword If Any Tests Failed
-| ... | Restart Honeycomb and VPP | ${node}
-| ... | AND
-| ... | Honeycomb removes all bridge domains
-| ... | ${node} | ${interface} | ${interface2}
+| ...
+| Suite Setup | Set Up Honeycomb Functional Test Suite | ${node}
+| ...
+| Suite Teardown | Tear Down Honeycomb Functional Test Suite | ${node}
+| ...
 | Force tags | HC_FUNC
 
 *** Variables ***
@@ -46,7 +44,7 @@
 | | ...
 | | Given Interface state from Honeycomb should be
 | | ... | ${node} | ${interface} | down
-| | When Honeycomb sets interface state
+| | When Honeycomb configures interface state
 | | ... | ${node} | ${interface} | up
 | | Then Interface state from Honeycomb should be
 | | ... | ${node} | ${interface} | up
 | Set test interface down
 | | [Documentation] | Set the interface used in tests down.
 | | ...
-| | Honeycomb sets interface state
+| | Honeycomb configures interface state
 | | ... | ${node} | ${interface} | down