mirror of https://github.com/commaai/panda.git
fix wifi tests
This commit is contained in:
parent
3a6cd2930b
commit
6973c2a81a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue