]> git.proxmox.com Git - mirror_qemu.git/commit
tests/vm: add shutdown timeout in basevm.py
authorRobert Foley <robert.foley@linaro.org>
Fri, 24 Jul 2020 06:45:09 +0000 (07:45 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Mon, 27 Jul 2020 08:41:58 +0000 (09:41 +0100)
commit4a70232b1d26b0d73e1bce60b2c3bdb7e4279d16
treedd4fec769c8cf663c408c559ff380be4402ee5b7
parent80ded8e99d9fc44c206f6b2fae6638df7dcf9305
tests/vm: add shutdown timeout in basevm.py

We are adding the shutdown timeout to solve an issue
we now see where the aarch64 VMs timeout on shutdown
under TCG.

There is a new 3 second timeout in machine.py,
which we override in basevm.py when shutting down.

Signed-off-by: Robert Foley <robert.foley@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20200717203041.9867-4-robert.foley@linaro.org>
Message-Id: <20200724064509.331-17-alex.bennee@linaro.org>
tests/vm/basevm.py