ci: partially enable pytest for esp32c2

This commit is contained in:
Michael (XIAO Xufeng)
2022-05-22 03:28:15 +08:00
committed by morris
parent 6a8aed12ee
commit 4e231f9dac
11 changed files with 50 additions and 11 deletions
@@ -1,2 +1,2 @@
| Supported Targets | ESP32 | ESP32-S2 | ESP32-S3 | ESP32-C3 | ESP32-C2 |
| ----------------- | ----- | -------- | -------- | -------- | -------- |
| Supported Targets | ESP32 | ESP32-S2 | ESP32-S3 | ESP32-C3 |
| ----------------- | ----- | -------- | -------- | -------- |
@@ -5,7 +5,11 @@ import pytest
from pytest_embedded_idf.dut import IdfDut
@pytest.mark.supported_targets
# IDF-5046
@pytest.mark.esp32
@pytest.mark.esp32s2
@pytest.mark.esp32s3
@pytest.mark.esp32c3
@pytest.mark.generic
@pytest.mark.parametrize('config', [
'phy_multiple_init_data',