From b8bf181cafb0f4e8a317c308cfe83a3e022ce7c5 Mon Sep 17 00:00:00 2001 From: Peter Mikus Date: Thu, 28 Jun 2018 07:29:06 +0000 Subject: SetupFramework to detect failures, part II - This patch is enforcing evaluation and aligning all __init__.robot files to use the same logic. Change-Id: I9e2bf5e904bb6d22f4e6a153c951c3b3c233e2fb Signed-off-by: Peter Mikus --- tests/honeycomb/perf/__init__.robot | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/honeycomb/perf/__init__.robot') diff --git a/tests/honeycomb/perf/__init__.robot b/tests/honeycomb/perf/__init__.robot index a3d5a8ac5c..dba1392ce6 100644 --- a/tests/honeycomb/perf/__init__.robot +++ b/tests/honeycomb/perf/__init__.robot @@ -21,6 +21,7 @@ | Resource | resources/libraries/robot/honeycomb/honeycomb.robot | Resource | resources/libraries/robot/honeycomb/performance.robot | Library | resources.libraries.python.SetupFramework +| Library | resources.libraries.python.SetupFramework.CleanupFramework | Library | resources.libraries.python.CpuUtils | Library | resources.libraries.python.honeycomb.Performance | Suite Setup | Setup suite for Honeycomb performance tests @@ -28,6 +29,7 @@ | ... | Stop VPP Service on DUT | ${node} | ... | AND | Archive Honeycomb Logs | ${node} | perf=${True} | ... | AND | Stop honeycomb service on DUTs | ${node} +| ... | AND | Cleanup Framework | ${nodes} *** Keywords *** | Setup suite for Honeycomb performance tests -- cgit 1.2.3-korg