]> code.ossystems Code Review - openembedded-core.git/commit
oeqa.buildperf: introduce runCmd2()
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Wed, 29 Jun 2016 16:45:41 +0000 (19:45 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 17 Aug 2016 09:35:23 +0000 (10:35 +0100)
commit09590ac76a19ee1b1b4a9188f7fce5029f0de52a
tree3db70958e7e61640c6a810ada19fbfad2029510f
parent249d99cd7ec00b3227c194eb4b9b21ea4dcb7315
oeqa.buildperf: introduce runCmd2()

Special runCmd() for build perf tests which doesn't raise an
AssertionError when the command fails. This causes command failures to
be detected as test errors instead of test failures. This way "failed"
state of tests is reserved for future making it possible to set e.g.
thresholds for certain measurement results.

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