X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=common%2Fscripts%2Fpyagl-nohw-lava.sh;fp=common%2Fscripts%2Fpyagl-nohw-lava.sh;h=1b0c7f3d4e3008cba7cf014e1fd3c3f08b15d6e0;hb=67d59710fae4eb05fcd4656b6b204caa9506df7d;hp=0000000000000000000000000000000000000000;hpb=4619ed83a8906fd6700850d70bf99d58bc9776ab;p=src%2Fqa-testdefinitions.git 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 + +