[LTP] [PATCH v4 1/6] syscalls/readahead02: Convert to newlib and cleanup

Cyril Hrubis chrubis@suse.cz
Mon Dec 3 15:39:34 CET 2018


Hi!
> +static struct tst_test test = {
> +	.needs_root = 1,
> +	.needs_tmpdir = 1,
> +	.mount_device = 1,
> +	.mntpoint = mntpoint,
> +	.setup = setup,
> +	.options = options,
> +	.test_all = test_readahead,
> +};

I do wonder if it makes sense to set the all_filesystems flag now.

Also does it make any sense to run the overlay test against all
filesystems? I would expect that it does not, so we will have to figure
out how to run the tests. Maybe it would make most sense to treat the
overlayfs as another filesystem in all_filesystem tests...

-- 
Cyril Hrubis
chrubis@suse.cz


More information about the ltp mailing list