snapshot/tests: Try loadvm twice
authorDr. David Alan Gilbert <dgilbert@redhat.com>
Fri, 25 Aug 2017 14:19:40 +0000 (15:19 +0100)
committerDr. David Alan Gilbert <dgilbert@redhat.com>
Wed, 6 Sep 2017 14:19:01 +0000 (15:19 +0100)
It's legal to loadvm twice, modify the existing save/loadvm test
to do it twice.

Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Message-Id: <20170825141940.20740-3-dgilbert@redhat.com>
Reviewed-by: Peter Xu <peterx@redhat.com>
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
tests/qemu-iotests/068
tests/qemu-iotests/068.out

index cfa0f2aed555e9332a314c2ce7cfe60de11bbeca..e7fca6a49497742e90f0ad8e3238b4893e711d60 100755 (executable)
@@ -78,7 +78,7 @@ for extra_args in \
     # Give qemu some time to boot before saving the VM state
     { sleep 1; printf "savevm 0\nquit\n"; } | _qemu $extra_args
     # Now try to continue from that VM state (this should just work)
-    echo quit | _qemu $extra_args -loadvm 0
+    { sleep 1; printf "loadvm 0\nloadvm 0\nquit\n"; } | _qemu $extra_args -S
 done
 
 # success, all done
index aa063cf711acd68ffb934ab1abf8a6e1a898162c..f07a938a3838210f8e36d16197bcbc8beb94af73 100644 (file)
@@ -7,6 +7,8 @@ QEMU X.Y.Z monitor - type 'help' for more information
 (qemu) savevm 0
 (qemu) quit
 QEMU X.Y.Z monitor - type 'help' for more information
+(qemu) loadvm 0
+(qemu) loadvm 0
 (qemu) quit
 
 === Saving and reloading a VM state to/from a qcow2 image (-object iothread,id=iothread0 -set device.hba0.iothread=iothread0) ===
@@ -16,5 +18,7 @@ QEMU X.Y.Z monitor - type 'help' for more information
 (qemu) savevm 0
 (qemu) quit
 QEMU X.Y.Z monitor - type 'help' for more information
+(qemu) loadvm 0
+(qemu) loadvm 0
 (qemu) quit
 *** done