summary refs log tree commit diff stats
path: root/tests/functional/test_virtio_gpu.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tests/functional: don't try to wait for the empty stringDaniel P. Berrangé2024-11-251-2/+1
| | | | | | | | | | | | | Telling exec_command_wand_wait_for_pattern to wait for the empty string does not make any conceptual sense, as a check for empty string will always succeed. It makes even less sense when followed by a call to wait_for_console_pattern() with a real match. Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> Message-Id: <20241121154218.1423005-14-berrange@redhat.com> Reviewed-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Message-Id: <20241121165806.476008-14-alex.bennee@linaro.org>
* tests/functional: Convert the virtio_gpu avocado test into a standalone testThomas Huth2024-09-041-0/+151
Nothing thrilling in here, it's just a straight forward conversion. Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-ID: <20240830133841.142644-25-thuth@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com>