Add AGL_CAN_INTERFACE=vcan0 to application-lifecycle
[src/qa-testdefinitions.git] / common / scripts / application-lifecycle.sh
index 403116e..6e7394f 100755 (executable)
@@ -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