ltp icon indicating copy to clipboard operation
ltp copied to clipboard

Skip specific test for specific filesystem

Open shivania2 opened this issue 2 years ago • 2 comments

I am adding tarfs filesystem support for ltp locally. Tarfs is a readonly filesystem. Therefore i have to disable all write operation test for tarfs filesystem.

I can collect the list of write operation test, but not sure how to disable the write operation test only for tarfs filesystem. Let me know if it is possible with the current ltp project

shivania2 avatar Dec 04 '23 08:12 shivania2

You basically need to write down your custom runtest file, see runtest/syscalls for how it should look like with tests that works on readonly FS. Then you can pass that runtest file to runltp script.

metan-ucw avatar Dec 04 '23 09:12 metan-ucw

Thanks.

shivania2 avatar Dec 06 '23 08:12 shivania2