[LTP] [PATCH v2] Refactor mount01 test using new LTP API

Petr Vorel pvorel@suse.cz
Fri Feb 9 22:27:58 CET 2024


Hi Andrea,

...
> +	.test_all = run,
> +	.needs_root = 1,
> +	.needs_tmpdir = 1,
Also this is redundant due .all_filesystems = 1.

> +	.format_device = 1,
> +	.all_filesystems = 1,
> +	.mntpoint = MNTPOINT,
> +	.skip_filesystems = (const char *const []){
> +		"exfat",
> +		"vfat",
> +		"ntfs",
Skip only ntfs, which is problamatic on fuse (ntfs-3g). vfat and exfat are OK
and deserved to be tested.

Merged also with Martin's RBT.
Thanks!

Kind regards,
Petr


More information about the ltp mailing list