From 64325a0dac840a90f3045654797fbebc3f71a4b9 Mon Sep 17 00:00:00 2001 From: David Gibson Date: Tue, 14 Feb 2023 10:37:12 +1100 Subject: 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 Signed-off-by: Stefano Brivio --- test/distro/debian | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/distro') diff --git a/test/distro/debian b/test/distro/debian index 5633c22..08cfe05 100644 --- a/test/distro/debian +++ b/test/distro/debian @@ -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 -- cgit v1.2.3