diff mbox series

[ovs-dev,1/2] alb.at: Check for log from correct line number.

Message ID 20211123140023.3509644-1-ktraynor@redhat.com
State Accepted
Headers show
Series [ovs-dev,1/2] alb.at: Check for log from correct line number. | expand

Checks

Context Check Description
ovsrobot/apply-robot success apply and check: success
ovsrobot/github-robot-_Build_and_Test success github build: passed

Commit Message

Kevin Traynor Nov. 23, 2021, 2 p.m. UTC
The next log line number should be updated to ensure that the
anticipated log has occurred again after more time has passed.

Fixes: a83a406096e9 ("dpif-netdev: Sync PMD ALB state with user commands.")
Signed-off-by: Kevin Traynor <ktraynor@redhat.com>
---
 tests/alb.at | 1 +
 1 file changed, 1 insertion(+)

Comments

David Marchand Dec. 6, 2021, 4:25 p.m. UTC | #1
On Tue, Nov 23, 2021 at 3:01 PM Kevin Traynor <ktraynor@redhat.com> wrote:
>
> The next log line number should be updated to ensure that the
> anticipated log has occurred again after more time has passed.
>
> Fixes: a83a406096e9 ("dpif-netdev: Sync PMD ALB state with user commands.")
> Signed-off-by: Kevin Traynor <ktraynor@redhat.com>

Reviewed-by: David Marchand <david.marchand@redhat.com>
diff mbox series

Patch

diff --git a/tests/alb.at b/tests/alb.at
index fcc7b0bec..25c91f158 100644
--- a/tests/alb.at
+++ b/tests/alb.at
@@ -90,4 +90,5 @@  OVS_WAIT_UNTIL([tail -n +$LINENUM ovs-vswitchd.log | grep "PMD auto load balance
 
 # Same config as last time
+get_log_next_line_num
 ovs-appctl time/warp 60000 10000
 OVS_WAIT_UNTIL([tail -n +$LINENUM ovs-vswitchd.log | grep "PMD auto load balance nothing to do, no configuration changes since last check."])