]> code.ossystems Code Review - openembedded-core.git/commit
oeqa.buildperf: add BuildPerfTestResult class
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Wed, 29 Jun 2016 16:28:31 +0000 (19:28 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 17 Aug 2016 09:35:20 +0000 (10:35 +0100)
commit89eb37ef1ef8d5deb87fd55c9ea7b2cfa2681b07
tree1669edd0c5472e565acfbfdc159d35333abcb1b8
parentb281c4a49b0df1de9b3137efb8ff50744e06c48d
oeqa.buildperf: add BuildPerfTestResult class

The new class is derived from unittest.TextTestResult class. It is
actually implemented by modifying the old BuildPerfTestRunner class
which, in turn, is replaced by a totally new simple implementation
derived from unittest.TestRunner.

Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/lib/oeqa/buildperf/__init__.py
meta/lib/oeqa/buildperf/base.py
scripts/oe-build-perf-test