diff --git a/tests/console/ovn.pm b/tests/console/ovn.pm index 32ffe867cbed..61918c4df8da 100644 --- a/tests/console/ovn.pm +++ b/tests/console/ovn.pm @@ -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; }