diff options
author | Daniel Henrique Barboza <danielhb@linux.vnet.ibm.com> | 2017-12-05 11:35:08 -0200 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2018-01-23 12:33:07 +0100 |
commit | 7c3a3028596db5e142c6fc9644800a0ec3b073fd (patch) | |
tree | 4fc8aba598c256592a67868f1e40e38643116342 /tests/qemu-iotests/group | |
parent | a30306ed620e689ddba0dadbf8ffe7acadfd325a (diff) |
tests/qemu-iotests: adding savevm/loadvm with postcopy flag test
This patch implements a test case for the scenario that was failing
prior to the patch "migration/ram.c: do not set 'postcopy_running' in
POSTCOPY_INCOMING_END", commit acab30b85d.
This new test file 201 was derived from the test file 181 authored
by Kevin Wolf.
CC: Kevin Wolf <kwolf@redhat.com>
CC: Max Reitz <mreitz@redhat.com>
CC: Cleber Rosa <crosa@redhat.com>
Signed-off-by: Daniel Henrique Barboza <danielhb@linux.vnet.ibm.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/group')
-rw-r--r-- | tests/qemu-iotests/group | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/qemu-iotests/group b/tests/qemu-iotests/group index 93d96fb22f..c4703cd782 100644 --- a/tests/qemu-iotests/group +++ b/tests/qemu-iotests/group @@ -197,5 +197,6 @@ 197 rw auto quick 198 rw auto 200 rw auto +201 rw auto migration 202 rw auto quick 203 rw auto |