mirror of https://github.com/xemu-project/xemu.git
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>
This commit is contained in:
parent
b0b5bc2dc6
commit
200cd4b081
|
@ -37,8 +37,7 @@ class NextCubeMachine(QemuSystemTest):
|
||||||
self.vm.launch()
|
self.vm.launch()
|
||||||
|
|
||||||
self.log.info('VM launched, waiting for display')
|
self.log.info('VM launched, waiting for display')
|
||||||
# TODO: Use avocado.utils.wait.wait_for to catch the
|
# TODO: wait for the 'displaysurface_create 1120x832' trace-event.
|
||||||
# 'displaysurface_create 1120x832' trace-event.
|
|
||||||
time.sleep(2)
|
time.sleep(2)
|
||||||
|
|
||||||
self.vm.cmd('human-monitor-command',
|
self.vm.cmd('human-monitor-command',
|
||||||
|
|
Loading…
Reference in New Issue