mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-09 12:35:28 +00:00
ci(esp_eth): enabled build and test for c61 in eth/proto examples
This commit is contained in:
@@ -31,6 +31,7 @@ MAX_RETRIES = 3
|
||||
@pytest.mark.esp32s3
|
||||
@pytest.mark.esp32c5
|
||||
@pytest.mark.esp32c6
|
||||
@pytest.mark.esp32c61
|
||||
@pytest.mark.wifi_router
|
||||
def test_examples_udp_client_ipv4(dut: Dut) -> None:
|
||||
# Parse IP address of STA
|
||||
@@ -65,6 +66,7 @@ def test_examples_udp_client_ipv4(dut: Dut) -> None:
|
||||
@pytest.mark.esp32c3
|
||||
@pytest.mark.esp32s3
|
||||
@pytest.mark.esp32c6
|
||||
@pytest.mark.esp32c61
|
||||
@pytest.mark.wifi_router
|
||||
def test_examples_udp_client_ipv6(dut: Dut) -> None:
|
||||
# Parse IP address of STA
|
||||
|
Reference in New Issue
Block a user