forked from espressif/esp-idf
test(efuse): enable c5 mac address test
This commit is contained in:
@@ -176,9 +176,3 @@ examples/storage/wear_levelling:
|
||||
disable_test:
|
||||
- if: IDF_TARGET not in ["esp32", "esp32c3"]
|
||||
reason: only one target per arch needed
|
||||
|
||||
examples/system/base_mac_address:
|
||||
disable_test:
|
||||
- if: IDF_TARGET == "esp32c5"
|
||||
temporary: true
|
||||
reason: target test failed, runner not burnt efuse # TODO: [ESP32C5] IDF-10337
|
||||
|
@@ -7,10 +7,6 @@ examples/system/app_trace_basic:
|
||||
reason: target esp32c6, esp32h2, esp32p4, esp32c5 is not supported yet
|
||||
|
||||
examples/system/base_mac_address:
|
||||
disable_test:
|
||||
- if: IDF_TARGET == "esp32c5"
|
||||
temporary: true
|
||||
reason: target test failed # TODO [ESP32C5] IDF-10347
|
||||
depends_components:
|
||||
- esp_hw_support
|
||||
|
||||
|
@@ -5,8 +5,6 @@ from pytest_embedded import Dut
|
||||
|
||||
|
||||
@pytest.mark.supported_targets
|
||||
# TODO: [ESP32C5] IDF-10337
|
||||
@pytest.mark.temp_skip_ci(targets=['esp32c5'], reason='c5 runners not burnt mac efuse')
|
||||
@pytest.mark.generic
|
||||
def test_base_mac_address(dut: Dut) -> None:
|
||||
def get_hex_r(num_bytes: int) -> str:
|
||||
|
Reference in New Issue
Block a user