On a Thursday in 2026, Michal Privoznik via Devel wrote:
One of the functionality implemented into qemuxmlconftest is to detect unused test files. This generalizes the idea and implements it into two other tests (networkxmlconftest and cputest). But if we find this useful, it can be implemented into the rest of the tests.
Now, I was contemplating an idea of turning `existingTestCases` variable into a global one (just like we have testDebug, testVerbose, etc.). It would make the changes a lot cleaner but also it's a global variable after all. What do you think?
Michal Prívozník (6): testutils: Introduce unused file detection qemuxmlconftest: Switch to virTestEnumerateTestCases() networkxmlconfdata: Remove passthrough-pf.conf networkxmlconftest: Detect unused files cputestdata: Drop unused files cputest: Detect unused files
Reviewed-by: Ján Tomko <jtomko@redhat.com> Jano