ci: update idf-core related tests for C6

This commit is contained in:
Marius Vikhammer
2023-02-01 12:12:57 +08:00
parent 6233b0aa64
commit 25abc7f6d8
40 changed files with 111 additions and 113 deletions

View File

@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD
# SPDX-FileCopyrightText: 2022-2023 Espressif Systems (Shanghai) CO LTD
# SPDX-License-Identifier: CC0-1.0
import pytest
@@ -17,6 +17,4 @@ from pytest_embedded import Dut
]
)
def test_esp_ringbuf(dut: Dut) -> None:
dut.expect('Press ENTER to see the list of tests')
dut.write('*')
dut.expect_unity_test_output()
dut.run_all_single_board_cases()