tests/avocado: Make ssh_command_output_contains() globally available
commitca3b0dc3d7450fb5b2eaff4de584ef3eb10466ff
authorThomas Huth <thuth@redhat.com>
Mon, 24 Apr 2023 09:22:39 +0000 (24 10:22 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Thu, 27 Apr 2023 13:58:23 +0000 (27 14:58 +0100)
tree863a059541ef3485e84a5ccb247072f2f66d3ec9
parentdf1f50c3c427a6143826fc420aa62bfa0b83b1ba
tests/avocado: Make ssh_command_output_contains() globally available

This function will be useful in other tests, too, so move it to the
core LinuxSSHMixIn class.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Cédric Le Goater <clg@kaod.org>
Message-Id: <20230421110345.1294131-2-thuth@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20230424092249.58552-9-alex.bennee@linaro.org>
tests/avocado/avocado_qemu/__init__.py
tests/avocado/linux_ssh_mips_malta.py