fix wifi tests

master
Adeeb Shihadeh 2019-07-02 18:08:17 -07:00
parent 3a6cd2930b
commit 6973c2a81a
1 changed files with 5 additions and 0 deletions

View File

@ -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