locationd: Unit tests for different scenarios (#29908)

* add different scenarios for locationd

* add locationd scenario tests to unit tests
This commit is contained in:
Vivek Aithal
2023-09-14 13:59:21 -07:00
committed by GitHub
parent 6666413626
commit e9edf1300a
2 changed files with 224 additions and 0 deletions

View File

@@ -264,6 +264,7 @@ jobs:
run: |
${{ env.RUN }} "export SKIP_LONG_TESTS=1 && \
$PYTEST -n auto --dist=loadscope --timeout 30 -o cpp_files=test_* && \
./selfdrive/locationd/test/test_locationd_scenarios.py && \
./selfdrive/ui/tests/create_test_translations.sh && \
QT_QPA_PLATFORM=offscreen ./selfdrive/ui/tests/test_translations && \
./selfdrive/ui/tests/test_translations.py && \