X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=common%2Fscripts%2Fpyagl-nohw-lava.sh;h=06dddb9437b2852b7af0f5f1485403a876a90f04;hb=0c5c0f416282e63fa41743cd5c8582ca2f5bcffb;hp=1b0c7f3d4e3008cba7cf014e1fd3c3f08b15d6e0;hpb=f134fc8a0b2ac5aa704aab8d6d2294d115d6cbba;p=src%2Fqa-testdefinitions.git diff --git a/common/scripts/pyagl-nohw-lava.sh b/common/scripts/pyagl-nohw-lava.sh index 1b0c7f3..06dddb9 100755 --- a/common/scripts/pyagl-nohw-lava.sh +++ b/common/scripts/pyagl-nohw-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 "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