Add test_boardd_loopback to Tici tests (#22804)

pull/22806/head
Igor Biletskyy 2021-11-05 14:31:13 -07:00 committed by GitHub
parent d8f5e8b7a4
commit 6dec145e7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

3
Jenkinsfile vendored
View File

@ -213,10 +213,11 @@ pipeline {
}
}
stage('Unit Tests (tici)') {
stage('HW + Unit Tests (tici)') {
steps {
phone_steps("tici2", [
["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 encoder", "LD_LIBRARY_PATH=/usr/local/lib python selfdrive/loggerd/tests/test_encoder.py"],
])