mirror of https://github.com/commaai/panda.git
HITL tests: enable flashing tests on tres
This commit is contained in:
parent
4850b13797
commit
adc0c12f7b
|
@ -94,7 +94,7 @@ pipeline {
|
|||
phone_steps("panda-tres", [
|
||||
["build", "scons -j4"],
|
||||
["flash", "cd tests/ && ./ci_reset_internal_hw.py"],
|
||||
["test", "cd tests/hitl && HW_TYPES=9 pytest --durations=0 2*.py [5-9]*.py"],
|
||||
["test", "cd tests/hitl && HW_TYPES=9 pytest --durations=0 [0-2]*.py [5-9]*.py"],
|
||||
])
|
||||
}
|
||||
}
|
||||
|
|
|
@ -57,7 +57,7 @@ def test_a_known_bootstub(p):
|
|||
check_signature(p)
|
||||
assert not p.bootstub
|
||||
|
||||
@pytest.mark.execution_timeout(15)
|
||||
@pytest.mark.execution_timeout(25)
|
||||
def test_b_recover(p):
|
||||
assert p.recover(timeout=30)
|
||||
check_signature(p)
|
||||
|
|
|
@ -145,6 +145,8 @@ def func_fixture_panda(request, module_panda):
|
|||
if p.bootstub:
|
||||
p.reset()
|
||||
|
||||
assert not p.bootstub
|
||||
|
||||
# TODO: would be nice to make these common checks in the teardown
|
||||
# show up as failed tests instead of "errors"
|
||||
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue