mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
scripts: Remove downloads from integration test scripts
Assisted-by: Claude:Opus-4.6 Signed-off-by: Rob Bradford <rbradford@meta.com>
This commit is contained in:
@@ -18,10 +18,11 @@ fi
|
||||
WIN_IMAGE_BASENAME="windows-11-iot-enterprise-aarch64.raw"
|
||||
WIN_IMAGE_FILE="$WORKLOADS_DIR/$WIN_IMAGE_BASENAME"
|
||||
|
||||
# Download aarch64 OVMF
|
||||
OVMF_FW="$WORKLOADS_DIR/CLOUDHV_EFI.fd"
|
||||
if [ ! -f "$OVMF_FW" ]; then
|
||||
download_aarch64_ovmf
|
||||
echo "Missing workload asset: $OVMF_FW"
|
||||
echo "Run: python3 scripts/fetch_workloads.py --test windows"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
# Check if the images are present
|
||||
|
||||
Reference in New Issue
Block a user