aboutsummaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2021-01-13 17:34:39 +0100
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>2021-01-13 17:34:39 +0100
commit5dfcc6c0441fc9b7fc7b84eae0188301fd658775 (patch)
tree41aaf11bcb0c3ebc6b8b928bdde209f5d1707855 /common
parent4e8207f132f93636b19ff868186063ad026bca8a (diff)
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 <jsmoeller@linuxfoundation.org> Change-Id: I8e3e8c7d6eadf081014e129cfd59ad217004f46d
Diffstat (limited to 'common')
-rwxr-xr-xcommon/scripts/pyagl-nohw-lava.sh1
1 files changed, 1 insertions, 0 deletions
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