Skip to content

Commit

Permalink
CI/CD: Disable realmode test for now
Browse files Browse the repository at this point in the history
  • Loading branch information
vsrinivas committed Aug 31, 2023
1 parent 39b3a10 commit 254481f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/vm-boot-test-vac.exp
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 254481f

Please sign in to comment.