Add "mendertesting" tests to mender-convert, so we can enforce copyrights and changelog policy
Description
The "mendertesting" tests are the tests that enforce the changelog tags, and ensure that license and copyright years are correct. The latter two won't be checked very thoroughly for non-Go code, but anyway.
Acceptance criteria:
Run mendertesting tests in mender-convert, either in Jenkins or Travis
At least the check_commits.sh and check_license.sh must be run
This will enable us to run the changelog generator on mender-convert.
Affects versions
None
Environment
None
Checklist
Activity
Show:
eystein.maloy.stenbergDecember 12, 2018 at 7:29 PM
OK, thanks. I will not add to first Epic as we have to complete it now (only critical items), but will add to backlog.
The "mendertesting" tests are the tests that enforce the changelog tags, and ensure that license and copyright years are correct. The latter two won't be checked very thoroughly for non-Go code, but anyway.
Acceptance criteria:
Run mendertesting tests in mender-convert, either in Jenkins or Travis
At least the
check_commits.sh
andcheck_license.sh
must be runThis will enable us to run the changelog generator on mender-convert.