]> www.infradead.org Git - qemu-nvme.git/commit
tests/avocado: set -machine none for userfwd and vnc tests
authorAlex Bennée <alex.bennee@linaro.org>
Thu, 27 Oct 2022 18:36:24 +0000 (19:36 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Mon, 31 Oct 2022 20:37:59 +0000 (20:37 +0000)
commit5104b73824670316b1ae1736054e4ba8ab77f345
tree1d38979fa1d8fcbb005aa8ee30246b3e016d9a01
parent162f916453fb9e2d1d1c45cd081a8f8c66f29b9b
tests/avocado: set -machine none for userfwd and vnc tests

These are exercising core QEMU features and don't actually run code.
Not specifying a machine will fail when avocado chooses the native
arch binary to run. Be explicit.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20221027183637.2772968-19-alex.bennee@linaro.org>
tests/avocado/info_usernet.py
tests/avocado/vnc.py