diff --git a/scripts/fetch_images.sh b/scripts/fetch_images.sh index bec58a58..52e92e83 100755 --- a/scripts/fetch_images.sh +++ b/scripts/fetch_images.sh @@ -3,7 +3,7 @@ set -x fetch_ch() { CH_PATH="$1" - CH_VERSION="v24.0" + CH_VERSION="v30.0" CH_URL="https://github.com/cloud-hypervisor/cloud-hypervisor/releases/download/$CH_VERSION/cloud-hypervisor" if [ ! -f "$CH_PATH" ]; then wget --quiet $CH_URL -O $CH_PATH diff --git a/src/integration.rs b/src/integration.rs index 8cbaf29c..5c244892 100644 --- a/src/integration.rs +++ b/src/integration.rs @@ -494,6 +494,7 @@ mod tests { "target/x86_64-unknown-none/release/hypervisor-fw", "--disk", &format!("path={os}"), + "--disk", &format!("path={ci}"), "--net", &format!("tap={},mac={}", net.tap_name, net.guest_mac),