|
|
@ -4,9 +4,8 @@ SCRIPT_DIR=$(dirname "$0") |
|
|
|
BASEDIR=$(realpath "$SCRIPT_DIR/../../../") |
|
|
|
BASEDIR=$(realpath "$SCRIPT_DIR/../../../") |
|
|
|
cd $BASEDIR |
|
|
|
cd $BASEDIR |
|
|
|
|
|
|
|
|
|
|
|
export MAX_EXAMPLES=300 |
|
|
|
export MAX_EXAMPLES=50 |
|
|
|
export INTERNAL_SEG_CNT=300 |
|
|
|
|
|
|
|
export FILEREADER_CACHE=1 |
|
|
|
export FILEREADER_CACHE=1 |
|
|
|
export INTERNAL_SEG_LIST=selfdrive/car/tests/test_models_segs.txt |
|
|
|
export INTERNAL_SEG_LIST=selfdrive/car/tests/test_models_segs.txt |
|
|
|
|
|
|
|
|
|
|
|
cd selfdrive/car/tests && pytest test_models.py test_car_interfaces.py |
|
|
|
cd selfdrive/car/tests && pytest -n32 -k '(TOYOTA or LEXUS) and test_car_interface' test_models.py |
|
|
|