diff options
| author | Daniel P. Berrangé <berrange@redhat.com> | 2024-11-21 16:57:31 +0000 |
|---|---|---|
| committer | Alex Bennée <alex.bennee@linaro.org> | 2024-11-25 10:06:20 +0000 |
| commit | 200cd4b081732c27e50262287ff3f07bf0211f08 (patch) | |
| tree | bf8fcfa656468f6326124c79ca1a3086650bdeef /tests/functional/test_m68k_nextcube.py | |
| parent | b0b5bc2dc6580d87ead7ff7a5ba51c8a2358bf52 (diff) | |
| download | focaccia-qemu-200cd4b081732c27e50262287ff3f07bf0211f08.tar.gz focaccia-qemu-200cd4b081732c27e50262287ff3f07bf0211f08.zip | |
tests/functional: remove todo wrt avocado.utils.wait_for
We're not using avocado anymore, so while the TODO item is still relevant, suggesting use of avocado.utils is not. Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> Message-Id: <20241121154218.1423005-5-berrange@redhat.com> Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Message-Id: <20241121165806.476008-5-alex.bennee@linaro.org>
Diffstat (limited to 'tests/functional/test_m68k_nextcube.py')
| -rwxr-xr-x | tests/functional/test_m68k_nextcube.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/functional/test_m68k_nextcube.py b/tests/functional/test_m68k_nextcube.py index 89385a134a..0124622c40 100755 --- a/tests/functional/test_m68k_nextcube.py +++ b/tests/functional/test_m68k_nextcube.py @@ -37,8 +37,7 @@ class NextCubeMachine(QemuSystemTest): self.vm.launch() self.log.info('VM launched, waiting for display') - # TODO: Use avocado.utils.wait.wait_for to catch the - # 'displaysurface_create 1120x832' trace-event. + # TODO: wait for the 'displaysurface_create 1120x832' trace-event. time.sleep(2) self.vm.cmd('human-monitor-command', |