From: Jan-Simon Möller Date: Wed, 13 Jan 2021 16:34:39 +0000 (+0100) Subject: Update pyagl testdefinition to set AGL_CAN_INTERFACE X-Git-Tag: 10.0.2~2 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=7007258d954d544a9f859ba51633ae6b5a0a3925;p=src%2Fqa-testdefinitions.git Update pyagl testdefinition to set AGL_CAN_INTERFACE We need to use vcan0 for the canreplay. Bug-AGL: SPEC-3756 Signed-off-by: Jan-Simon Möller Change-Id: I8e3e8c7d6eadf081014e129cfd59ad217004f46d --- 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