]> git.ipfire.org Git - thirdparty/qemu.git/commit
tests/functional: Speed up the avr_mega2560 test
authorThomas Huth <thuth@redhat.com>
Tue, 3 Jun 2025 18:47:10 +0000 (20:47 +0200)
committerThomas Huth <thuth@redhat.com>
Wed, 11 Jun 2025 10:17:57 +0000 (12:17 +0200)
commit3f11e5f4009f32261806905c37b2d260a9a194f0
tree64fc50cc3c2cf001bfcb8402788da9f7c0ce624c
parentb894cc23f8fe6681b8bfc9679a6df1c976e9757a
tests/functional: Speed up the avr_mega2560 test

We can simply check for the expected pattern on the console,
no need to wait for two seconds here to search for the pattern
in the log at the end.

While we're at it, also remove the obsolete "timeout" variable
from this test.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Mark Cave-Ayland <mark.caveayland@nutanix.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Message-ID: <20250603184710.25651-1-thuth@redhat.com>
tests/functional/test_avr_mega2560.py