X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=common%2Fscripts%2Fpyagl-nohw-lava.sh;h=0975d7d5f71a8f0dcfa8afedd92ba1f81a3612e2;hb=611748f8a416db6a79550286d1b7f5093f9a3273;hp=1b0c7f3d4e3008cba7cf014e1fd3c3f08b15d6e0;hpb=a2b20d7ad8a8df295a19fedcd58396b45f65c890;p=src%2Fqa-testdefinitions.git diff --git a/common/scripts/pyagl-nohw-lava.sh b/common/scripts/pyagl-nohw-lava.sh index 1b0c7f3..0975d7d 100755 --- a/common/scripts/pyagl-nohw-lava.sh +++ b/common/scripts/pyagl-nohw-lava.sh @@ -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