diff mbox series

[ovs-dev,02/13] tests: fixed "dhcpv6 : 1 HV, 2 LS, 5 LSPs" and "external logical port"

Message ID 20230627093043.1465206-3-xsimonar@redhat.com
State Accepted
Headers show
Series Fixes Multiple Unit Tests | expand

Checks

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

Commit Message

Xavier Simonart June 27, 2023, 9:30 a.m. UTC
ovs-ofctl monitor runs by default for OVS_CTL_TIMEOUT i.e. 30 seconds
This might not be enough to cover the duration of the test on loaded systems.

Signed-off-by: Xavier Simonart <xsimonar@redhat.com>
---
 tests/ovn.at | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
diff mbox series

Patch

diff --git a/tests/ovn.at b/tests/ovn.at
index a6478813f..b9a1cd65a 100644
--- a/tests/ovn.at
+++ b/tests/ovn.at
@@ -7357,7 +7357,7 @@  test_dhcpv6() {
 }
 
 AT_CAPTURE_FILE([ofctl_monitor0.log])
-as hv1 ovs-ofctl monitor br-int resume --detach --no-chdir \
+as hv1 ovs-ofctl monitor br-int resume --timeout=120 --detach --no-chdir \
 --pidfile=ovs-ofctl0.pid 2> ofctl_monitor0.log
 
 echo "---------NB dump-----"
@@ -19746,15 +19746,15 @@  test_dhcpv6() {
 }
 
 AT_CAPTURE_FILE([ofctl_monitor0_hv1.log])
-as hv1 ovs-ofctl monitor br-int resume --detach --no-chdir \
+as hv1 ovs-ofctl monitor br-int resume --timeout=120 --detach --no-chdir \
 --pidfile=ovs-ofctl0.pid 2> ofctl_monitor0_hv1.log
 
 AT_CAPTURE_FILE([ofctl_monitor0_hv2.log])
-as hv2 ovs-ofctl monitor br-int resume --detach --no-chdir \
+as hv2 ovs-ofctl monitor br-int resume --timeout=120 --detach --no-chdir \
 --pidfile=ovs-ofctl0.pid 2> ofctl_monitor0_hv2.log
 
 AT_CAPTURE_FILE([ofctl_monitor0_hv3.log])
-as hv3 ovs-ofctl monitor br-int resume --detach --no-chdir \
+as hv3 ovs-ofctl monitor br-int resume --timeout=120 --detach --no-chdir \
 --pidfile=ovs-ofctl0.pid 2> ofctl_monitor0_hv3.log
 
 as hv1