block_hotplug_negative.cfg 1.1 KB
Newer Older
A
Aihua Liang 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
# Below case works stablly on QMP monitor, but have no more test with Human
# monitor, so suggest to use QMP monitor as default qemu monitor run below test
#
- block_hotplug_negative:
    no RHEL.3.9
    no ide
    virt_test_type = qemu
    type = block_hotplug_negative
    bootindex_image1 = 0
    images += " stg0"
    boot_drive_stg0 = no
    image_name_stg0 = images/storage0
    image_size_stg0 = 1G
    remove_image_stg0 = yes
    force_create_image_stg0 = yes
    kill_vm_on_error = yes
    blk_extra_params_stg0 = "invalid_param=on"

    variants:
        - @default:
        - data_plane:
            no Host_RHEL.m6
23
            only virtio_blk, virtio_scsi
A
Aihua Liang 已提交
24 25 26 27 28
            iothreads = iothread0
            virtio_blk:
                blk_extra_params_image1 = "iothread=${iothreads}"
            virtio_scsi:
                no Host_RHEL.m7.u0, Host_RHEL.m7.u1, Host_RHEL.m7.u2
29 30 31 32 33 34
                bus_extra_params = "iothread=${iothreads}"
                Windows:
                    i440fx:
                        cd_format_cd1 = ide
                    q35:
                        cd_format_cd1 = ahci