From 7b704441cdd88773ee90f24352c7e33f07a8ca2f Mon Sep 17 00:00:00 2001 From: Jan Gelety Date: Mon, 27 Nov 2017 14:19:12 +0100 Subject: 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 --- tests/vpp/func/__init__.robot | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests') 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} -- cgit 1.2.3-korg