summary refs log tree commit diff stats
path: root/tests/functional/test_arm_orangepi.py
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2025-03-24 13:34:50 +0100
committerThomas Huth <thuth@redhat.com>2025-03-27 08:59:35 +0100
commitdba0752f2c16f63825a06e9ebe4ac651bdc95b99 (patch)
tree6cd4422f921bbade57fca57b42d6900c08acbd16 /tests/functional/test_arm_orangepi.py
parentf0a6b3ec6d8dcaf2c4c1b159904a271e9eebd0df (diff)
downloadfocaccia-qemu-dba0752f2c16f63825a06e9ebe4ac651bdc95b99.tar.gz
focaccia-qemu-dba0752f2c16f63825a06e9ebe4ac651bdc95b99.zip
tests/functional: Add missing require_netdev('user') statements
A bunch of tests are using "-netdev user" but fail to check
for the availability of SLIRP in the binary, so these tests
fail if QEMU has been configured with "--disable-slirp"
(most of the tests are disabled by default with a decorator,
that's likely why nobody noticed this problem yet). Add the
missing self.require_netdev('user') statements to skip the
tests if SLIRP is not available.

Message-ID: <20250324123450.111307-1-thuth@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'tests/functional/test_arm_orangepi.py')
-rwxr-xr-xtests/functional/test_arm_orangepi.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/functional/test_arm_orangepi.py b/tests/functional/test_arm_orangepi.py
index 28919391e5..1815f56e02 100755
--- a/tests/functional/test_arm_orangepi.py
+++ b/tests/functional/test_arm_orangepi.py
@@ -147,6 +147,8 @@ class OrangePiMachine(LinuxKernelTest):
     @skipBigDataTest()
     def test_arm_orangepi_armbian(self):
         self.set_machine('orangepi-pc')
+        self.require_netdev('user')
+
         # This test download a 275 MiB compressed image and expand it
         # to 1036 MiB, but the underlying filesystem is 1552 MiB...
         # As we expand it to 2 GiB we are safe.
@@ -181,6 +183,8 @@ class OrangePiMachine(LinuxKernelTest):
     @skipBigDataTest()
     def test_arm_orangepi_uboot_netbsd9(self):
         self.set_machine('orangepi-pc')
+        self.require_netdev('user')
+
         # This test download a 304MB compressed image and expand it to 2GB
         # We use the common OrangePi PC 'plus' build of U-Boot for our secondary
         # program loader (SPL). We will then set the path to the more specific