Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions tests/test_helper/bats/switchstart.bats
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ start_switch_first_tests() {
run lxc_exec "$container" "microovn status"
assert_failure

run lxc_exec "$container" "snap start microovn.switch"
run lxc_exec "$container" "microovn.ovs-vsctl show"
assert_failure

Expand All @@ -37,7 +36,6 @@ start_switch_first_tests() {
run lxc_exec "$TEST_CONTAINER" "/usr/bin/ovs-vsctl show"
assert_failure


run lxc_exec "$container" "snap start microovn.switch"
assert_success

Expand Down
Loading