X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=common%2Fscripts%2Fpyagl-nohw-lava.sh;fp=common%2Fscripts%2Fpyagl-nohw-lava.sh;h=06dddb9437b2852b7af0f5f1485403a876a90f04;hb=a614708ffbc3514d67344f98631e284abfda9575;hp=1b0c7f3d4e3008cba7cf014e1fd3c3f08b15d6e0;hpb=611fa0a38a3687cf10fc5ba944e23951052c5525;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