Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* changed each test to also check for warnings and specified which warning must be displayed Signed-off-by: Anton Utz <uta5fe@bosch.com> * implemented change requests Signed-off-by: Anton Utz <uta5fe@bosch.com> * linter issues Signed-off-by: Anton Utz <uta5fe@bosch.com> * added location of check Signed-off-by: Anton Utz <uta5fe@bosch.com> * added check class Signed-off-by: Anton Utz <uta5fe@bosch.com> * added test for xml conformity Signed-off-by: Anton Utz <uta5fe@bosch.com> * added check for validating xml with scheme, output not yet processed though Signed-off-by: Anton Utz <uta5fe@bosch.com> * created whole check out of validation function. introduced success and failure messages Signed-off-by: Anton Utz <uta5fe@bosch.com> * corrected double code Signed-off-by: Anton Utz <uta5fe@bosch.com> * moved check to extra file Signed-off-by: Anton Utz <uta5fe@bosch.com> * fixed imports and whitespaces Signed-off-by: Anton Utz <uta5fe@bosch.com> * changed if structure of _check method Signed-off-by: Anton Utz <uta5fe@bosch.com> * changed tests to all fullfill scheme version Signed-off-by: Anton Utz <uta5fe@bosch.com> * changed test data with source-file attribute to version 4 Signed-off-by: Anton Utz <uta5fe@bosch.com> * added case for package.xml version 4 Signed-off-by: Anton Utz <uta5fe@bosch.com> * removed todo Signed-off-by: Anton Utz <uta5fe@bosch.com> * adapted wrong test Signed-off-by: Anton Utz <uta5fe@bosch.com> * moved version checking and xml tree conversion to package.py Signed-off-by: Anton Utz <uta5fe@bosch.com> * refactor of schema check Signed-off-by: Anton Utz <uta5fe@bosch.com> * fixed bug Signed-off-by: Anton Utz <uta5fe@bosch.com> * added new args for config Signed-off-by: Anton Utz <uta5fe@bosch.com> * added functionality for config options Signed-off-by: Anton Utz <uta5fe@bosch.com> * added scheme 2 test Signed-off-by: Anton Utz <uta5fe@bosch.com> * added tests for all scheme versions Signed-off-by: Anton Utz <uta5fe@bosch.com> * added negative, violating tests for every scheme Signed-off-by: Anton Utz <uta5fe@bosch.com> * adapted tests to scan for schemacheck as well Signed-off-by: Anton Utz <uta5fe@bosch.com> * added online schema aquiration Signed-off-by: Anton Utz <uta5fe@bosch.com> * changed used xml validation files with online files, still need a fallback to offline Signed-off-by: Anton Utz <uta5fe@bosch.com> * changed readme due to updates on code Signed-off-by: Anton Utz <uta5fe@bosch.com> * changed readme Signed-off-by: Anton Utz <uta5fe@bosch.com> * changed content of arguments help Signed-off-by: Anton Utz <uta5fe@bosch.com> * added lazy schema request Signed-off-by: Anton Utz <uta5fe@bosch.com> * saving validation schema to reduce requests Signed-off-by: Anton Utz <uta5fe@bosch.com> * deleted local shema files, rewrote schema_check cases and adapted schema checks to not be downwards compatible Signed-off-by: Anton Utz <uta5fe@bosch.com> * implemented suggestions again Signed-off-by: Anton Utz <uta5fe@bosch.com> * implemented suggestions Signed-off-by: Anton Utz <uta5fe@bosch.com> * added fail case for no connection & adapted readme Signed-off-by: Anton Utz <uta5fe@bosch.com> * linter issues Signed-off-by: Anton Utz <uta5fe@bosch.com> * fixing documentation bug Signed-off-by: Anton Utz <uta5fe@bosch.com> * documentation fix Signed-off-by: Anton Utz <uta5fe@bosch.com> --------- Signed-off-by: Anton Utz <uta5fe@bosch.com>
- Loading branch information