2023-03-09 12:15:06 +08:00
|
|
|
# SPDX-FileCopyrightText: 2022-2023 Espressif Systems (Shanghai) CO LTD
|
2022-09-01 10:24:33 +05:30
|
|
|
# SPDX-License-Identifier: CC0-1.0
|
|
|
|
|
|
|
|
|
|
import pytest
|
|
|
|
|
from pytest_embedded import Dut
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@pytest.mark.supported_targets
|
|
|
|
|
@pytest.mark.generic
|
|
|
|
|
def test_protocomm(dut: Dut) -> None:
|
2023-03-09 12:15:06 +08:00
|
|
|
dut.run_all_single_board_cases()
|