The result for xfstests in osd seems always red[1], but actually it's only a few test fail in a group(around 1/50). If we want to keep use openQA to handle those test, we need some enhancement for that. Try to enhancement test result to make it shows in a better way. - Make more reasonable group for those test - Don't alway show fail in "1_" in test result - Don't seems like all test fail in xfstests in osd
[1] https://openqa.suse.de/tests/overview?distri=sle&version=12-SP4&build=0273&groupid=155
Looking for hackers with the skills:
Nothing? Add some keywords!
This project is part of:
Hack Week 17
Comments
-
over 6 years ago by dsterba | Reply
If you want to skip tests that do not make sense or are known to be broken, you can use the 'expunge' function.
./check -X file
where'file
contains lines with test filenames to skip, like042
etc. Note that this file has to be in the test directory of the group (eg.fstests/generic/
). The expunge files can be maintained per-product or per-architecture so you'd just supply the right one.
Similar Projects
This project is one of its kind!