From 254481f6b87db8d87e4462baa9b00df2e86578e9 Mon Sep 17 00:00:00 2001 From: Venkatesh Srinivas Date: Thu, 31 Aug 2023 05:16:46 +0000 Subject: [PATCH] CI/CD: Disable realmode test for now --- .github/workflows/vm-boot-test-vac.exp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/vm-boot-test-vac.exp b/.github/workflows/vm-boot-test-vac.exp index 6f9a1d0c6e4883..a1741b269d6d7a 100755 --- a/.github/workflows/vm-boot-test-vac.exp +++ b/.github/workflows/vm-boot-test-vac.exp @@ -109,8 +109,8 @@ expect "~ # " send "/tmp/mnt/qemu-system-x86_64 --no-reboot -device pc-testdev -device isa-debug-exit,iobase=0xf4,iosize=0x4 -nographic -device pci-testdev -machine accel=kvm -kernel /tmp/mnt/kvm-unit-tests/x86/pmu.flat -smp 2 -cpu host -L /tmp/mnt/share/qemu\n" # TODO(https://github.com/vsrinivas/linux/issues/7) -expect "~ # " -send "/tmp/mnt/qemu-system-x86_64 --no-reboot -device pc-testdev -device isa-debug-exit,iobase=0xf4,iosize=0x4 -nographic -device pci-testdev -machine accel=kvm -kernel /tmp/mnt/kvm-unit-tests/x86/realmode.flat -smp 2 -cpu host -L /tmp/mnt/share/qemu\n" +#expect "~ # " +#send "/tmp/mnt/qemu-system-x86_64 --no-reboot -device pc-testdev -device isa-debug-exit,iobase=0xf4,iosize=0x4 -nographic -device pci-testdev -machine accel=kvm -kernel /tmp/mnt/kvm-unit-tests/x86/realmode.flat -smp 2 -cpu host -L /tmp/mnt/share/qemu\n" expect "~ # " send "/tmp/mnt/qemu-system-x86_64 --no-reboot -device pc-testdev -device isa-debug-exit,iobase=0xf4,iosize=0x4 -nographic -device pci-testdev -machine accel=kvm -kernel /tmp/mnt/kvm-unit-tests/x86/rmap_chain.flat -smp 2 -cpu host -L /tmp/mnt/share/qemu\n"