summaryrefslogtreecommitdiff
path: root/lib/fatfs/host_test/pytest_fatfs_linux.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/fatfs/host_test/pytest_fatfs_linux.py')
-rw-r--r--lib/fatfs/host_test/pytest_fatfs_linux.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/fatfs/host_test/pytest_fatfs_linux.py b/lib/fatfs/host_test/pytest_fatfs_linux.py
index 7b12c361..e14e927a 100644
--- a/lib/fatfs/host_test/pytest_fatfs_linux.py
+++ b/lib/fatfs/host_test/pytest_fatfs_linux.py
@@ -1,10 +1,11 @@
-# SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD
+# SPDX-FileCopyrightText: 2023-2025 Espressif Systems (Shanghai) CO LTD
# SPDX-License-Identifier: Unlicense OR CC0-1.0
import pytest
from pytest_embedded import Dut
+from pytest_embedded_idf.utils import idf_parametrize
-@pytest.mark.linux
@pytest.mark.host_test
+@idf_parametrize('target', ['linux'], indirect=['target'])
def test_fatfs_linux(dut: Dut) -> None:
dut.expect_exact('All tests passed', timeout=120)