summaryrefslogtreecommitdiffstats
path: root/common/scripts/pyagl-regular-lava.sh
diff options
context:
space:
mode:
Diffstat (limited to 'common/scripts/pyagl-regular-lava.sh')
-rwxr-xr-xcommon/scripts/pyagl-regular-lava.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/common/scripts/pyagl-regular-lava.sh b/common/scripts/pyagl-regular-lava.sh
new file mode 100755
index 0000000..db1799c
--- /dev/null
+++ b/common/scripts/pyagl-regular-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 regular /usr/lib/python?.?/site-packages/pyagl/tests/ -L
+
+