From 4619ed83a8906fd6700850d70bf99d58bc9776ab Mon Sep 17 00:00:00 2001 From: Jan-Simon Moeller Date: Wed, 9 Sep 2020 16:30:30 +0200 Subject: [PATCH] Add not hwrequired to regular script case 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 Change-Id: I3305d0c34737cf026989e2bde197d8ce3d96db19 --- common/scripts/pyagl-regular-lava.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/scripts/pyagl-regular-lava.sh b/common/scripts/pyagl-regular-lava.sh index db1799c..a64d9d8 100755 --- a/common/scripts/pyagl-regular-lava.sh +++ b/common/scripts/pyagl-regular-lava.sh @@ -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 -- 2.16.6