]> git.ipfire.org Git - thirdparty/qemu.git/commit
tests/functional: add vm param to cmd.py helpers
authorJohn Levon <john.levon@nutanix.com>
Wed, 3 Sep 2025 20:19:30 +0000 (22:19 +0200)
committerThomas Huth <thuth@redhat.com>
Tue, 9 Sep 2025 10:03:36 +0000 (12:03 +0200)
commitba87a01e1af04599e1952cacfb7eb25f06e15da5
tree9c603914aed4743bab25e832a5637baf51818a90
parent595ba81145e76dbbcae700fce39253509172f9ff
tests/functional: add vm param to cmd.py helpers

Extend the "vm" parameter of wait_for_console_pattern() to all the other
utility functions; this allows them to be used on a VM other than
test.vm.

Signed-off-by: John Levon <john.levon@nutanix.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Message-ID: <20250903201931.168317-3-john.levon@nutanix.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
tests/functional/qemu_test/cmd.py