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=0975d7d5f71a8f0dcfa8afedd92ba1f81a3612e2;hb=5dfcc6c0441fc9b7fc7b84eae0188301fd658775;hp=06dddb9437b2852b7af0f5f1485403a876a90f04;hpb=4e8207f132f93636b19ff868186063ad026bca8a;p=src%2Fqa-testdefinitions.git diff --git a/common/scripts/pyagl-nohw-lava.sh b/common/scripts/pyagl-nohw-lava.sh index 06dddb9..0975d7d 100755 --- a/common/scripts/pyagl-nohw-lava.sh +++ b/common/scripts/pyagl-nohw-lava.sh @@ -1,6 +1,7 @@ #!/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 and not internet" /usr/lib/python?.?/site-packages/pyagl/tests/ -L