Skip to content

Commit

Permalink
block_detect_zeroes:fix case name
Browse files Browse the repository at this point in the history
Avoid the case name being the same as the top variant.

Signed-off-by: qingwangrh <[email protected]>
  • Loading branch information
qingwangrh committed Jul 4, 2023
1 parent 891e9ec commit efaa0f8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions qemu/tests/cfg/block_detect_zeroes.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@
ovmf:
no i440fx
variants:
- off:
- with_off:
drv_extra_params_stg1 += ",detect-zeroes=off"
- on:
- with_on:
drv_extra_params_stg1 += ",detect-zeroes=on"
- unmap:
- with_unmap:
drv_extra_params_stg1 += ",detect-zeroes=unmap"
variants:
- boot:
- with_boot:
guest_operation = boot_test
- hotplug_unplug:
- with_hotplug:
guest_operation = hotplug_unplug_test
- block_resize:
- with_resize:
guest_operation = block_resize_test
new_image_size_stg1 = 3221225472

0 comments on commit efaa0f8

Please sign in to comment.