X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=tests%2Fvpp%2Fdevice%2F__init__.robot;h=27639942bb16c081da6a7996438373a473aefd60;hb=refs%2Fchanges%2F44%2F32444%2F3;hp=38197167a819414a413e170b9015fe095865eec1;hpb=a40195bdda6ec06af8479cfe7d3b3e11d4c9778f;p=csit.git diff --git a/tests/vpp/device/__init__.robot b/tests/vpp/device/__init__.robot index 38197167a8..27639942bb 100644 --- a/tests/vpp/device/__init__.robot +++ b/tests/vpp/device/__init__.robot @@ -1,4 +1,4 @@ -# Copyright (c) 2020 Cisco and/or its affiliates. +# Copyright (c) 2021 Cisco and/or its affiliates. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: @@ -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