From 5dfcc6c0441fc9b7fc7b84eae0188301fd658775 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan-Simon=20M=C3=B6ller?= Date: Wed, 13 Jan 2021 17:34:39 +0100 Subject: [PATCH] Update pyagl testdefinition to set AGL_CAN_INTERFACE MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit We need to use vcan0 for the canreplay. Bug-AGL: SPEC-3756 Signed-off-by: Jan-Simon Möller Change-Id: I8e3e8c7d6eadf081014e129cfd59ad217004f46d --- common/scripts/pyagl-nohw-lava.sh | 1 + 1 file changed, 1 insertion(+) 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 -- 2.16.6