From 28de853aa86eea3a96b9c1b73848cb8b0de8241c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan-Simon=20M=C3=B6ller?= Date: Tue, 13 Oct 2020 22:49:53 +0200 Subject: [PATCH] Add AGL_AVAILABLE_INTERFACES to application test MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit The standalone run did have it defined, but the application test did mit the setting of AGL_AVAILABLE_INTERFACES=ethernet. If necessary it has to be redefined in the test for bluetooth and wifi per board. Bug-AGL: SPEC-3597 Signed-off-by: Jan-Simon Möller Change-Id: I0772f9a6cc449406785fb167f575d6ca65e6267c (cherry picked from commit ddc64f85cd18ea942d602e761305c0f7f7e1c4c1) --- common/scripts/application-lifecycle.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/common/scripts/application-lifecycle.sh b/common/scripts/application-lifecycle.sh index f922d02..73bd9eb 100755 --- a/common/scripts/application-lifecycle.sh +++ b/common/scripts/application-lifecycle.sh @@ -7,6 +7,9 @@ export COLUMNS=1000 AGLDRIVER=agl-driver +# for pyagl - unless redefined in a test +AGL_AVAILABLE_INTERFACES="ethernet" + while [ $# -ge 1 ] do case $1 in -- 2.16.6