test: Update location for Debian ppc64 images
The current debian cloud images no longer include ppc64. Change to using the latest snapshot which does include ppc64. Signed-off-by: David Gibson <david@gibson.dropbear.id.au> Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
This commit is contained in:
parent
6ccab72d9b
commit
64325a0dac
2 changed files with 5 additions and 2 deletions
|
@ -11,7 +11,7 @@ DEBIAN_IMGS = debian-8.11.0-openstack-amd64.qcow2 \
|
|||
debian-9-nocloud-amd64-daily-20200210-166.qcow2 \
|
||||
debian-10-nocloud-amd64.qcow2 \
|
||||
debian-10-generic-arm64.qcow2 \
|
||||
debian-10-generic-ppc64el.qcow2 \
|
||||
debian-10-generic-ppc64el-20220911-1135.qcow2 \
|
||||
debian-11-nocloud-amd64.qcow2 \
|
||||
debian-11-generic-arm64.qcow2 \
|
||||
debian-11-generic-ppc64el.qcow2 \
|
||||
|
@ -127,6 +127,9 @@ debian-9-nocloud-%-daily-20200210-166.qcow2:
|
|||
debian-10-nocloud-%.qcow2:
|
||||
$(WGET) -O $@ https://cloud.debian.org/images/cloud/buster/latest/debian-10-nocloud-$*.qcow2
|
||||
|
||||
debian-10-generic-ppc64el-20220911-1135.qcow2:
|
||||
$(WGET) -O $@ https://cloud.debian.org/images/cloud/buster/20220911-1135/debian-10-generic-ppc64el-20220911-1135.qcow2
|
||||
|
||||
debian-10-generic-%.qcow2:
|
||||
$(WGET) -O $@ https://cloud.debian.org/images/cloud/buster/latest/debian-10-generic-$*.qcow2
|
||||
|
||||
|
|
|
@ -118,7 +118,7 @@ sleep 1
|
|||
|
||||
test Debian GNU/Linux 10 (buster, oldstable), ppc64le
|
||||
|
||||
host qemu-system-ppc64 -m 2048 -smp 2 -nographic -serial stdio -nodefaults -no-reboot -nographic -vga none __BASEPATH__/prepared-debian-10-generic-ppc64el.qcow2 -device virtio-net-pci,netdev=s0 -netdev stream,id=s0,server=off,addr.type=unix,addr.path=__STATEDIR__/passt.socket -snapshot
|
||||
host qemu-system-ppc64 -m 2048 -smp 2 -nographic -serial stdio -nodefaults -no-reboot -nographic -vga none __BASEPATH__/prepared-debian-10-generic-ppc64el-20220911-1135.qcow2 -device virtio-net-pci,netdev=s0 -netdev stream,id=s0,server=off,addr.type=unix,addr.path=__STATEDIR__/passt.socket -snapshot
|
||||
host PS1='$ '
|
||||
sleep 2
|
||||
host apt-get update
|
||||
|
|
Loading…
Reference in a new issue