CI: enable more wifi cases

This commit is contained in:
Chen Yudong
2022-12-07 18:07:07 +08:00
committed by Chen Yu Dong
parent 3cd5ba44d1
commit 8aca3932b0
40 changed files with 290 additions and 139 deletions

View File

@@ -22,6 +22,8 @@ PORT = 3333
@pytest.mark.esp32
@pytest.mark.esp32c3
@pytest.mark.esp32s3
@pytest.mark.wifi_router
def test_examples_tcp_client_ipv4(dut: Dut) -> None:
# Parse IP address of STA
@@ -44,6 +46,8 @@ def test_examples_tcp_client_ipv4(dut: Dut) -> None:
@pytest.mark.esp32
@pytest.mark.esp32c3
@pytest.mark.esp32s3
@pytest.mark.wifi_router
def test_examples_tcp_client_ipv6(dut: Dut) -> None:
# Parse IP address of STA