(Created page with "= Scripts and utils = == mtdv == === Introduction === ''MIN Test Definition Validator'' Simple tool for validating test definition test case names with regular expression and…") |
(→Usage) |
||
| Line 23: | Line 23: | ||
mtdv -r "[S]" -m /usr/lib/min/ | mtdv -r "[S]" -m /usr/lib/min/ | ||
| - | + | Compare test tests.xml case list to MIN test case list and validate all test cases | |
mtdv -s /usr/share/test-definition/testdefinition-syntax.xsd -x tests.xml -m /usr/lib/min/ -r "[S]" | mtdv -s /usr/share/test-definition/testdefinition-syntax.xsd -x tests.xml -m /usr/lib/min/ -r "[S]" | ||
Contents |
MIN Test Definition Validator
Simple tool for validating test definition test case names with regular expression and also for checking that test definition includes all test cases which are defined in the MIN scripter files.
Validate tests.xml file(s)
mtdv -s /usr/share/test-definition/testdefinition-syntax.xsd -x tests.xml -x tests2.xml
Validate only tests.xml test case name(s)
mtdv -r "[S]" -x tests.xml -x tests2.xml
Validate MIN script test case name(s)
mtdv -r "[S]" -m /usr/lib/min/
Compare test tests.xml case list to MIN test case list and validate all test cases
mtdv -s /usr/share/test-definition/testdefinition-syntax.xsd -x tests.xml -m /usr/lib/min/ -r "[S]"