Re: [ovs-dev] [PATCH ovn] tests: Fix incorrect 'check_engine_stats' helper function.

2024-02-02 Thread Numan Siddique
On Fri, Feb 2, 2024 at 5:23 PM Mark Michelson wrote: > > Acked-by: Mark Michelson Thanks. Applied to main. Numan > > On 2/2/24 16:57, num...@ovn.org wrote: > > From: Numan Siddique > > > > The patch which added the helper function 'check_engine_stats' > > didn't add it properly because of

Re: [ovs-dev] [PATCH ovn] tests: Fix incorrect 'check_engine_stats' helper function.

2024-02-02 Thread Mark Michelson
Acked-by: Mark Michelson On 2/2/24 16:57, num...@ovn.org wrote: From: Numan Siddique The patch which added the helper function 'check_engine_stats' didn't add it properly because of which we are seeing the below warnings. test-source: line 2187: check_engine_stats: command not found This

[ovs-dev] [PATCH ovn] tests: Fix incorrect 'check_engine_stats' helper function.

2024-02-02 Thread numans
From: Numan Siddique The patch which added the helper function 'check_engine_stats' didn't add it properly because of which we are seeing the below warnings. test-source: line 2187: check_engine_stats: command not found This patch fixes it by using m4_divert_push/m4_divert_pop macros. Fixes: