forked from espressif/esp-idf
Merge branch 'feature/qemu-esp-rom' into 'master'
esp_rom: enable qemu tests Closes IDF-7327 See merge request espressif/esp-idf!21417
This commit is contained in:
@@ -14,3 +14,10 @@ from pytest_embedded import Dut
|
|||||||
@pytest.mark.nightly_run
|
@pytest.mark.nightly_run
|
||||||
def test_esp_rom(dut: Dut) -> None:
|
def test_esp_rom(dut: Dut) -> None:
|
||||||
dut.run_all_single_board_cases()
|
dut.run_all_single_board_cases()
|
||||||
|
|
||||||
|
|
||||||
|
@pytest.mark.esp32c3
|
||||||
|
@pytest.mark.host_test
|
||||||
|
@pytest.mark.qemu
|
||||||
|
def test_esp_rom_qemu(dut: Dut) -> None:
|
||||||
|
dut.run_all_single_board_cases()
|
||||||
|
Reference in New Issue
Block a user