diff options
author | Jan Gelety <jgelety@cisco.com> | 2017-11-27 14:19:12 +0100 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2017-11-29 16:50:38 +0000 |
commit | 7b704441cdd88773ee90f24352c7e33f07a8ca2f (patch) | |
tree | 237ae9eef7fe33a6ee840ebf3b10125ebbd3fe13 /tests/vpp | |
parent | 8ea4dff5c267113c7f9a4e2183f1d8fe6c85fe75 (diff) |
CSIT-864: Add cleanup framework
- workaround to avoid disc space issue on nodes when running more
test loops
Change-Id: I0be2fe0304c80c717a29d6544502e139e69bcdfa
Signed-off-by: Jan Gelety <jgelety@cisco.com>
Diffstat (limited to 'tests/vpp')
-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} |