]> code.ossystems Code Review - openembedded-core.git/commit
oeqa.buildperf: implement BuildPerfTestRunner class
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Wed, 11 May 2016 11:42:32 +0000 (14:42 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 1 Jul 2016 15:08:50 +0000 (16:08 +0100)
commitbf90aecb7e150d6bfac7240286c797b79d26528b
tree99bb0103c43bd0690b0a2924d44b3c1501f6c7f6
parent15b44a484ce408b0a1acfb907e2b12ebc6cce296
oeqa.buildperf: implement BuildPerfTestRunner class

The new class is responsible for actually running the tests and
processing their results. This commit also adds a decorator function for
adding new tests. No automatic test discovery, at least yet.

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