In order to the test cases be recognized and executed as part of the suite they need to be in the same context of selftest hence be an instance of oeSelftest.
On 15 November 2016 at 16:24, <jose.perez.carranza@linux.intel.com> wrote:
+class TestPackagesFilterOutSystem(oeSelfTest):
As the tests don't need anything special that oeSelfTest provides, can they remain as testcase.TestCase instances? There's a lot of complication from oeSelfTest that isn't required.
Ross