Skip to content

Commit 5ab9b28

Browse files
committed
test_evacuate.sh: Stop using libvirt-bin
I49dc963ada17a595232d3eb329d94632d07b874b missed that call_hook_if_defined will actually cause the entire run to fail [1] if we attempt to stop the non-existent libvirt-bin service so just remove it now we are using the train UCA. [1] https://opendev.org/openstack/devstack-gate/src/commit/7a70f559c559e22b498d735b4ed20aadc71b7f39/functions.sh#L74 Change-Id: Ife26f1ceb6208e12328ccdccbab0681ee55d5a2a
1 parent b5330a9 commit 5ab9b28

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

gate/test_evacuate.sh

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

7878
echo "Stopping libvirt on the localhost before evacuating to trigger failure"
79-
sudo systemctl stop libvirt-bin
8079
sudo systemctl stop libvirtd
8180

8281
# Now force the evacuation to *this* host; we have to force to bypass the
@@ -111,7 +110,6 @@ evacuate_and_wait_for_error evacuate-test
111110
evacuate_and_wait_for_error evacuate-bfv-test
112111

113112
echo "Now restart libvirt and perform a successful evacuation"
114-
sudo systemctl start libvirt-bin
115113
sudo systemctl start libvirtd
116114
sleep 10
117115

0 commit comments

Comments
 (0)