Skip to content

Commit

Permalink
Merge branch 'feature/qemu-esp-rom' into 'master'
Browse files Browse the repository at this point in the history
esp_rom: enable qemu tests

Closes IDF-7327

See merge request espressif/esp-idf!21417
  • Loading branch information
Zim Kalinowski committed Jun 21, 2023
2 parents 5a1d37d + f3fa1fd commit af8c1d7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions components/esp_rom/test_apps/rom_tests/pytest_esp_rom.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,10 @@
@pytest.mark.nightly_run
def test_esp_rom(dut: Dut) -> None:
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()

0 comments on commit af8c1d7

Please sign in to comment.