diff options
author | Peter Mikus <pmikus@cisco.com> | 2018-06-28 07:29:06 +0000 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2018-06-29 06:33:59 +0000 |
commit | b8bf181cafb0f4e8a317c308cfe83a3e022ce7c5 (patch) | |
tree | 2701ecd0469b586fc91ca5b1decddd69ebfa9cce /tests/vpp | |
parent | bcc95cec011f16feccfd00b92cbb4739ef58fbdd (diff) |
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 <pmikus@cisco.com>
Diffstat (limited to 'tests/vpp')
-rw-r--r-- | tests/vpp/perf/__init__.robot | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/vpp/perf/__init__.robot b/tests/vpp/perf/__init__.robot index aa95875dbb..642906dd22 100644 --- a/tests/vpp/perf/__init__.robot +++ b/tests/vpp/perf/__init__.robot @@ -15,6 +15,7 @@ | 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 | Library | resources.libraries.python.CpuUtils | Suite Setup | Run Keywords | Setup performance global Variables | ... | AND | Setup Framework | ${nodes} @@ -23,6 +24,7 @@ | ... | AND | Get CPU Layout from all nodes | ${nodes} | ... | AND | Update All Interface Data On All Nodes | ... | ${nodes} | skip_tg=${True} | numa_node=${True} +| Suite Teardown | Cleanup Framework | ${nodes} *** Keywords *** | Setup performance global Variables |