2024-05-06 11:12:04 +08:00
|
|
|
# SPDX-FileCopyrightText: 2023-2024 Espressif Systems (Shanghai) CO LTD
|
2023-09-11 12:58:38 +08:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
import pytest
|
|
|
|
|
from pytest_embedded import Dut
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@pytest.mark.linux
|
|
|
|
|
@pytest.mark.host_test
|
|
|
|
|
def test_hal_utils(dut: Dut) -> None:
|
2024-06-13 08:42:17 +08:00
|
|
|
dut.run_all_single_board_cases()
|