|
|
@ -208,12 +208,11 @@ node { |
|
|
|
]) |
|
|
|
]) |
|
|
|
}, |
|
|
|
}, |
|
|
|
'HW + Unit Tests': { |
|
|
|
'HW + Unit Tests': { |
|
|
|
deviceStage("tici-hardware", "tici-common", ["UNSAFE=1"], [ |
|
|
|
deviceStage("tizi-hardware", "tizi-common", ["UNSAFE=1"], [ |
|
|
|
step("build", "cd system/manager && ./build.py"), |
|
|
|
step("build", "cd system/manager && ./build.py"), |
|
|
|
step("test pandad", "pytest selfdrive/pandad/tests/test_pandad.py", [diffPaths: ["panda", "selfdrive/pandad/"]]), |
|
|
|
step("test pandad", "pytest selfdrive/pandad/tests/test_pandad.py", [diffPaths: ["panda", "selfdrive/pandad/"]]), |
|
|
|
step("test power draw", "pytest -s system/hardware/tici/tests/test_power_draw.py"), |
|
|
|
step("test power draw", "pytest -s system/hardware/tici/tests/test_power_draw.py"), |
|
|
|
step("test encoder", "LD_LIBRARY_PATH=/usr/local/lib pytest system/loggerd/tests/test_encoder.py", [diffPaths: ["system/loggerd/"]]), |
|
|
|
step("test encoder", "LD_LIBRARY_PATH=/usr/local/lib pytest system/loggerd/tests/test_encoder.py", [diffPaths: ["system/loggerd/"]]), |
|
|
|
step("test pigeond", "pytest system/ubloxd/tests/test_pigeond.py", [diffPaths: ["system/ubloxd/"]]), |
|
|
|
|
|
|
|
step("test manager", "pytest system/manager/test/test_manager.py"), |
|
|
|
step("test manager", "pytest system/manager/test/test_manager.py"), |
|
|
|
]) |
|
|
|
]) |
|
|
|
}, |
|
|
|
}, |
|
|
|