OSDN Git Service

tests/avocado: Introduce QemuUserTest base class
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Sun, 14 Feb 2021 17:59:10 +0000 (18:59 +0100)
committerPhilippe Mathieu-Daudé <philmd@redhat.com>
Mon, 8 Nov 2021 16:00:22 +0000 (17:00 +0100)
commit5334df48224f494303b4717b57b2b0cd42bd1c1a
tree4b254020f65a2806d2d33e09afc66d89d6452862
parent9112d4fd493c14a30ebd5ba9853328137490aab6
tests/avocado: Introduce QemuUserTest base class

Similarly to the 'System' Test base class with methods for testing
system emulation, the QemuUserTest class contains methods useful to
test user-mode emulation.

Reviewed-by: Wainer dos Santos Moschetta <wainersm@redhat.com>
Reviewed-by: Willian Rampazzo <willianr@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20211105143416.148332-4-f4bug@amsat.org>
tests/avocado/avocado_qemu/__init__.py