[LTP] [PATCH v1] Rewrite fsx-linux test

Wang, Xin Xin.Wang@windriver.com
Mon Oct 30 08:05:59 CET 2023


Hello Andrea,
> Hi Xin,
> 
> I had a bit of time to complete this patch. Please verifies that it
> works on VxWorks.
> Thank you.
> 
> Best regards,
> Andrea Cervesato

Because VxWorks doesn't support building LTP test library now, I need find a new way to support this patch.
The old version fsx-linux.c can be built alone on VxWorks and used in VxWorks user space because it mostly calls POSIX APIs.
I will take some time to investigate if VxWorks can support LTP test APIs. 

Regards,
Xin
> 
> On 10/27/23 16:08, Andrea Cervesato wrote:
> > From: Andrea Cervesato <andrea.cervesato@suse.com>
> >
> > This is a complete rewrite of the old test. Some options have been
> > removed, since they were not used by LTP runtests. Also, the new
> > test is not skipping any operation and running a new one if the
> > previous failed, until the total amount of operations have been
> > executed. The test passes once all operations succeded.
> >
> > Signed-off-by: Andrea Cervesato <andrea.cervesato@suse.com>
> > ---
> >   runtest/ltp-aiodio.part3                  |   99 +-
> >   testcases/kernel/fs/fsx-linux/Makefile    |    4 +-
> >   testcases/kernel/fs/fsx-linux/fsx-linux.c | 1509 ++++-----------------
> >   testcases/network/nfs/fsx-linux/fsx.sh    |    3 +-
> >   4 files changed, 324 insertions(+), 1291 deletions(-)


More information about the ltp mailing list