diff mbox series

[ovs-dev,v15,12/15] dpdk-tests: Fix Multi-segment DPDK Unittests

Message ID 20190911080828.2087-13-michalx.obrembski@intel.com
State Superseded
Headers show
Series Support multi-segment mbufs | expand

Commit Message

Michal Obrembski Sept. 11, 2019, 8:08 a.m. UTC
From: Michal Obrembski <michalx.obrembski@intel.com>

Signed-off-by: Michal Obrembski <michalx.obrembski@intel.com>
---
 tests/system-dpdk.at | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/tests/system-dpdk.at b/tests/system-dpdk.at
index ca66135..abfe6e6 100644
--- a/tests/system-dpdk.at
+++ b/tests/system-dpdk.at
@@ -42,6 +42,7 @@  OVS_VSWITCHD_STOP("/does not exist. The Open vSwitch kernel module is probably n
 /Global register is changed during/d
 /EAL: WARNING: cpu flags constant_tsc=yes nonstop_tsc=no -> using unreliable clock cycles !/d
 /EAL: No free hugepages reported in hugepages-1048576kB/d
+/Failed to enable allmulti/d
 ")
 AT_CLEANUP
 dnl --------------------------------------------------------------------------
@@ -251,6 +252,7 @@  OVS_VSWITCHD_STOP("/Global register is changed during/d
 AT_CLEANUP
 
 AT_SETUP([Jumbo frames - Multi-segment mbufs Tx])
+OVS_DPDK_PRE_PHY_SKIP()
 OVS_DPDK_PRE_CHECK()
 OVS_DPDK_START([per-port-memory=true dpdk-multi-seg-mbufs=true])
 
@@ -295,5 +297,5 @@  OVS_VSWITCHD_STOP("/does not exist. The Open vSwitch kernel module is probably n
 /failed to connect to \/tmp\/dpdkvhostclient0: No such file or directory/d
 /Global register is changed during/d
 /EAL: No free hugepages reported in hugepages-1048576kB/d
-")
+/Failed to enable allmulti/d")
 AT_CLEANUP