forked from espressif/esp-idf
test(apptrace): enable esp32c5 and esp32c61 tests
This commit is contained in:
@ -2,9 +2,9 @@
|
|||||||
|
|
||||||
examples/system/app_trace_basic:
|
examples/system/app_trace_basic:
|
||||||
disable_test:
|
disable_test:
|
||||||
- if: IDF_TARGET in ["esp32p4", "esp32c5", "esp32c61", "esp32h21"]
|
- if: IDF_TARGET in ["esp32p4", "esp32h21"]
|
||||||
temporary: true
|
temporary: true
|
||||||
reason: lack of runners. TODO[C61] IDF-10992
|
reason: lack of runners.
|
||||||
|
|
||||||
examples/system/base_mac_address:
|
examples/system/base_mac_address:
|
||||||
depends_components:
|
depends_components:
|
||||||
|
@ -164,7 +164,9 @@ def test_examples_app_trace_basic(dut: IdfDut) -> None:
|
|||||||
|
|
||||||
@pytest.mark.esp32s3
|
@pytest.mark.esp32s3
|
||||||
@pytest.mark.esp32c3
|
@pytest.mark.esp32c3
|
||||||
|
@pytest.mark.esp32c5
|
||||||
@pytest.mark.esp32c6
|
@pytest.mark.esp32c6
|
||||||
|
@pytest.mark.esp32c61
|
||||||
@pytest.mark.esp32h2
|
@pytest.mark.esp32h2
|
||||||
@pytest.mark.usb_serial_jtag
|
@pytest.mark.usb_serial_jtag
|
||||||
def test_examples_app_trace_basic_usj(dut: IdfDut) -> None:
|
def test_examples_app_trace_basic_usj(dut: IdfDut) -> None:
|
||||||
|
Reference in New Issue
Block a user