diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2020-10-13 22:49:53 +0200 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2020-10-13 22:49:53 +0200 |
commit | ddc64f85cd18ea942d602e761305c0f7f7e1c4c1 (patch) | |
tree | 79b89be578d211c54e3a08c549b010e88a210c00 /common | |
parent | c382578ae3a95e9fdb3648147245c2d81bbd5a7e (diff) |
Add AGL_AVAILABLE_INTERFACES to application test
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 <jsmoeller@linuxfoundation.org>
Change-Id: I0772f9a6cc449406785fb167f575d6ca65e6267c
Diffstat (limited to 'common')
-rwxr-xr-x | common/scripts/application-lifecycle.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common/scripts/application-lifecycle.sh b/common/scripts/application-lifecycle.sh index 9044a41..b8cde83 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 |