Add initial hardware testing support (#6313)

- Added workflow triggered by cron or label "hil_test"
- Added examples with both pytest and unity
This commit is contained in:
Abdelatif Guettouche
2022-03-10 13:45:26 +01:00
committed by GitHub
parent 4da1051266
commit 96f8f5e3ef
14 changed files with 372 additions and 7 deletions

View File

@ -0,0 +1,2 @@
def test_unity(dut):
dut.expect_unity_test_output(timeout=240)