]> www.infradead.org Git - users/dwmw2/qemu.git/commit
tests/functional: logs details of console interaction operations
authorDaniel P. Berrangé <berrange@redhat.com>
Thu, 21 Nov 2024 16:57:39 +0000 (16:57 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Mon, 25 Nov 2024 10:13:41 +0000 (10:13 +0000)
commit6f0942b723df9441fe3304e8ab6d87bb17f88a1e
tree8b04bb60c6970d84b60fcc5395e8a5f7c916df83
parent9bcfead1ee1c5d37c39b129557e1528879270fea
tests/functional: logs details of console interaction operations

When functional tests go wrong, it will often be related to the console
interaction wait state. By logging the messages that we're looking for,
and data we're about to be sending, it'll be easier to diagnose where
tests are getting stuck.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Message-Id: <20241121154218.1423005-13-berrange@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20241121165806.476008-13-alex.bennee@linaro.org>
tests/functional/qemu_test/cmd.py