[OE-core] [QA][PATCH 0/6] Add LTP runtime support

Armin Kuster akuster808 at gmail.com
Mon Apr 22 12:32:37 UTC 2019


Yes I realize resulttool has pending patch so v2 will most likey be needed.

This allows for running ltp and the ltp compliance tests found in the 
manual test section. These have been structured so they can be scaled into smaller bits
if time is an issue or by function.

Tested on some Qemu and h/w.

Armin Kuster (6):
  resulttool: add ltp test support
  logparser: Add decoding ltp logs
  ltp: add runtime test
  resulttool: add LTP compliance section
  logparser: Add LTP compliance section
  ltp_compliance: add new runtime

 meta/lib/oeqa/runtime/cases/ltp.py                 | 124 +++++++++++++++++++++
 meta/lib/oeqa/runtime/cases/ltp_compliance.py      | 104 +++++++++++++++++
 meta/lib/oeqa/utils/logparser.py                   |  62 +++++++++++
 scripts/lib/resulttool/report.py                   |  83 +++++++++++++-
 .../resulttool/template/test_report_full_text.txt  |  34 ++++++
 5 files changed, 406 insertions(+), 1 deletion(-)
 create mode 100644 meta/lib/oeqa/runtime/cases/ltp.py
 create mode 100644 meta/lib/oeqa/runtime/cases/ltp_compliance.py

-- 
2.7.4



More information about the Openembedded-core mailing list