提交 c0cb35b0 编写于 作者: X Xu Tian

floppy: disable floppy test for q35 and pseries machine

Signed-off-by: NXu Tian <xutian@redhat.com>
上级 b6704829
...@@ -14,6 +14,8 @@ ...@@ -14,6 +14,8 @@
- default_savevm: - default_savevm:
- with_floppy: - with_floppy:
no q35
no pseries
no Host_RHEL.m7 no Host_RHEL.m7
virt_test_type = qemu virt_test_type = qemu
save_method = save_to_tag save_method = save_to_tag
......
...@@ -119,6 +119,8 @@ ...@@ -119,6 +119,8 @@
# Image with kickstart is attached into the guest as floppy drive # Image with kickstart is attached into the guest as floppy drive
- floppy_ks: - floppy_ks:
unattended_delivery_method = floppy unattended_delivery_method = floppy
no q35
no pseries
# Only perform a libvirt import. No cdroms, no floppies, no nothing # Only perform a libvirt import. No cdroms, no floppies, no nothing
- import: - import:
virt_test_type = libvirt virt_test_type = libvirt
......
...@@ -393,6 +393,8 @@ ...@@ -393,6 +393,8 @@
- floppy_test: - floppy_test:
type = floppy type = floppy
no q35
no pseries
start_vm = no start_vm = no
floppies = "fl" floppies = "fl"
floppy_name = "images/test_floppy.img" floppy_name = "images/test_floppy.img"
......
- floppy_test: install setup image_copy unattended_install.cdrom - floppy_test: install setup image_copy unattended_install.cdrom
type = floppy type = floppy
no pseries no pseries
no q35
start_vm = no start_vm = no
floppies = "fl" floppies = "fl"
guest_floppy_path = "/dev/fd0" guest_floppy_path = "/dev/fd0"
......
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
virt_test_type = qemu virt_test_type = qemu
type = readonly_floppy type = readonly_floppy
no pseries no pseries
no q35
floppies = "fl1 fl2" floppies = "fl1 fl2"
floppy_name_fl1 = "images/fd1.img" floppy_name_fl1 = "images/fd1.img"
floppy_name_fl2 = "images/fd2.img" floppy_name_fl2 = "images/fd2.img"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册