Skip to content

Commit

Permalink
Merge pull request autotest#5690 from vwu-vera/v2v-opt-9.5
Browse files Browse the repository at this point in the history
v2v: fix failed case in v2v-options
  • Loading branch information
xiaodwan authored Jun 14, 2024
2 parents 2452198 + e639a8d commit dd5a296
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions v2v/tests/cfg/v2v_options.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -342,12 +342,6 @@
- default:
expect_msg = yes
msg_content = "disk \d+: \d+%total: \d+"
- remote_libvirt_conn:
only output_mode.null
only input_mode.libvirt.kvm.default
checkpoint = 'remote_libvirt_conn'
expect_msg = yes
msg_content = "no support for remote libvirt connections"
- copy_to_local:
cmd_free = yes
only input_mode.libvirt.xen
Expand All @@ -362,6 +356,12 @@
- negative_test:
status_error = "yes"
variants:
- remote_libvirt_conn:
only output_mode.null
only input_mode.libvirt.kvm.default
checkpoint = 'remote_libvirt_conn'
expect_msg = yes
msg_content = "no support for remote libvirt connections"
- conflict_options:
only input_mode.none
only output_mode.none
Expand Down

0 comments on commit dd5a296

Please sign in to comment.