Add not hwrequired to regular script case
[src/qa-testdefinitions.git] / 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