From: Andrew Schoen Date: Fri, 28 Apr 2017 18:08:07 +0000 (-0500) Subject: ceph-ansible-prs: restart libvirt services before running tests X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=e8cc54c7753118b3caef44d47ce85460b3db9412;p=ceph-build.git ceph-ansible-prs: restart libvirt services before running tests Signed-off-by: Andrew Schoen --- diff --git a/ceph-ansible-prs/build/build b/ceph-ansible-prs/build/build index 7b7d4d2d..34fcbae8 100644 --- a/ceph-ansible-prs/build/build +++ b/ceph-ansible-prs/build/build @@ -16,6 +16,10 @@ for network in $networks; do sudo virsh net-undefine $network || true done +# restart libvirt services +sudo service libvirt-bin restart +sudo service libvirt-guests restart + # the $SCENARIO var is injected by the job template. It maps # to an actual, defined, tox environment $VENV/tox -rv -e=$RELEASE-$SCENARIO --workdir=$WORKDIR -- --provider=libvirt