diff options
Diffstat (limited to 'common/scripts/pyagl-nohw-lava.sh')
-rwxr-xr-x | common/scripts/pyagl-nohw-lava.sh | 7 |
1 files changed, 7 insertions, 0 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 + + |