mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-22 17:10:28 +00:00
ci(esp32c61): enable multi dut runner for c61
This commit is contained in:
@@ -77,9 +77,10 @@ def test_uart_single_dev_psram(case_tester) -> None: # type: ignore
|
||||
dut.expect_unity_test_output()
|
||||
|
||||
|
||||
# ESP32 only supports uart wakeup if signal routes through IOMUX, ESP32S3 multi device runner has no psram IDF-12837,
|
||||
# ESP32C61 lack of runner IDF-10949, ESP32P4 not yet supported IDF-12839.
|
||||
@pytest.mark.temp_skip_ci(targets=['esp32', 'esp32s3', 'esp32c61', 'esp32p4'], reason='no multi-dev runner')
|
||||
# ESP32 only supports uart wakeup if signal routes through IOMUX
|
||||
# ESP32S3 multi device runner has no psram IDF-12837,
|
||||
# ESP32P4 not yet supported IDF-12839.
|
||||
@pytest.mark.temp_skip_ci(targets=['esp32', 'esp32s3', 'esp32p4'], reason='no multi-dev runner')
|
||||
@pytest.mark.generic_multi_device
|
||||
@idf_parametrize('target', ['supported_targets'], indirect=['target'])
|
||||
@pytest.mark.parametrize(
|
||||
|
Reference in New Issue
Block a user