]> git.ipfire.org Git - thirdparty/qemu.git/commit
tests/functional: Add a helper function for retrieving the hostfwd port
authorThomas Huth <thuth@redhat.com>
Fri, 13 Dec 2024 16:02:59 +0000 (17:02 +0100)
committerThomas Huth <thuth@redhat.com>
Tue, 17 Dec 2024 19:33:29 +0000 (20:33 +0100)
commit9fa4fc23e34114971f7ee81acb9b5f4ab0017c7a
tree35b649c7f98d529ba5cacdfce89b8f834ec9071b
parenta44b318fc45d59c0904c887957fb24421bf4ddd4
tests/functional: Add a helper function for retrieving the hostfwd port

It's just a wrapper around get_info_usernet_hostfwd_port from the
qemu module that is also calling the right monitor command for
retrieving the information from QEMU.

Message-ID: <20241217121550.141072-2-thuth@redhat.com>
Acked-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
tests/functional/qemu_test/utils.py
tests/functional/test_info_usernet.py