[LTP] [PATCH] syscall/open11: use the new ltp test library

Cyril Hrubis chrubis@suse.cz
Tue May 15 11:56:55 CEST 2018


Hi!
> +static struct tst_test test = {
> +	.tcnt = ARRAY_SIZE(tcases),
> +	.needs_root = 1,
> +	.mntpoint = MNT_POINT,
> +	.mount_device = 1,
> +	.setup = setup,
> +	.test = verify_open,

Can we rather than the device use tmpfs or fallback to a device only if
the $TMPDIR is mounted with nodev?

I've recetly spend quite some time with speeding up the syscall testrun
and saved about a minute on the testrun in order to have shorter
development feedback loops...

-- 
Cyril Hrubis
chrubis@suse.cz


More information about the ltp mailing list