Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Skip specific test for specific filesystem #1111

Open
shivania2 opened this issue Dec 4, 2023 · 2 comments
Open

Skip specific test for specific filesystem #1111

shivania2 opened this issue Dec 4, 2023 · 2 comments

Comments

@shivania2
Copy link

shivania2 commented Dec 4, 2023

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

@metan-ucw
Copy link
Member

metan-ucw commented Dec 4, 2023

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.

@shivania2
Copy link
Author

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants