summaryrefslogtreecommitdiffstats
path: root/tests/qemu-iotests/234.out
Commit message (Collapse)AuthorAgeFilesLines
* iotests: Make 234 stableMax Reitz2019-02-011-2/+8
| | | | | | | | | | | | | | | This test waits for a MIGRATION event with status=completed on the source VM before querying the migration status on both source and destination. However, just because the source says migration has completed does not mean the destination thinks the same. Therefore, in some cases, the destination VM may still report "active" instead of "completed" when asked for its migration status. Fix this by enabling migration events on both VMs and waiting until both source and destination emit a status=completed MIGRATION event. Signed-off-by: Max Reitz <mreitz@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
* iotests: Test migration with -blockdevKevin Wolf2018-11-271-0/+30
Check that block node activation and inactivation works with a block graph that is built with individually created nodes. Signed-off-by: Kevin Wolf <kwolf@redhat.com> Reviewed-by: Max Reitz <mreitz@redhat.com>