From: Jan-Simon Moeller Date: Fri, 15 Jan 2021 22:51:34 +0000 (+0100) Subject: Add AGL_CAN_INTERFACE=vcan0 to application-lifecycle X-Git-Tag: 10.0.2~1 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=1cba00345f7c2cf81a36297ecae83ffb133bff22;p=src%2Fqa-testdefinitions.git Add AGL_CAN_INTERFACE=vcan0 to application-lifecycle Signed-off-by: Jan-Simon Moeller Change-Id: Ic0b2e75122835786899aae2979feb8d29edefd5c --- diff --git a/common/scripts/application-lifecycle.sh b/common/scripts/application-lifecycle.sh index 403116e..6e7394f 100755 --- a/common/scripts/application-lifecycle.sh +++ b/common/scripts/application-lifecycle.sh @@ -8,7 +8,8 @@ export COLUMNS=1000 AGLDRIVER=agl-driver # for pyagl - unless redefined in a test -AGL_AVAILABLE_INTERFACES="ethernet" +export AGL_AVAILABLE_INTERFACES="ethernet" +export AGL_CAN_INTERFACE="vcan0" while [ $# -ge 1 ] do