aboutsummaryrefslogtreecommitdiffstats
path: root/common/scripts
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2020-09-14 16:17:58 +0000
committerGerrit Code Review <gerrit@automotivelinux.org>2020-09-14 16:17:58 +0000
commitf134fc8a0b2ac5aa704aab8d6d2294d115d6cbba (patch)
treec78844f65d48396a65e2d3eaefa68f33295fe852 /common/scripts
parent4a25de357684fbf3d0e280dc5697ac97d090ae6b (diff)
parent67d59710fae4eb05fcd4656b6b204caa9506df7d (diff)
Merge "Change regular pyagl invocation to nohw"
Diffstat (limited to 'common/scripts')
-rwxr-xr-xcommon/scripts/pyagl-nohw-lava.sh7
-rwxr-xr-xcommon/scripts/pyagl-regular-lava.sh7
2 files changed, 7 insertions, 7 deletions
diff --git a/common/scripts/pyagl-nohw-lava.sh b/common/scripts/pyagl-nohw-lava.sh
new file mode 100755
index 0000000..1b0c7f3
--- /dev/null
+++ b/common/scripts/pyagl-nohw-lava.sh
@@ -0,0 +1,7 @@
+#!/bin/bash
+# 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
+
+
diff --git a/common/scripts/pyagl-regular-lava.sh b/common/scripts/pyagl-regular-lava.sh
deleted file mode 100755
index a64d9d8..0000000
--- a/common/scripts/pyagl-regular-lava.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/bash
-# for now play safe and only expect ethernet
-export AGL_AVAILABLE_INTERFACES="ethernet"
-
-pytest --color=no --show-capture=no -k "regular and not hwrequired" /usr/lib/python?.?/site-packages/pyagl/tests/ -L
-
-