mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-13 22:10:20 +01:00
ci: replace pytest function for linux target
This commit is contained in:
@@ -7,6 +7,4 @@ from pytest_embedded import Dut
|
||||
@pytest.mark.linux
|
||||
@pytest.mark.host_test
|
||||
def test_hal_utils(dut: Dut) -> None:
|
||||
dut.expect_exact('Press ENTER to see the list of tests.')
|
||||
dut.write('*')
|
||||
dut.expect_unity_test_output()
|
||||
dut.run_all_single_board_cases()
|
||||
|
||||
Reference in New Issue
Block a user