diff mbox series

[ovs-dev,v2,7/8] test: perf-northd: Use check for ovn-nbctl wherever possible.

Message ID a70bf48699fb05b695367e17c606d5322d5014cb.1730833286.git.lorenzo.bianconi@redhat.com
State Superseded
Headers show
Series Use check for ovn-nbctl/ovn-sbctl wherever possible. | expand

Checks

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

Commit Message

Lorenzo Bianconi Nov. 5, 2024, 7:23 p.m. UTC
Reported-at: https://issues.redhat.com/browse/FDP-875
Signed-off-by: Lorenzo Bianconi <lorenzo.bianconi@redhat.com>
---
 tests/perf-northd.at | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/tests/perf-northd.at b/tests/perf-northd.at
index 6d651b7e5..515b88244 100644
--- a/tests/perf-northd.at
+++ b/tests/perf-northd.at
@@ -17,7 +17,7 @@  m4_define([CACHE_NBDB],[
 m4_define([MEASURE_RECOMPUTE],[
     PERF_RECORD_START(Measure northd recompute)
     ovn-appctl -t northd/ovn-northd inc-engine/recompute
-    ovn-nbctl --wait=sb sync
+    check ovn-nbctl --wait=sb sync
     PERF_RECORD_STOP()
 ])
 
@@ -42,7 +42,7 @@  m4_define([BUILD_NBDB],[
         ovn-appctl -t ovn-nb/ovsdb-server ovsdb-server/remove-db OVN_Northbound
         ovn-appctl -t ovn-nb/ovsdb-server ovsdb-server/add-db ${at_suite_dir}/cached/${at_group}/ovn-nb.db
     fi
-    ovn-nbctl --wait=sb sync
+    check ovn-nbctl --wait=sb sync
     PERF_RECORD_STOP()
 
     MEASURE_RECOMPUTE()