X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=common%2Fscripts%2Fpyagl-nohw-lava.sh;h=0975d7d5f71a8f0dcfa8afedd92ba1f81a3612e2;hb=refs%2Fheads%2Fjellyfish;hp=06dddb9437b2852b7af0f5f1485403a876a90f04;hpb=0c5c0f416282e63fa41743cd5c8582ca2f5bcffb;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