diff options
author | Peter Mikus <pmikus@cisco.com> | 2019-07-09 14:28:27 +0000 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2019-07-11 06:41:16 +0000 |
commit | d2a7114de8c307c152b119d2c153e1d75df78b65 (patch) | |
tree | 84c183646a63fedbaf03cbbb5d824219e4d5aff8 /tests/vpp/device/__init__.robot | |
parent | 7b0e8a9dee0f874c4b7317e9132064dbab8fd34a (diff) |
Aligning FUNC/PERF keywords - Data driven
Change-Id: I233c8908c724556db09c60de6efa9237068fb4c3
Signed-off-by: Peter Mikus <pmikus@cisco.com>
Diffstat (limited to 'tests/vpp/device/__init__.robot')
-rw-r--r-- | tests/vpp/device/__init__.robot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/vpp/device/__init__.robot b/tests/vpp/device/__init__.robot index 595f27097e..69883ea469 100644 --- a/tests/vpp/device/__init__.robot +++ b/tests/vpp/device/__init__.robot @@ -25,7 +25,7 @@ | ... | AND | Verify Vpp On All Duts | ${nodes} | ... | AND | Get CPU Layout from all nodes | ${nodes} | ... | AND | Update All Interface Data On All Nodes | ${nodes} -| ... | skip_tg_udev=${True} +| ... | skip_tg_udev=${True} | numa_node=${True} | ... | Suite Teardown | Cleanup Framework | ${nodes} |