From 6e73f1a22edddf19a2813c3fdfe67664e04629b3 Mon Sep 17 00:00:00 2001 From: jacqueline Date: Tue, 9 Apr 2024 11:04:42 +1000 Subject: Upgrade fatfs component version --- lib/fatfs/host_test/pytest_fatfs_linux.py | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 lib/fatfs/host_test/pytest_fatfs_linux.py (limited to 'lib/fatfs/host_test/pytest_fatfs_linux.py') diff --git a/lib/fatfs/host_test/pytest_fatfs_linux.py b/lib/fatfs/host_test/pytest_fatfs_linux.py new file mode 100644 index 00000000..7b12c361 --- /dev/null +++ b/lib/fatfs/host_test/pytest_fatfs_linux.py @@ -0,0 +1,10 @@ +# SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD +# SPDX-License-Identifier: Unlicense OR CC0-1.0 +import pytest +from pytest_embedded import Dut + + +@pytest.mark.linux +@pytest.mark.host_test +def test_fatfs_linux(dut: Dut) -> None: + dut.expect_exact('All tests passed', timeout=120) -- cgit v1.2.3