ci: update test apps to use run_all_single_board_cases

This commit is contained in:
Marius Vikhammer
2023-03-09 12:15:06 +08:00
parent 2f7aa5abe8
commit 0be8e03907
25 changed files with 47 additions and 103 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
@@ -8,6 +8,4 @@ from pytest_embedded import Dut
@pytest.mark.supported_targets
@pytest.mark.generic
def test_esp_http_server(dut: Dut) -> None:
dut.expect_exact('Press ENTER to see the list of tests')
dut.write('*')
dut.expect_unity_test_output()
dut.run_all_single_board_cases()