]> git.proxmox.com Git - mirror_qemu.git/commit
iotests: Add @has_quit to vm.shutdown()
authorMax Reitz <mreitz@redhat.com>
Fri, 19 Jul 2019 09:26:17 +0000 (11:26 +0200)
committerKevin Wolf <kwolf@redhat.com>
Fri, 19 Jul 2019 11:19:17 +0000 (13:19 +0200)
commit4687133b812323b743e490a21510a1e1ac0fb6df
tree0b60f087799cf87fcbbc5c7181984bd9772870f1
parent61ad631cee21f878540681274fe0f53e7ee9f59e
iotests: Add @has_quit to vm.shutdown()

If a test has issued a quit command already (which may be useful to do
explicitly because the test wants to show its effects),
QEMUMachine.shutdown() should not do so again.  Otherwise, the VM may
well return an ECONNRESET which will lead QEMUMachine.shutdown() to
killing it, which then turns into a "qemu received signal 9" line.

Signed-off-by: Max Reitz <mreitz@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
python/qemu/machine.py
tests/qemu-iotests/255