ci: add case to test nsnet2

This commit is contained in:
xysun 2024-02-28 20:37:35 +08:00
parent debd558c24
commit bba09a355d
2 changed files with 1904 additions and 1 deletions

View File

@ -57,10 +57,11 @@ def test_sr_afe(dut: Dut)-> None:
'config',
[
'nsnet1',
'nsnet2',
],
)
def test_vc_afe(dut: Dut)-> None:
# dut.run_all_single_board_cases(group="afe")
dut.expect_exact('Press ENTER to see the list of tests.')
dut.write('[afe_vc]')
dut.expect_unity_test_output(timeout = 100000)
dut.expect_unity_test_output(timeout = 100000)

File diff suppressed because it is too large Load Diff