From 38493f807e691628178dc5db3c1aa625c6cc54a6 Mon Sep 17 00:00:00 2001 From: Roman Leonov Date: Wed, 18 Dec 2024 13:02:29 +0100 Subject: [PATCH] ci(esp_tinyusb): Returned all test_apps --- .../test_apps/cdc_and_usb_device/pytest_usb_device.py | 2 +- device/esp_tinyusb/test_apps/vendor/pytest_vendor.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/device/esp_tinyusb/test_apps/cdc_and_usb_device/pytest_usb_device.py b/device/esp_tinyusb/test_apps/cdc_and_usb_device/pytest_usb_device.py index 24c28465..5a1b440f 100644 --- a/device/esp_tinyusb/test_apps/cdc_and_usb_device/pytest_usb_device.py +++ b/device/esp_tinyusb/test_apps/cdc_and_usb_device/pytest_usb_device.py @@ -8,6 +8,6 @@ @pytest.mark.esp32s2 @pytest.mark.esp32s3 @pytest.mark.esp32p4 -#@pytest.mark.usb_device Disable in CI: missing tinyusb teardown +@pytest.mark.usb_device def test_usb_device_esp_tinyusb(dut: IdfDut) -> None: dut.run_all_single_board_cases(group='usb_device') diff --git a/device/esp_tinyusb/test_apps/vendor/pytest_vendor.py b/device/esp_tinyusb/test_apps/vendor/pytest_vendor.py index 1255265e..56b65745 100644 --- a/device/esp_tinyusb/test_apps/vendor/pytest_vendor.py +++ b/device/esp_tinyusb/test_apps/vendor/pytest_vendor.py @@ -67,7 +67,7 @@ def ep_write(buf): @pytest.mark.esp32s2 @pytest.mark.esp32s3 @pytest.mark.esp32p4 -#@pytest.mark.usb_device Disable in CI, for now, not possible to run this test in Docker container +@pytest.mark.usb_device def test_usb_device_vendor(dut: IdfDut) -> None: ''' Running the test locally: