tici: move tests to tests/

old-commit-hash: 39a1a917e7
This commit is contained in:
Adeeb Shihadeh 2023-04-05 22:17:57 -07:00
parent 2673de7dfd
commit 827ebdacaf
3 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -170,7 +170,7 @@ pipeline {
steps {
phone_steps("tici-common", [
["build", "cd selfdrive/manager && ./build.py"],
["test power draw", "python system/hardware/tici/test_power_draw.py"],
["test power draw", "python system/hardware/tici/tests/test_power_draw.py"],
["test loggerd", "python system/loggerd/tests/test_loggerd.py"],
["test encoder", "LD_LIBRARY_PATH=/usr/local/lib python system/loggerd/tests/test_encoder.py"],
["test pigeond", "python system/sensord/tests/test_pigeond.py"],