Skip to content

Commit

Permalink
Change the clone guest method
Browse files Browse the repository at this point in the history
1.Delete parameters "image_snapshot = yes"
2.Add other parameters to clone the guest

Signed-off-by: Lei Yang <leiyang@redhat.com>
  • Loading branch information
yanglei-rh committed Jul 28, 2020
1 parent a2a19c4 commit 73d864d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions qemu/tests/cfg/mq_change_qnum.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@
vectors = 10
virt_test_type = qemu
type = mq_change_qnum
#In this test need set snapshot for our test will chang guest msi support
image_snapshot = yes
#In this test need to clone the guest to change guest msi support.
clone_master = yes
master_images_clone = image1
remove_image_image1 =yes
#set repeat_counts for chang queues number
repeat_counts = 100
ext_host_get_cmd = "ip route | awk '/default/ { print $3 }'"
Expand All @@ -34,7 +36,6 @@
- guest_guest:
pktgen_server = vm2
vms += " vm2"
image_snapshot = yes
- host_guest:
#host as server
password_pktgen_server = redhat
Expand Down

0 comments on commit 73d864d

Please sign in to comment.