Searched refs:runTests (Results 1 – 12 of 12) sorted by relevance
| /openbmc/openbmc/poky/meta/lib/oeqa/core/tests/ |
| H A D | test_data.py | 25 results = tc.runTests() 39 results = tc.runTests() 52 self.assertEqual(True, tc.runTests().wasSuccessful())
|
| H A D | test_decorators.py | 123 self.assertTrue(tc.runTests().wasSuccessful(), msg=msg) 132 self.assertFalse(tc.runTests().wasSuccessful(), msg=msg) 140 self.assertTrue(tc.runTests().wasSuccessful(), msg=msg)
|
| /openbmc/openbmc/poky/meta/lib/oeqa/sdk/ |
| H A D | testsdk.py | 124 result = tc.runTests(processes=int(processes)) 126 result = tc.runTests()
|
| H A D | testmetaidesupport.py | 40 results = tc.runTests()
|
| /openbmc/openbmc/poky/meta/lib/oeqa/core/ |
| H A D | context.py | 81 def runTests(self, processes=None, skips=[]): member in OETestContext 225 rc = self.tc.runTests(**self.tc_kwargs['run'])
|
| H A D | README | 28 loadTests and runTests of certain Test component and
|
| /openbmc/openbmc/poky/meta/lib/oeqa/sdkext/ |
| H A D | testsdk.py | 91 result = tc.runTests()
|
| /openbmc/openbmc/poky/meta/lib/oeqa/selftest/ |
| H A D | context.py | 171 def runTests(self, processes=None, machine=None, skips=[]): member in OESelftestTestContext 172 return super(OESelftestTestContext, self).runTests(processes, skips) 403 rc = self.tc.runTests(**self.tc_kwargs['run'])
|
| /openbmc/openbmc/poky/meta/lib/oeqa/ |
| H A D | runexported.py | 123 tc.runTests()
|
| H A D | oetest.py | 336 def runTests(self): member in TestContext
|
| /openbmc/openbmc/poky/scripts/ |
| H A D | yocto-check-layer | 42 return tc.runTests()
|
| /openbmc/openbmc/poky/meta/classes-recipe/ |
| H A D | testimage.bbclass | 372 results = tc.runTests()
|