summaryrefslogtreecommitdiffstats
path: root/common/scripts/pyagl-nohw-lava.sh
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2020-11-25 12:25:28 +0100
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>2020-11-25 12:25:28 +0100
commita614708ffbc3514d67344f98631e284abfda9575 (patch)
treee95014507ce28a2b3148d64278a5b3ed5edbe62a /common/scripts/pyagl-nohw-lava.sh
parent611fa0a38a3687cf10fc5ba944e23951052c5525 (diff)
Do not require tests that enforce internet to be available in CI
Do not enforce tests that require the internet connection to be up. This is the case for geoclue and weather. We might be able to revert this in the future after fixes to the systemd dependencies and lab setup. Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org> Change-Id: I1f53e6bfda5be7c9f9613b485efb4f2e25839a63
Diffstat (limited to 'common/scripts/pyagl-nohw-lava.sh')
-rwxr-xr-xcommon/scripts/pyagl-nohw-lava.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/scripts/pyagl-nohw-lava.sh b/common/scripts/pyagl-nohw-lava.sh
index 1b0c7f3..06dddb9 100755
--- a/common/scripts/pyagl-nohw-lava.sh
+++ b/common/scripts/pyagl-nohw-lava.sh
@@ -2,6 +2,6 @@
# for now play safe and only expect ethernet
export AGL_AVAILABLE_INTERFACES="ethernet"
-pytest --color=no --show-capture=no -k "not hwrequired" /usr/lib/python?.?/site-packages/pyagl/tests/ -L
+pytest --color=no --show-capture=no -k "not hwrequired and not internet" /usr/lib/python?.?/site-packages/pyagl/tests/ -L