mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-02 18:10:57 +02:00
Merge branch 'bugfix/usb_serial_jtag_tests_console_p4_c5' into 'master'
ci(system): enable usb-serial-jtag console tests for p4 and c5 See merge request espressif/esp-idf!41039
This commit is contained in:
@@ -11,9 +11,6 @@ components/esp_system/test_apps/console:
|
||||
- if: CONFIG_NAME == "console_no_vfs" and SOC_USB_SERIAL_JTAG_SUPPORTED != 1
|
||||
disable_test:
|
||||
- if: CONFIG_NAME == "simple" and IDF_TARGET != "esp32"
|
||||
- if: IDF_TARGET in ["esp32p4", "esp32c5"]
|
||||
temporary: true
|
||||
reason: runner issue, IDFCI-3064
|
||||
|
||||
components/esp_system/test_apps/esp_system_unity_tests:
|
||||
disable:
|
||||
|
@@ -25,7 +25,6 @@ def test_esp_system_console_no_output_uart(dut: Dut) -> None:
|
||||
|
||||
|
||||
@pytest.mark.usb_serial_jtag
|
||||
@pytest.mark.temp_skip_ci(targets=['esp32p4', 'esp32c5'], reason='IDFCI-3064, temporary lack runner')
|
||||
@idf_parametrize('config', ['serial_jtag_only'], indirect=['config'])
|
||||
@idf_parametrize('flash_port', ['/dev/serial_ports/ttyUSB-esp32'], indirect=['flash_port'])
|
||||
@idf_parametrize('port', ['/dev/serial_ports/ttyACM-esp32'], indirect=['port'])
|
||||
@@ -40,7 +39,6 @@ def test_esp_system_console_only_serial_jtag(dut: Dut) -> None:
|
||||
|
||||
|
||||
@pytest.mark.usb_serial_jtag
|
||||
@pytest.mark.temp_skip_ci(targets=['esp32p4', 'esp32c5'], reason='IDFCI-3064, temporary lack runner')
|
||||
@idf_parametrize('config', ['serial_jtag_only_no_vfs'], indirect=['config'])
|
||||
@idf_parametrize('flash_port', ['/dev/serial_ports/ttyUSB-esp32'], indirect=['flash_port'])
|
||||
@idf_parametrize('port', ['/dev/serial_ports/ttyACM-esp32'], indirect=['port'])
|
||||
@@ -51,7 +49,6 @@ def test_esp_system_console_only_serial_jtag_no_vfs(dut: Dut) -> None:
|
||||
|
||||
|
||||
@pytest.mark.usb_serial_jtag
|
||||
@pytest.mark.temp_skip_ci(targets=['esp32p4', 'esp32c5'], reason='IDFCI-3064, temporary lack runner')
|
||||
@idf_parametrize('config', ['console_no_vfs'], indirect=['config'])
|
||||
@idf_parametrize('flash_port', ['/dev/serial_ports/ttyUSB-esp32'], indirect=['flash_port'])
|
||||
@idf_parametrize('port', ['/dev/serial_ports/ttyACM-esp32'], indirect=['port'])
|
||||
|
Reference in New Issue
Block a user