Skip to content

Commit

Permalink
tests: Fix typos in tests.
Browse files Browse the repository at this point in the history
Test was using ovs-sbctl instead of ovn-sbctl for some
debugging purposes.

Signed-off-by: Xavier Simonart <xsimonar@redhat.com>
Signed-off-by: Mark Michelson <mmichels@redhat.com>
  • Loading branch information
simonartxavier authored and putnopvut committed Feb 19, 2024
1 parent 87985ac commit b7e2447
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/ovn.at
Expand Up @@ -6222,7 +6222,7 @@ ovs-vsctl -- add-port br-int vif2 -- \
wait_for_ports_up
check ovn-nbctl --wait=hv sync

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

# Send ip packets between the two ports.
Expand All @@ -6240,7 +6240,7 @@ as hv1 ovs-appctl netdev-dummy/receive vif1 $packet
#Disable router R1
ovn-nbctl --wait=hv set Logical_Router R1 enabled=false

ovs-sbctl dump-flows > sbflows2
ovn-sbctl dump-flows > sbflows2
AT_CAPTURE_FILE([sbflows2])

as hv1 ovs-appctl netdev-dummy/receive vif1 $packet
Expand Down

0 comments on commit b7e2447

Please sign in to comment.