diff options
Diffstat (limited to 'tests/vpp/func/__init__.robot')
-rw-r--r-- | tests/vpp/func/__init__.robot | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/vpp/func/__init__.robot b/tests/vpp/func/__init__.robot index 0e4c9d6a82..21693c3c86 100644 --- a/tests/vpp/func/__init__.robot +++ b/tests/vpp/func/__init__.robot @@ -15,6 +15,8 @@ | Resource | resources/libraries/robot/shared/default.robot | Resource | resources/libraries/robot/shared/interfaces.robot | Library | resources.libraries.python.SetupFramework +| Library | resources.libraries.python.SetupFramework.CleanupFramework | Suite Setup | Run Keywords | Setup Framework | ${nodes} | ... | AND | Setup All DUTs | ${nodes} | ... | AND | Update All Interface Data On All Nodes | ${nodes} +| Suite Teardown | Cleanup Framework | ${nodes} |