Skip to content

Commit b5330a9

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "test_evacuate.sh: Support libvirt-bin and libvirtd systemd services"
2 parents e3acb21 + 6c62830 commit b5330a9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

gate/test_evacuate.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ done
7777

7878
echo "Stopping libvirt on the localhost before evacuating to trigger failure"
7979
sudo systemctl stop libvirt-bin
80+
sudo systemctl stop libvirtd
8081

8182
# Now force the evacuation to *this* host; we have to force to bypass the
8283
# scheduler since we killed libvirtd which will trigger the libvirt compute
@@ -111,6 +112,7 @@ evacuate_and_wait_for_error evacuate-bfv-test
111112

112113
echo "Now restart libvirt and perform a successful evacuation"
113114
sudo systemctl start libvirt-bin
115+
sudo systemctl start libvirtd
114116
sleep 10
115117

116118
# Wait for the compute service to be enabled.

0 commit comments

Comments
 (0)