diff --git a/qemu/tests/cfg/floppy_test.cfg b/qemu/tests/cfg/floppy_test.cfg index dcabd1f0f74782cec432fff5353091bcb5bd391c..9b422fe731a7ba07e182f5c64de20c7c593f6649 100644 --- a/qemu/tests/cfg/floppy_test.cfg +++ b/qemu/tests/cfg/floppy_test.cfg @@ -1,5 +1,6 @@ - floppy_test: install setup image_copy unattended_install.cdrom type = floppy + no pseries start_vm = no floppies = "fl" guest_floppy_path = "/dev/fd0" diff --git a/qemu/tests/cfg/readonly_floppy.cfg b/qemu/tests/cfg/readonly_floppy.cfg index 67c76604feb4dac6a51eb2cd114efb8b656f4b64..e619fd4cf46e7bf0fc6e9ef4fbb3e2a69eb77446 100644 --- a/qemu/tests/cfg/readonly_floppy.cfg +++ b/qemu/tests/cfg/readonly_floppy.cfg @@ -1,6 +1,7 @@ - readonly_floppy: virt_test_type = qemu type = readonly_floppy + no pseries floppies = "fl1 fl2" floppy_name_fl1 = "images/fd1.img" floppy_name_fl2 = "images/fd2.img"