ci(wifi): add more wifi runners

sockets: add ipv6 only test
This commit is contained in:
Chen Yudong
2023-07-20 22:06:03 +08:00
parent e6c3f62281
commit 9aa23a4320
12 changed files with 236 additions and 35 deletions

View File

@@ -22,8 +22,11 @@ PORT = 3333
@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_tcp_client_ipv4(dut: Dut) -> None:
# Parse IP address of STA
@@ -46,8 +49,11 @@ def test_examples_tcp_client_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_tcp_client_ipv6(dut: Dut) -> None:
# Parse IP address of STA