Improve test tag string parsing
[csit.git] / tests / honeycomb / perf / __init__.robot
index a3d5a8a..6b5e67f 100644 (file)
 | Resource | resources/libraries/robot/honeycomb/honeycomb.robot
 | Resource | resources/libraries/robot/honeycomb/performance.robot
 | Library | resources.libraries.python.SetupFramework
+| Library | resources.libraries.python.SetupFramework.CleanupFramework
 | Library | resources.libraries.python.CpuUtils
 | Library | resources.libraries.python.honeycomb.Performance
 | Suite Setup | Setup suite for Honeycomb performance tests
 | Suite Teardown | Run Keywords
-| ... | Stop VPP Service on DUT | ${node}
+| ... | Stop VPP Service | ${node}
 | ... | AND | Archive Honeycomb Logs | ${node} | perf=${True}
 | ... | AND | Stop honeycomb service on DUTs | ${node}
+| ... | AND | Cleanup Framework | ${nodes}
 
 *** Keywords ***
 | Setup suite for Honeycomb performance tests
 | | ... | for performance testing.
 | | ...
 | | Set Global Variable | ${node}
-| | Get CPU Layout from all nodes | ${nodes}
+| | Get CPU Info from All Nodes | ${nodes}
 | | ${cores}= | Get Length | ${node['cpuinfo']}
 | | Set Global Variable | ${cores}
-| | Stop VPP Service on DUT | ${node}
+| | Stop VPP Service | ${node}
 | | Stop Honeycomb service on DUTs | ${node}
 | | Generate VPP Startup Configuration for Honeycomb Test on DUT | ${node}
 | | Configure Restconf binding address | ${node}