Searched refs:test_mount (Results 1 – 13 of 13) sorted by relevance
/Zephyr-latest/tests/subsys/fs/fat_fs_dual_drive/src/ |
D | test_fat_mount.c | 34 static int test_mount(struct fs_mount_t *mnt) in test_mount() function 50 zassert_true(test_mount(&fatfs_mnt) == TC_PASS); in test_fat_mount() 53 zassert_true(test_mount(&fatfs_mnt1) == TC_PASS); in test_fat_mount()
|
/Zephyr-latest/tests/subsys/fs/multi-fs/src/ |
D | test_fat_mount.c | 26 static int test_mount(void) in test_mount() function 45 zassert_true(test_mount() == TC_PASS); in test_fat_mount()
|
D | test_littlefs_mount.c | 28 static int test_mount(void) in test_mount() function 47 zassert_true(test_mount() == TC_PASS); in test_littlefs_mount()
|
/Zephyr-latest/tests/subsys/fs/fat_fs_api/src/ |
D | test_fat_mount.c | 63 static int test_mount(void) in test_mount() function 94 zassert_true(test_mount() == TC_PASS); in test_fat_mount() 95 zassert_false(test_mount() == TC_PASS); in test_fat_mount()
|
/Zephyr-latest/tests/posix/xsi_realtime/src/ |
D | sync_io.c | 27 static void test_mount(void) in test_mount() function 76 test_mount(); in ZTEST() 94 test_mount(); in ZTEST()
|
/Zephyr-latest/tests/posix/fs/src/ |
D | main.c | 9 ZTEST_SUITE(posix_fs_test, NULL, test_mount, NULL, NULL, test_unmount);
|
D | test_fs.h | 17 void *test_mount(void);
|
D | test_fat_mount.c | 21 void *test_mount(void) in test_mount() function
|
D | test_fs_stat.c | 62 ZTEST_SUITE(posix_fs_stat_test, NULL, test_mount, before_fn, after_fn, test_unmount);
|
D | test_fs_dir.c | 115 ZTEST_SUITE(posix_fs_dir_test, NULL, test_mount, NULL, after_fn,
|
D | test_fs_file.c | 186 ZTEST_SUITE(posix_fs_file_test, NULL, test_mount, NULL, after_fn,
|
/Zephyr-latest/tests/subsys/fs/fs_api/src/ |
D | test_fs_dir_file.c | 132 void test_mount(void) in test_mount() function 1099 test_mount(); in ZTEST()
|
/Zephyr-latest/tests/net/lib/http_server/core/src/ |
D | main.c | 2538 static int test_mount(void) in test_mount() function 2671 zassert_equal(test_mount(), TC_PASS, "Failed to mount fs"); in setup_fs()
|