forked from espressif/esp-idf
ci: Added missing generic tag to psram tests
This commit is contained in:
@@ -24,6 +24,7 @@ def test_esp_timer(dut: Dut) -> None:
|
|||||||
|
|
||||||
|
|
||||||
@pytest.mark.esp32
|
@pytest.mark.esp32
|
||||||
|
@pytest.mark.generic
|
||||||
@pytest.mark.psram
|
@pytest.mark.psram
|
||||||
@pytest.mark.parametrize('config', [
|
@pytest.mark.parametrize('config', [
|
||||||
'psram',
|
'psram',
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
# SPDX-FileCopyrightText: 2022-2023 Espressif Systems (Shanghai) CO LTD
|
# SPDX-FileCopyrightText: 2022-2024 Espressif Systems (Shanghai) CO LTD
|
||||||
# SPDX-License-Identifier: CC0-1.0
|
# SPDX-License-Identifier: CC0-1.0
|
||||||
import pytest
|
import pytest
|
||||||
from pytest_embedded import Dut
|
from pytest_embedded import Dut
|
||||||
@@ -24,6 +24,7 @@ def test_fatfs_flash_wl_generic(dut: Dut) -> None:
|
|||||||
|
|
||||||
|
|
||||||
@pytest.mark.esp32
|
@pytest.mark.esp32
|
||||||
|
@pytest.mark.generic
|
||||||
@pytest.mark.psram
|
@pytest.mark.psram
|
||||||
@pytest.mark.parametrize(
|
@pytest.mark.parametrize(
|
||||||
'config',
|
'config',
|
||||||
|
@@ -1,10 +1,11 @@
|
|||||||
# SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD
|
# SPDX-FileCopyrightText: 2023-2024 Espressif Systems (Shanghai) CO LTD
|
||||||
# SPDX-License-Identifier: CC0-1.0
|
# SPDX-License-Identifier: CC0-1.0
|
||||||
import pytest
|
import pytest
|
||||||
from pytest_embedded import Dut
|
from pytest_embedded import Dut
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.esp32
|
@pytest.mark.esp32
|
||||||
|
@pytest.mark.generic
|
||||||
@pytest.mark.psram
|
@pytest.mark.psram
|
||||||
def test_pthread_psram(dut: Dut) -> None:
|
def test_pthread_psram(dut: Dut) -> None:
|
||||||
dut.run_all_single_board_cases(timeout=10)
|
dut.run_all_single_board_cases(timeout=10)
|
||||||
|
Reference in New Issue
Block a user