fix(hoststack): add a missing end
[csit.git] / resources / libraries / robot / shared / suite_teardown.robot
index 20b2776..810c8bb 100644 (file)
 | |
 | | [Arguments] | @{actions}
 | |
+| | Start Suite Teardown Export
 | | FOR | ${action} | IN | @{actions}
 | | | Run Keyword | Additional Suite Tear Down Action For ${action}
 | | END
 | | Remove All Added VIF Ports On All DUTs From Topology | ${nodes}
+| | Finalize Suite Teardown Export
 
 | Additional Suite Tear Down Action For ab
 | | [Documentation]
@@ -71,3 +73,4 @@
 | | FOR | ${dut} | IN | @{duts}
 | | | Kill Program | ${nodes['${dut}']} | iperf3
 | | | Kill Program | ${nodes['${dut}']} | vpp_echo
+| | END