X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=common%2Fscripts%2Fapplication-lifecycle.sh;h=cb68d9e063b932aea59a05b534cc3657ecfa2867;hb=5dfcc6c0441fc9b7fc7b84eae0188301fd658775;hp=b8cde83ebbc463e19759bfe3f6075ef66daec071;hpb=ddc64f85cd18ea942d602e761305c0f7f7e1c4c1;p=src%2Fqa-testdefinitions.git diff --git a/common/scripts/application-lifecycle.sh b/common/scripts/application-lifecycle.sh index b8cde83..cb68d9e 100755 --- a/common/scripts/application-lifecycle.sh +++ b/common/scripts/application-lifecycle.sh @@ -5,10 +5,10 @@ set -x export TERM=dumb export COLUMNS=1000 -AGLDRIVER=agl-driver +export AGLDRIVER=agl-driver # for pyagl - unless redefined in a test -AGL_AVAILABLE_INTERFACES="ethernet" +export AGL_AVAILABLE_INTERFACES="ethernet" while [ $# -ge 1 ] do @@ -368,7 +368,7 @@ do if [ -e $WGTNAME.wgt ];then inspect_wgt $WGTNAME.wgt $WGTNAME do_release_test $WGTNAME $WGTNAME.wgt - pytest --show-capture=no --color=no -k "not hwrequired" /usr/lib/python?.?/site-packages/pyagl/tests/ -L + pytest --show-capture=no --color=no -k "not hwrequired and not internet" /usr/lib/python?.?/site-packages/pyagl/tests/ -L else echo "WARN: cannot find $WGTNAME.wgt" fi