[LTP] [PATCH 1/2] lib/tst_test: introduce tst_test->some_filesystems

Jan Stancek jstancek@redhat.com
Thu May 30 12:31:21 CEST 2019


----- Original Message -----
> Like all_filesystems, some_filesystems option let tcase to run on
> specific filesystems.
> In order to implement this, change run_tcases_per_fs to accept a
> parameter indicating which filesystems need to test.
> 
> To let tcase use this option, we need some other flags set
> Eg:
> static char *some_filesystems[] = {"ext4", "xfs", "btrfs"};

What happens if one of them is not supported/available?
Will it be skipped/TCONF?



More information about the ltp mailing list