Add test_boardd_loopback to Tici tests (#22804)

old-commit-hash: 6dec145e7f
commatwo_master
Igor Biletskyy 4 years ago committed by GitHub
parent b2bd93fba0
commit 26a994f2be
  1. 3
      Jenkinsfile

3
Jenkinsfile vendored

@ -213,10 +213,11 @@ pipeline {
} }
} }
stage('Unit Tests (tici)') { stage('HW + Unit Tests (tici)') {
steps { steps {
phone_steps("tici2", [ phone_steps("tici2", [
["build", "cd selfdrive/manager && ./build.py"], ["build", "cd selfdrive/manager && ./build.py"],
["test boardd loopback", "python selfdrive/boardd/tests/test_boardd_loopback.py"],
["test loggerd", "python selfdrive/loggerd/tests/test_loggerd.py"], ["test loggerd", "python selfdrive/loggerd/tests/test_loggerd.py"],
["test encoder", "LD_LIBRARY_PATH=/usr/local/lib python selfdrive/loggerd/tests/test_encoder.py"], ["test encoder", "LD_LIBRARY_PATH=/usr/local/lib python selfdrive/loggerd/tests/test_encoder.py"],
]) ])

Loading…
Cancel
Save