Refactor VPP Device VM vhost tests
[csit.git] / tests / honeycomb / perf / __init__.robot
index b984993..ce2af61 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}
-| ... | AND | Archive Honeycomb Log File | ${node} | perf=${True}
+| ... | 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
@@ -35,6 +37,7 @@
 | | ... | for performance testing.
 | | ...
 | | Set Global Variable | ${node}
+| | Get CPU Info from All Nodes | ${nodes}
 | | ${cores}= | Get Length | ${node['cpuinfo']}
 | | Set Global Variable | ${cores}
 | | Stop VPP Service on DUT | ${node}