diff options
-rwxr-xr-x | common/scripts/application-lifecycle.sh | 4 | ||||
-rw-r--r-- | skiplists/h3ulcb-nogfx | 1 | ||||
-rw-r--r-- | skiplists/m3ulcb-nogfx | 1 | ||||
-rw-r--r-- | skiplists/qemuarm | 1 | ||||
-rw-r--r-- | skiplists/qemuarm64 | 1 | ||||
-rw-r--r-- | skiplists/qemux86-64 | 1 | ||||
-rw-r--r-- | skiplists/rasperrypi4 | 1 |
7 files changed, 8 insertions, 2 deletions
diff --git a/common/scripts/application-lifecycle.sh b/common/scripts/application-lifecycle.sh index b8cde83..b58af4b 100755 --- a/common/scripts/application-lifecycle.sh +++ b/common/scripts/application-lifecycle.sh @@ -5,10 +5,10 @@ set -x export TERM=dumb export COLUMNS=1000 -AGLDRIVER=agl-driver +export AGLDRIVER=agl-driver # for pyagl - unless redefined in a test -AGL_AVAILABLE_INTERFACES="ethernet" +export AGL_AVAILABLE_INTERFACES="ethernet" while [ $# -ge 1 ] do diff --git a/skiplists/h3ulcb-nogfx b/skiplists/h3ulcb-nogfx index ec85481..fd886cc 100644 --- a/skiplists/h3ulcb-nogfx +++ b/skiplists/h3ulcb-nogfx @@ -1 +1,2 @@ 2_service-check.bluetooth.service +1_pyagl-tests.can_write_wo_auth diff --git a/skiplists/m3ulcb-nogfx b/skiplists/m3ulcb-nogfx index ec85481..fd886cc 100644 --- a/skiplists/m3ulcb-nogfx +++ b/skiplists/m3ulcb-nogfx @@ -1 +1,2 @@ 2_service-check.bluetooth.service +1_pyagl-tests.can_write_wo_auth diff --git a/skiplists/qemuarm b/skiplists/qemuarm index c92ce2b..38df478 100644 --- a/skiplists/qemuarm +++ b/skiplists/qemuarm @@ -2,3 +2,4 @@ weston.service 2_service-check.bluetooth.service 2_service-check.ofono.service lava.read-feedback +1_pyagl-tests.can_write_wo_auth diff --git a/skiplists/qemuarm64 b/skiplists/qemuarm64 index c92ce2b..38df478 100644 --- a/skiplists/qemuarm64 +++ b/skiplists/qemuarm64 @@ -2,3 +2,4 @@ weston.service 2_service-check.bluetooth.service 2_service-check.ofono.service lava.read-feedback +1_pyagl-tests.can_write_wo_auth diff --git a/skiplists/qemux86-64 b/skiplists/qemux86-64 index 4e7c582..6be9578 100644 --- a/skiplists/qemux86-64 +++ b/skiplists/qemux86-64 @@ -1 +1,2 @@ lava.read-feedback +1_pyagl-tests.can_write_wo_auth diff --git a/skiplists/rasperrypi4 b/skiplists/rasperrypi4 new file mode 100644 index 0000000..4e8a5de --- /dev/null +++ b/skiplists/rasperrypi4 @@ -0,0 +1 @@ +1_pyagl-tests.can_write_wo_auth |