diff mbox series

[ovs-dev,v8,1/4] system-dpdk: filter non-available hugepages in ovs_vswitchd_stop

Message ID 23b44297328f28249540b5af23cd59bf71f6860d.1594312857.git.gmuthukr@redhat.com
State Changes Requested
Headers show
Series system-dpdk: add tso negotiation tests | expand

Commit Message

Gowrishankar Muthukrishnan July 9, 2020, 4:48 p.m. UTC
While checking log for stopping ovs-vswitchd, we can ignore
message about non-available hugepages as that is specific to
hugepages configuration in system and not required in the scope
log check.

Signed-off-by: Gowrishankar Muthukrishnan <gmuthukr@redhat.com>
---
 tests/system-dpdk.at | 5 +++++
 1 file changed, 5 insertions(+)

Comments

Flavio Leitner July 9, 2020, 5:17 p.m. UTC | #1
On Thu, Jul 09, 2020 at 10:18:16PM +0530, Gowrishankar Muthukrishnan wrote:
> While checking log for stopping ovs-vswitchd, we can ignore
> message about non-available hugepages as that is specific to
> hugepages configuration in system and not required in the scope
> log check.
> 
> Signed-off-by: Gowrishankar Muthukrishnan <gmuthukr@redhat.com>
> ---

LGTM
Acked-by: Flavio Leitner <fbl@sysclose.org>
diff mbox series

Patch

diff --git a/tests/system-dpdk.at b/tests/system-dpdk.at
index a015d52..21424c2 100644
--- a/tests/system-dpdk.at
+++ b/tests/system-dpdk.at
@@ -15,6 +15,7 @@  AT_CHECK([grep "DPDK Enabled - initialized" ovs-vswitchd.log], [], [stdout])
 OVS_VSWITCHD_STOP(["/Global register is changed during/d
 /EAL:   Invalid NUMA socket, default to 0/d
 /EAL: WARNING: cpu flags constant_tsc=yes nonstop_tsc=no -> using unreliable clock cycles !/d
+/EAL: No available hugepages reported in hugepages-1048576kB/d
 /EAL: No free hugepages reported in hugepages-1048576kB/d"])
 AT_CLEANUP
 dnl --------------------------------------------------------------------------
@@ -41,6 +42,7 @@  OVS_VSWITCHD_STOP("/does not exist. The Open vSwitch kernel module is probably n
 /Failed to enable flow control/d
 /Global register is changed during/d
 /EAL: WARNING: cpu flags constant_tsc=yes nonstop_tsc=no -> using unreliable clock cycles !/d
+/EAL: No available hugepages reported in hugepages-1048576kB/d
 /EAL: No free hugepages reported in hugepages-1048576kB/d
 ")
 AT_CLEANUP
@@ -74,6 +76,7 @@  OVS_VSWITCHD_STOP(["\@does not exist. The Open vSwitch kernel module is probably
 \@Global register is changed during@d
 \@EAL:   Invalid NUMA socket, default to 0@d
 \@EAL: WARNING: cpu flags constant_tsc=yes nonstop_tsc=no -> using unreliable clock cycles !@d
+\@EAL: No available hugepages reported in hugepages-1048576kB@d
 \@EAL: No free hugepages reported in hugepages-1048576kB@d"])
 AT_CLEANUP
 dnl --------------------------------------------------------------------------
@@ -153,6 +156,7 @@  OVS_VSWITCHD_STOP(["\@does not exist. The Open vSwitch kernel module is probably
 \@failed to enumerate system datapaths: No such file or directory@d
 \@EAL:   Invalid NUMA socket, default to 0@d
 \@EAL: WARNING: cpu flags constant_tsc=yes nonstop_tsc=no -> using unreliable clock cycles !@d
+\@EAL: No available hugepages reported in hugepages-1048576kB@d
 \@EAL: No free hugepages reported in hugepages-1048576kB@d"])
 AT_CLEANUP
 dnl --------------------------------------------------------------------------
@@ -229,6 +233,7 @@  OVS_VSWITCHD_STOP(["\@does not exist. The Open vSwitch kernel module is probably
 \@failed to enumerate system datapaths: No such file or directory@d
 \@EAL:   Invalid NUMA socket, default to 0@d
 \@EAL: WARNING: cpu flags constant_tsc=yes nonstop_tsc=no -> using unreliable clock cycles !@d
+\@EAL: No available hugepages reported in hugepages-1048576kB@d
 \@EAL: No free hugepages reported in hugepages-1048576kB@d"])
 AT_CLEANUP
 dnl --------------------------------------------------------------------------