Home
last modified time | relevance | path

Searched refs:wasSuccessful (Results 1 – 14 of 14) sorted by relevance

/openbmc/openbmc/poky/meta/lib/oeqa/core/tests/
H A Dtest_data.py26 self.assertFalse(results.wasSuccessful())
40 self.assertFalse(results.wasSuccessful())
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/core/
H A Drunner.py88 if self.wasSuccessful():
234 def wasSuccessful(self): member in OETestResult
240 return not self.wasSuccessful() or len(self.expectedFailures)
243 def wasSuccessful(self): member in OEListTestsResult
/openbmc/openbmc/poky/scripts/
H A Doe-selftest48 ret = 0 if results.wasSuccessful() else 1
H A Dyocto-check-layer232 results_status[layer['name']] = 'PASS' if results[layer['name']].wasSuccessful() else 'FAIL'
242 if not results[layer_name] or not results[layer_name].wasSuccessful():
H A Doe-test64 ret = 0 if results.wasSuccessful() else 1
H A Doe-build-perf-test208 if result.wasSuccessful():
/openbmc/openbmc/poky/meta/lib/oeqa/sdk/
H A Dtestmetaidesupport.py44 if (not results) or (not results.wasSuccessful()):
H A Dtestsdk.py135 if not result.wasSuccessful():
/openbmc/openbmc/poky/meta/lib/oeqa/sdkext/
H A Dtestsdk.py100 if not result.wasSuccessful():
/openbmc/openbmc/poky/meta/lib/oeqa/core/utils/
H A Dconcurrencytest.py112 def wasSuccessful(self): member in ProxyTestResult
288 if newbuilddir and unittest_result.wasSuccessful():
/openbmc/qemu/tests/functional/qemu_test/
H A Dtestcase.py90 sys.exit(not res.result.wasSuccessful())
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/
H A Dcontext.py50 if newbuilddir and ret.wasSuccessful() and self.removefunc:
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dtestimage.bbclass403 if not results.wasSuccessful():