summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKumar Amber <kumar.amber@intel.com>2022-02-09 15:20:29 +0530
committerIan Stokes <ian.stokes@intel.com>2022-02-11 11:42:17 +0000
commitb9cf520705a91c3904b52489ec296316769b754e (patch)
tree1cb1909d83753265f2b60fe9097de2d5989ac6ce
parentf0a9000ca61602fd0b454318efcba5ac3e1e0744 (diff)
downloadopenvswitch-b9cf520705a91c3904b52489ec296316769b754e.tar.gz
system-dpdk.at: Add warning log in mfex fuzzy test.
Some specific warning are seen on various systems which may not be visible on others but good to add such logs to test to avoid test-case failure. Thw warning only effects the fuzzy tests due to more than 1000+ flows being offloading simultanously. Wilcarding flow count number as for different systems under test the number could vary in the warning log. Suggested-by: Eelco Chaudron <echaudro@redhat.com> Signed-off-by: Kumar Amber <kumar.amber@intel.com> Acked-by: Eelco Chaudron <echaudro@redhat.com> Reviewed-by: David Marchand <david.marchand@redhat.com> Acked-by: Cian Ferriter <cian.ferriter@intel.com> Signed-off-by: Ian Stokes <ian.stokes@intel.com>
-rw-r--r--tests/system-dpdk.at4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/system-dpdk.at b/tests/system-dpdk.at
index 9384cf7f0..c3ee6990c 100644
--- a/tests/system-dpdk.at
+++ b/tests/system-dpdk.at
@@ -273,7 +273,9 @@ OVS_WAIT_UNTIL([test `ovs-vsctl get interface p1 statistics | grep -oP 'rx_packe
dnl Clean up
AT_CHECK([ovs-vsctl del-port br0 p1], [], [stdout], [stderr])
-OVS_VSWITCHD_STOP("[SYSTEM_DPDK_ALLOWED_LOGS]")
+OVS_VSWITCHD_STOP("m4_join([], [SYSTEM_DPDK_ALLOWED_LOGS], [
+\@upcall: datapath reached the dynamic limit of .* flows.@d
+])")
AT_CLEANUP
dnl --------------------------------------------------------------------------