]> xenbits.xensource.com Git - people/aperard/qemu-dm.git/commit
tests/functional: Convert the 32-bit big endian Wheezy mips test
authorThomas Huth <thuth@redhat.com>
Mon, 14 Apr 2025 11:30:20 +0000 (13:30 +0200)
committerThomas Huth <thuth@redhat.com>
Wed, 23 Apr 2025 05:51:25 +0000 (07:51 +0200)
commit42a87f0ce7aaf1923a610cabe4d65f7b1ce9a327
treec29ee09ca9e936cc6799a416864646cfc2b71752
parent574f71bc1f22640d45a90969805eaaacd38bf859
tests/functional: Convert the 32-bit big endian Wheezy mips test

The test checks some entries in /proc and the output of some commands ...
we put these checks into exportable functions now so that they can
be reused more easily.

Additionally the linux_ssh_mips_malta.py uses SSH to test the networking
of the guest. Since we don't have a SSH module in the functional
framework yet, let's use the check_http_download() function here instead.

And while we're at it, also switch the NIC to e1000 now to get some more
test coverage, since the "pcnet" device is already tested in the test
test_mips_malta_cpio.

Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Message-ID: <20250414113031.151105-7-thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
tests/avocado/linux_ssh_mips_malta.py
tests/functional/meson.build
tests/functional/test_mips_malta.py