Skip to content

Commit

Permalink
fix wifi tests
Browse files Browse the repository at this point in the history
  • Loading branch information
adeebshihadeh committed Jul 3, 2019
1 parent 3a6cd29 commit 6973c2a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions run_automated_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,10 @@ cd boardesp
make flashall
cd ..

IFS=$'\n'
for NAME in $(nmcli --fields NAME con show | grep panda | awk '{$1=$1};1')
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

0 comments on commit 6973c2a

Please sign in to comment.