Add not hwrequired to regular script case 27/25227/1
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Wed, 9 Sep 2020 14:30:30 +0000 (16:30 +0200)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Wed, 9 Sep 2020 14:30:33 +0000 (16:30 +0200)
Qemu by default has no hardware attached. Limit the run to not
execut hardware-specific tests.

Bug-AGL: SPEC-3572

Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: I3305d0c34737cf026989e2bde197d8ce3d96db19

common/scripts/pyagl-regular-lava.sh

index db1799c..a64d9d8 100755 (executable)
@@ -2,6 +2,6 @@
 # for now play safe and only expect ethernet
 export AGL_AVAILABLE_INTERFACES="ethernet"
 
-pytest --color=no --show-capture=no -k regular /usr/lib/python?.?/site-packages/pyagl/tests/ -L
+pytest --color=no --show-capture=no -k "regular and not hwrequired" /usr/lib/python?.?/site-packages/pyagl/tests/ -L