X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=common%2Fci%2Fclean.sh;h=bb47479a87a755766641cd31529d10c5af79a649;hb=b0155412940f4a185b58ebd87761b8bdbfdeb6b1;hp=7842762174c4595ff4f34d47c69302b72d2b2118;hpb=c3209cca2df3d068a109be0bc58059d5a402a56f;p=genesis.git diff --git a/common/ci/clean.sh b/common/ci/clean.sh index 7842762..bb47479 100755 --- a/common/ci/clean.sh +++ b/common/ci/clean.sh @@ -215,7 +215,7 @@ if rpm -qa | grep -iE 'libvirt|kvm'; then fi echo "${blue}Removing libvirt and kvm packages" yum -y remove libvirt-* - yum -y remove qemu-kvm-* + yum -y remove *qemu* else echo "${blue}libvirt/KVM is not installed${reset}" fi