Add gitlab issue/merge request templates
[src/qa-testdefinitions.git] / common / scripts / pyagl-nohw-lava.sh
index 1b0c7f3..0975d7d 100755 (executable)
@@ -1,7 +1,8 @@
 #!/bin/bash
 # for now play safe and only expect ethernet
 export AGL_AVAILABLE_INTERFACES="ethernet"
+export AGL_CAN_INTERFACE="vcan0"
 
-pytest --color=no --show-capture=no -k "not hwrequired" /usr/lib/python?.?/site-packages/pyagl/tests/ -L
+pytest --color=no --show-capture=no -k "not hwrequired and not internet" /usr/lib/python?.?/site-packages/pyagl/tests/ -L