[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 04/18] tests/functional: remove todo wrt avocado.utils.wait_fo
From: |
Daniel P . Berrangé |
Subject: |
[PATCH v2 04/18] tests/functional: remove todo wrt avocado.utils.wait_for |
Date: |
Thu, 21 Nov 2024 15:42:04 +0000 |
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>
---
tests/functional/test_m68k_nextcube.py | 3 +--
1 file changed, 1 insertion(+), 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 @@ def check_bootrom_framebuffer(self, screenshot_path):
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',
--
2.46.0
- [PATCH v2 00/18] test/functional: improve functional test debugging & fix tuxrun, Daniel P . Berrangé, 2024/11/21
- [PATCH v2 01/18] tests/functional: fix mips64el test to honour workdir, Daniel P . Berrangé, 2024/11/21
- [PATCH v2 02/18] tests/functional: automatically clean up scratch files after tests, Daniel P . Berrangé, 2024/11/21
- [PATCH v2 03/18] tests/functional: remove "AVOCADO" from env variable name, Daniel P . Berrangé, 2024/11/21
- [PATCH v2 04/18] tests/functional: remove todo wrt avocado.utils.wait_for,
Daniel P . Berrangé <=
- [PATCH v2 05/18] tests/functional: remove leftover :avocado: tags, Daniel P . Berrangé, 2024/11/21
- [PATCH v2 06/18] tests/functional: remove obsolete reference to avocado bug, Daniel P . Berrangé, 2024/11/21
- [PATCH v2 09/18] tests/functional: put QEMUMachine logs in testcase log directory, Daniel P . Berrangé, 2024/11/21
- [PATCH v2 07/18] tests/functional: remove comments talking about avocado, Daniel P . Berrangé, 2024/11/21
- [PATCH v2 10/18] tests/functional: honour requested test VM name in QEMUMachine, Daniel P . Berrangé, 2024/11/21
- [PATCH v2 12/18] tests/functional: logs details of console interaction operations, Daniel P . Berrangé, 2024/11/21
- [PATCH v2 11/18] tests/functional: enable debug logging for QEMUMachine, Daniel P . Berrangé, 2024/11/21
- [PATCH v2 08/18] tests/functional: honour self.workdir in ACPI bits tests, Daniel P . Berrangé, 2024/11/21
- [PATCH v2 13/18] tests/functional: don't try to wait for the empty string, Daniel P . Berrangé, 2024/11/21