X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=tests%2Fvpp%2Fdevice%2F__init__.robot;h=1a669e67fda9243e9d16246b996d7ee4767bf5a3;hp=38197167a819414a413e170b9015fe095865eec1;hb=a33b52ae0f255021d89307ebc694f6e907906151;hpb=37877d670e7e2d81673222b6c3d9e7649ccd5cd5 diff --git a/tests/vpp/device/__init__.robot b/tests/vpp/device/__init__.robot index 38197167a8..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