]> code.ossystems Code Review - openembedded-core.git/commit
oe-selftest: Add option to submit test result to a git repository.
authorMariano Lopez <mariano.lopez@linux.intel.com>
Thu, 17 Nov 2016 12:18:52 +0000 (12:18 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 13 Dec 2016 22:47:26 +0000 (22:47 +0000)
commit758e4b7e619f9aaa79e3910b5539ff8fb2d1064a
tree1688567293751fdcf03e3ac2736d9d28b82a8277
parent10b05794254886e55c76f29f7778d783c550befa
oe-selftest: Add option to submit test result to a git repository.

This new option allows to commit the result to a git repository,
along with the results it will add a metadata file for information
of the current selftest run, such as: hostname, machine, distro,
distro version, host version, and layers.

This implementation will have a branch per different hostname,
testing branch, and machine.

To use this feature use:

oe-selftest <options> --repository <repository_link>

[YOCTO #9954]

Signed-off-by: Mariano Lopez <mariano.lopez@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/oe-selftest