mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-09 12:35:28 +00:00
ci(wifi): add more wifi runners
sockets: add ipv6 only test
This commit is contained in:
@@ -22,8 +22,11 @@ MAX_RETRIES = 3
|
||||
|
||||
|
||||
@pytest.mark.esp32
|
||||
@pytest.mark.esp32s2
|
||||
@pytest.mark.esp32c2
|
||||
@pytest.mark.esp32c3
|
||||
@pytest.mark.esp32s3
|
||||
@pytest.mark.esp32c6
|
||||
@pytest.mark.wifi_router
|
||||
def test_examples_udp_server_ipv4(dut: Dut) -> None:
|
||||
# Parse IP address of STA
|
||||
@@ -50,8 +53,11 @@ def test_examples_udp_server_ipv4(dut: Dut) -> None:
|
||||
|
||||
|
||||
@pytest.mark.esp32
|
||||
@pytest.mark.esp32s2
|
||||
@pytest.mark.esp32c2
|
||||
@pytest.mark.esp32c3
|
||||
@pytest.mark.esp32s3
|
||||
@pytest.mark.esp32c6
|
||||
@pytest.mark.wifi_router
|
||||
def test_examples_udp_server_ipv6(dut: Dut) -> None:
|
||||
# Parse IP address of STA
|
||||
|
Reference in New Issue
Block a user