ci: enable esp32c5/c6 wifi basic target tests

This commit is contained in:
Chen Yudong
2024-09-05 13:29:33 +08:00
committed by BOT
parent 965986bcf1
commit a8482f580a
9 changed files with 13 additions and 18 deletions

View File

@@ -40,6 +40,7 @@ def _run_test(dut: Dut) -> None:
@pytest.mark.esp32s3
@pytest.mark.esp32c5
@pytest.mark.esp32c6
@pytest.mark.esp32c61
@pytest.mark.wifi_ap
def test_protocols_icmp_echo(dut: Dut) -> None:
_run_test(dut)