Home
last modified time | relevance | path

Searched refs:TestResult (Results 1 – 18 of 18) sorted by relevance

/openbmc/qemu/tests/qemu-iotests/
H A Dtestrunner.py100 class TestResult: class
116 def proc_run_test(test: str, test_field_width: int) -> TestResult:
231 def do_run_test(self, test: str) -> TestResult:
245 return TestResult(status='fail',
252 return TestResult(status='not run',
285 return TestResult(status='not run',
293 return TestResult(status='fail', elapsed=elapsed,
298 return TestResult(
313 return TestResult(status='fail', elapsed=elapsed,
318 return TestResult(status='pass', elapsed=elapsed,
[all …]
H A Diotests.py1595 unittest.TestResult.addSkip(self, test, reason)
1618 resultclass: Type[unittest.TestResult] = argument
/openbmc/linux/tools/testing/selftests/tc-testing/
H A DTdcResults.py11 class TestResult: class
65 if isinstance(result_data, TestResult):
H A Dtdc.py358 res = TestResult(tidx['id'], tidx['name'])
365 res = TestResult(tidx['id'], tidx['name'])
378 res = TestResult(tidx['id'], tidx['name'])
487 res = TestResult(tidx['id'], tidx['name'])
502 res = TestResult(tidx['id'], tidx['name'])
529 res = TestResult(tidx['id'], tidx['name'])
/openbmc/openbmc/poky/meta/recipes-support/libcheck/libcheck/
H A Dautomake-output.patch32 + TestResult *tr;
46 + tr = (TestResult *)obj;
/openbmc/linux/tools/testing/selftests/tc-testing/plugin-lib/
H A DvalgrindPlugin.py43 res = TestResult('{}-mem'.format(self.testidlist[xx]), 'Test skipped')
105 res = TestResult('{}-mem'.format(self.args.testid),
/openbmc/openbmc-test-automation/tools/ct_metrics/
H A Dgen_csv_results.py243 class TestResult(ResultVisitor): class
254 collect_data_obj = TestResult()
/openbmc/u-boot/tools/buildman/
H A Dbuildman.py37 result = unittest.TestResult()
H A Dbuildman37 result = unittest.TestResult()
/openbmc/u-boot/tools/dtoc/
H A Ddtoc54 result = unittest.TestResult()
H A Ddtoc.py54 result = unittest.TestResult()
H A Dtest_fdt.py525 result = unittest.TestResult()
H A Dtest_fdt525 result = unittest.TestResult()
/openbmc/u-boot/tools/binman/
H A Dbinman56 result = unittest.TestResult()
H A Dbinman.py56 result = unittest.TestResult()
/openbmc/u-boot/tools/patman/
H A Dpatman.py91 result = unittest.TestResult()
H A Dpatman91 result = unittest.TestResult()
/openbmc/openbmc/poky/meta/lib/oeqa/core/
H A Dcontext.py34 self.results = unittest.TestResult()