Skip to content

Commit

Permalink
ovn: Teardown whole environment
Browse files Browse the repository at this point in the history
  • Loading branch information
dzedro committed Oct 9, 2023
1 parent 5dc5f47 commit 523d1c7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/console/ovn.pm
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ sub run {
# teardown
assert_script_run 'ip netns del vm2';
assert_script_run 'ip netns del vm1';
assert_script_run 'ovn-nbctl lsp-del vm2';
assert_script_run 'ovn-nbctl lsp-del vm1';
assert_script_run 'ovn-nbctl ls-del network1';
assert_script_run 'ovs-vsctl del-br br-int';
systemctl 'stop openvswitch ovn-controller ovn-northd', timeout => 200;
}
Expand Down

0 comments on commit 523d1c7

Please sign in to comment.