Skip to content

Commit

Permalink
tests: ovn-nbctl dump-flows -> ovn-sbctl dump-flows
Browse files Browse the repository at this point in the history
Signed-off-by: Ihar Hrachyshka <ihrachys@redhat.com>
Signed-off-by: Mark Michelson <mmichels@redhat.com>
Acked-by: Mark Michelson <mmichels@redhat.com>
  • Loading branch information
booxter authored and putnopvut committed Jun 27, 2022
1 parent 9c29f55 commit 8423d02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/ovn.at
Expand Up @@ -7271,7 +7271,7 @@ ovs-vsctl -- add-port br-int vif2 -- \
# Allow some time for ovn-northd and ovn-controller to catch up.
wait_for_ports_up
check ovn-nbctl --wait=hv sync
ovn-nbctl dump-flows > sbflows
ovn-sbctl dump-flows > sbflows
AT_CAPTURE_FILE([sbflows])

for i in 1 2; do
Expand Down Expand Up @@ -7876,7 +7876,7 @@ wait_for_ports_up
check ovn-nbctl --wait=hv sync
sleep 1

ovn-nbctl dump-flows > sbflows
ovn-sbctl dump-flows > sbflows
AT_CAPTURE_FILE([sbflows])

for i in 1 2; do
Expand Down

0 comments on commit 8423d02

Please sign in to comment.