diff --git a/tests/scripts/vagrant_up.sh b/tests/scripts/vagrant_up.sh index cd690961a7..819ff46c8b 100644 --- a/tests/scripts/vagrant_up.sh +++ b/tests/scripts/vagrant_up.sh @@ -1,5 +1,8 @@ #!/bin/bash +vagrant box remove --force --provider libvirt --box-version 0 centos/8 || true +vagrant box add --provider libvirt --name centos/8 https://cloud.centos.org/centos/8/vagrant/x86_64/images/CentOS-8-Vagrant-8.3.2011-20201204.2.x86_64.vagrant-libvirt.box || true + retries=0 until [ $retries -ge 5 ] do