X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=tests%2Fvpp%2Fdevice%2F__init__.robot;h=1a669e67fda9243e9d16246b996d7ee4767bf5a3;hb=7a26d43c4f71869695ba19ce58f9afac9a1d176d;hp=9be4c6615dac84190672e7c1c4421642e265719b;hpb=5ba372e3b5066b87e345e5f3b1bb7074e95530d0;p=csit.git diff --git a/tests/vpp/device/__init__.robot b/tests/vpp/device/__init__.robot index 9be4c6615d..1a669e67fd 100644 --- a/tests/vpp/device/__init__.robot +++ b/tests/vpp/device/__init__.robot @@ -15,6 +15,7 @@ | Resource | resources/libraries/robot/shared/default.robot | Resource | resources/libraries/robot/shared/interfaces.robot | +| Library | resources.libraries.python.PapiExecutor.Disconnector | Library | resources.libraries.python.SetupFramework | Library | resources.libraries.python.SetupFramework.CleanupFramework | Library | resources.libraries.python.CpuUtils @@ -27,7 +28,8 @@ | ... | AND | Get CPU Info from All Nodes | ${nodes} | ... | AND | Update All Interface Data on All Nodes | ${nodes} | -| Suite Teardown | Cleanup Framework | ${nodes} +| Suite Teardown | Run Keywords | Disconnect All Papi Connections +| ... | AND | Cleanup Framework | ${nodes} *** Keywords *** | Setup Global Variables @@ -48,7 +50,7 @@ | | ${pre_run_stats}= | Create List | | ... | vpp-clear-runtime | | ${post_run_stats}= | Create List -| | ... | vpp-show-runtime +| | ... | vpp-show-runtime | bash-perf-stat | | Set Global Variable | ${pre_stats} | | Set Global Variable | ${post_stats} | | Set Global Variable | ${pre_run_stats}