Skip to content

Commit

Permalink
skip wifi tests for EON panda build
Browse files Browse the repository at this point in the history
  • Loading branch information
adeebshihadeh committed Jul 3, 2019
1 parent 11257e7 commit e2981d6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion run_automated_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
TEST_FILENAME=${TEST_FILENAME:-nosetests.xml}
if [ ! -f "/EON" ]; then
TESTSUITE_NAME="Panda_Test-EON"
TEST_SCRIPTS=$(ls tests/automated/$1*.py | grep -v "wifi")
else
TESTSUITE_NAME="Panda_Test-DEV"
TEST_SCRIPTS=$(ls tests/automated/$1*.py)
fi

cd boardesp
Expand All @@ -16,4 +18,4 @@ do
nmcli connection delete "$NAME"
done

PYTHONPATH="." python $(which nosetests) -v --with-xunit --xunit-file=./$TEST_FILENAME --xunit-testsuite-name=$TESTSUITE_NAME -s tests/automated/$1*.py
PYTHONPATH="." python $(which nosetests) -v --with-xunit --xunit-file=./$TEST_FILENAME --xunit-testsuite-name=$TESTSUITE_NAME -s $TEST_SCRIPTS

0 comments on commit e2981d6

Please sign in to comment.