test(efuse): enable c5 mac address test

This commit is contained in:
Marius Vikhammer
2024-07-04 15:53:40 +08:00
parent a2da404e1d
commit 712e1d781f
3 changed files with 0 additions and 12 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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: