diff options
Diffstat (limited to 'jjb/common/include-agl-run-test-prepare.sh')
-rw-r--r-- | jjb/common/include-agl-run-test-prepare.sh | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/jjb/common/include-agl-run-test-prepare.sh b/jjb/common/include-agl-run-test-prepare.sh index b861a360..388fb535 100644 --- a/jjb/common/include-agl-run-test-prepare.sh +++ b/jjb/common/include-agl-run-test-prepare.sh @@ -33,7 +33,6 @@ if [ ! -f meta-agl/templates/machine/${MACHINE}/test/hwtest.short.enable ] ; the echo "Add meta-agl/templates/machine/${MACHINE}/test/hwtest.enable.short to enable" else eval export ENVFILE=meta-agl/templates/machine/${MACHINE}/test/hwtest.short.environment - eval export TESTJOBFILE=meta-agl/templates/machine/${MACHINE}/test/testjob_short.yaml fi if [ ! -f $ENVFILE ] ; then @@ -42,12 +41,6 @@ if [ ! -f $ENVFILE ] ; then exit 1 fi -if [ ! -e $TESTJOBFILE ] ; then - echo "No short HW test environment file available for ${MACHINE}." - echo "Add ${TESTJOBFILE} to enable." - exit 1 -fi - # some defaults export DEVICE_TYPE=raspberrypi3-uboot export DEVICE_NAME=raspberrypi3 |