mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-08 23:35:33 +00:00
CI: enable more wifi cases
This commit is contained in:
committed by
Chen Yu Dong
parent
3cd5ba44d1
commit
8aca3932b0
@@ -22,6 +22,8 @@ MAX_RETRIES = 3
|
||||
|
||||
|
||||
@pytest.mark.esp32
|
||||
@pytest.mark.esp32c3
|
||||
@pytest.mark.esp32s3
|
||||
@pytest.mark.wifi_router
|
||||
def test_examples_udp_server_ipv4(dut: Dut) -> None:
|
||||
# Parse IP address of STA
|
||||
@@ -48,6 +50,8 @@ def test_examples_udp_server_ipv4(dut: Dut) -> None:
|
||||
|
||||
|
||||
@pytest.mark.esp32
|
||||
@pytest.mark.esp32c3
|
||||
@pytest.mark.esp32s3
|
||||
@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