v1: Face key error from oe-git-archive Undesirable behavior when storing to multiple git branch
v2: Include fix for oe-git-archive Include fix for store result to multiple git branch Improve git commit message v3: Enhance fix for oe-git-archive by using exception catch to improve code readability and easy to understand v4: Add new features, merge result files & regression analysis Add selftest to merge, store, report and regression functionalities Revise codebase for pythonic Mazliana (1): scripts/resultstool: enable manual execution and result creation Yeoh Ee Peng (1): resultstool: enable merge, store, report and regression analysis meta/lib/oeqa/selftest/cases/resultstooltests.py | 104 ++++++++++++++++ scripts/lib/resultstool/__init__.py | 0 scripts/lib/resultstool/manualexecution.py | 137 +++++++++++++++++++++ scripts/lib/resultstool/merge.py | 71 +++++++++++ scripts/lib/resultstool/regression.py | 134 ++++++++++++++++++++ scripts/lib/resultstool/report.py | 122 ++++++++++++++++++ scripts/lib/resultstool/resultsutils.py | 47 +++++++ scripts/lib/resultstool/store.py | 110 +++++++++++++++++ .../resultstool/template/test_report_full_text.txt | 35 ++++++ scripts/resultstool | 92 ++++++++++++++ 10 files changed, 852 insertions(+) create mode 100644 meta/lib/oeqa/selftest/cases/resultstooltests.py create mode 100644 scripts/lib/resultstool/__init__.py create mode 100644 scripts/lib/resultstool/manualexecution.py create mode 100644 scripts/lib/resultstool/merge.py create mode 100644 scripts/lib/resultstool/regression.py create mode 100644 scripts/lib/resultstool/report.py create mode 100644 scripts/lib/resultstool/resultsutils.py create mode 100644 scripts/lib/resultstool/store.py create mode 100644 scripts/lib/resultstool/template/test_report_full_text.txt create mode 100755 scripts/resultstool -- 2.7.4 -- _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core