Merge "Change regular pyagl invocation to nohw"
[src/qa-testdefinitions.git] / common / scripts / pyagl-regular-lava.sh
diff --git a/common/scripts/pyagl-regular-lava.sh b/common/scripts/pyagl-regular-lava.sh
deleted file mode 100755 (executable)
index a64d9d8..0000000
+++ /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
-
-