Home
last modified time | relevance | path

Searched refs:runTests (Results 1 – 12 of 12) sorted by relevance

/openbmc/openbmc/poky/meta/lib/oeqa/core/tests/
H A Dtest_data.py25 results = tc.runTests()
39 results = tc.runTests()
52 self.assertEqual(True, tc.runTests().wasSuccessful())
H A Dtest_decorators.py123 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 Dtestsdk.py124 result = tc.runTests(processes=int(processes))
126 result = tc.runTests()
H A Dtestmetaidesupport.py40 results = tc.runTests()
/openbmc/openbmc/poky/meta/lib/oeqa/core/
H A Dcontext.py81 def runTests(self, processes=None, skips=[]): member in OETestContext
225 rc = self.tc.runTests(**self.tc_kwargs['run'])
H A DREADME28 loadTests and runTests of certain Test component and
/openbmc/openbmc/poky/meta/lib/oeqa/sdkext/
H A Dtestsdk.py91 result = tc.runTests()
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/
H A Dcontext.py171 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 Drunexported.py123 tc.runTests()
H A Doetest.py336 def runTests(self): member in TestContext
/openbmc/openbmc/poky/scripts/
H A Dyocto-check-layer42 return tc.runTests()
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dtestimage.bbclass372 results = tc.runTests()