Xen is now built without CONFIG_PV32 by default and thus test jobs
"qemu-smoke-x86-64-gcc" and "qemu-smoke-x86-64-clang" fails because
they are using XTF's "test-pv32pae-example" which is an hello word
32bit PV guest.
As we are looking for whether Xen boot or not with a quick smoke test,
just use 64bit tests instead.
Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
cd xtf && make -j$(nproc) && cd -
case $variant in
- pvh) k=test-hvm32pae-example extra="dom0-iommu=none dom0=pvh" ;;
- *) k=test-pv32pae-example extra= ;;
+ pvh) k=test-hvm64-example extra="dom0-iommu=none dom0=pvh" ;;
+ *) k=test-pv64-example extra= ;;
esac
rm -f smoke.serial