pytest_usb_hcd.py 322 B

123456789101112
  1. # SPDX-FileCopyrightText: 2022-2023 Espressif Systems (Shanghai) CO LTD
  2. # SPDX-License-Identifier: CC0-1.0
  3. import pytest
  4. from pytest_embedded import Dut
  5. @pytest.mark.esp32s2
  6. @pytest.mark.esp32s3
  7. @pytest.mark.usb_host_flash_disk
  8. def test_usb_hcd(dut: Dut) -> None:
  9. dut.run_all_single_board_cases(group='full_speed')