t176
Changed my mind on validate vs verify, updated comment :)
Seeing the XML output reminds me that I forgot the schema portion of the crm_verify project :/ I'll open a new task for that ...
Seeing the XML output reminds me that I forgot the schema portion of the crm_verify project :/ I'll open a new task for that ...
Actually, crm_verify XML output only has status and errors, so it fits in the existing schemas. So, all we need to do is update the crm_mon schema for this project once it's ready.
Add crm_mon regression tests -- you can use one of the crm_verify_invalid*xml files to test invalid syntax and crm_mon.xml to test valid syntax. Test text and XML for each using defaults, and also test --include=verifications for text+valid and --exclude=verifications for XML+invalid
Actually we have plenty of text/XML + valid tests, so we just need to add tests for invalid and --include/--exclude
This should be revisited at some point (probably after T873, T882, and T727), but the code base has changed significantly enough to close this for now and open a new PR then.