From 8b2e896fa933697eb0cad0d659eb54f9eac4a3d0 Mon Sep 17 00:00:00 2001 From: dinadins <38987051+dinadins@users.noreply.github.com> Date: Fri, 4 Oct 2024 14:24:34 +0300 Subject: [PATCH] Vagrant: `test_vagrant_root[box_url]` fails due to missing box (#274) (#275) * #274 * Updated box URL/checksum --- test/vagrant-plugin/scenarios/molecule/box_url/molecule.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/vagrant-plugin/scenarios/molecule/box_url/molecule.yml b/test/vagrant-plugin/scenarios/molecule/box_url/molecule.yml index 9d3fb20..414c6d0 100644 --- a/test/vagrant-plugin/scenarios/molecule/box_url/molecule.yml +++ b/test/vagrant-plugin/scenarios/molecule/box_url/molecule.yml @@ -8,8 +8,8 @@ driver: platforms: - name: instance box: centos/stream9 - box_url: "https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-Vagrant-9-20230704.1.x86_64.vagrant-libvirt.box" - box_download_checksum: "8a9fe7e8083421047e5404131daa007b4c1bcc466f3d9b29d0e7c7e432891a0e" + box_url: "https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-Vagrant-9-20240930.0.x86_64.vagrant-libvirt.box" + box_download_checksum: "0dd55e0d6d1686181e3ad2636f942d5295be4c3d01e0e1c824fc02ec58728375" box_download_checksum_type: "sha256" provisioner: name: ansible