Home
last modified time | relevance | path

Searched refs:test_unmount (Results 1 – 11 of 11) sorted by relevance

/Zephyr-latest/tests/subsys/fs/fat_fs_api/src/
Dtest_fat_mount.c76 static int test_unmount(void) in test_unmount() function
83 zassert_true(test_unmount() == TC_PASS); in test_fat_unmount()
89 zassert_false(test_unmount() == TC_PASS); in test_fat_mount()
93 zassert_true(test_unmount() == TC_PASS); in test_fat_mount()
Dtest_fat_rd_only_mount.c29 static void test_unmount(void) in test_unmount() function
66 test_unmount(); in ZTEST()
/Zephyr-latest/tests/posix/xsi_realtime/src/
Dsync_io.c35 void test_unmount(void) in test_unmount() function
84 test_unmount(); in ZTEST()
102 test_unmount(); in ZTEST()
/Zephyr-latest/tests/posix/fs/src/
Dmain.c9 ZTEST_SUITE(posix_fs_test, NULL, test_mount, NULL, NULL, test_unmount);
Dtest_fs.h18 void test_unmount(void *unused);
Dtest_fat_mount.c35 void test_unmount(void *unused) in test_unmount() function
Dtest_fs_stat.c62 ZTEST_SUITE(posix_fs_stat_test, NULL, test_mount, before_fn, after_fn, test_unmount);
Dtest_fs_dir.c116 test_unmount);
Dtest_fs_file.c187 test_unmount);
/Zephyr-latest/tests/subsys/fs/fs_api/src/
Dtest_fs_dir_file.c187 void test_unmount(void) in test_unmount() function
1100 test_unmount(); in ZTEST()
/Zephyr-latest/tests/net/lib/http_server/core/src/
Dmain.c2551 static int test_unmount(void) in test_unmount() function
2670 zassert_equal(test_unmount(), TC_PASS, "Failed to unmount fs"); in setup_fs()