]> code.ossystems Code Review - openembedded-core.git/commit
oeqa.buildperf: derive BuildPerfTestCase class from unitest.TestCase
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Mon, 27 Jun 2016 12:05:10 +0000 (15:05 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 17 Aug 2016 09:35:17 +0000 (10:35 +0100)
commitb0b434210a3dbd576f68344e29b8c20d18561099
tree3956c77b985f2a2b129ba7bcd4d123c57528eca5
parent56e455cf4b42ff4db36debd342bcb03c5199ba52
oeqa.buildperf: derive BuildPerfTestCase class from unitest.TestCase

Rename BuildPerfTest to BuildPerfTestCase and convert it to be derived
from TestCase class from the unittest framework of the Python standard
library. This doesn't work with our existing testcases or test runner
class and these need to be modified, too.

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