aboutsummaryrefslogtreecommitdiffstats
path: root/tests/vpp/perf/__init__.robot
diff options
context:
space:
mode:
authorPeter Mikus <pmikus@cisco.com>2018-07-03 05:01:46 +0000
committerPeter Mikus <pmikus@cisco.com>2018-07-03 05:56:57 +0000
commiteff8394cc41612be330b19ba4e6c87a8068ad032 (patch)
tree5c875dd0fe72de72fc13893f0758b498087cd12d /tests/vpp/perf/__init__.robot
parent21af99fef1c4dd45651704678b2ee545f55dfb88 (diff)
CSIT-1046 Make uio driver configurable from topofiles
Currently we are configuring uio_driver from global variable. This may not be suitable for various topologies where we need different driver per TB. This patch is suppose to put uio_driver into topology files. Change-Id: I56af0697e8b2359ccb126151217976408720c1ba Signed-off-by: Peter Mikus <pmikus@cisco.com>
Diffstat (limited to 'tests/vpp/perf/__init__.robot')
-rw-r--r--tests/vpp/perf/__init__.robot4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/vpp/perf/__init__.robot b/tests/vpp/perf/__init__.robot
index 60410160ac..7defbf1e66 100644
--- a/tests/vpp/perf/__init__.robot
+++ b/tests/vpp/perf/__init__.robot
@@ -19,8 +19,7 @@
| Library | resources.libraries.python.CpuUtils
| Suite Setup | Run Keywords | Setup performance global Variables
| ... | AND | Setup Framework | ${nodes}
-| ... | AND | Kernel module verify on all DUTs | ${nodes}
-| ... | ${uio_driver} | force_load=${True}
+| ... | AND | Verify UIO Driver on all DUTs | ${nodes}
| ... | AND | Setup All DUTs | ${nodes}
| ... | AND | Show Vpp Version On All Duts | ${nodes}
| ... | AND | Get CPU Layout from all nodes | ${nodes}
@@ -55,6 +54,5 @@
| | Set Global Variable | ${qemu_build} | ${True}
| | Set Global Variable | ${pkt_trace} | ${False}
| | Set Global Variable | ${dut_stats} | ${True}
-| | Set Global Variable | ${uio_driver} | igb_uio
| | @{plugins_to_enable}= | Create List | dpdk_plugin.so
| | Set Global Variable | @{plugins_to_enable}