1
0
mirror of https://github.com/espressif/esp-idf synced 2025-04-17 12:10:09 -04:00
2024-06-12 11:35:51 +08:00

11 lines
261 B
Python

# SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD
# SPDX-License-Identifier: CC0-1.0
import pytest
from pytest_embedded import Dut
@pytest.mark.esp32p4
@pytest.mark.generic
def test_dvp(dut: Dut) -> None:
dut.run_all_single_board_cases()