Searched refs:test_results (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/scripts/lib/resulttool/ |
| H A D | manualexecution.py | 129 test_results = {} 140 test_results.update(test_result) 141 return configurations, result_id, self._get_write_dir(), test_results 216 …configurations, result_id, write_dir, test_results = testrunner.run_test(args.file, args.config_op… 218 resultjsonhelper.dump_testresult_file(write_dir, configurations, result_id, test_results)
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/core/ |
| H A D | runner.py | 348 test_results = self._get_existing_testresults_if_available(write_dir) 349 test_results[result_id] = {'configuration': configuration, 'result': test_result} 350 json_testresults = json.dumps(test_results, sort_keys=True, indent=4)
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/core/utils/ |
| H A D | concurrencytest.py | 30 from subunit.test_results import AutoTimingTestResultDecorator
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/bnxt/ |
| H A D | bnxt_ethtool.c | 3289 static int bnxt_run_fw_tests(struct bnxt *bp, u8 test_mask, u8 *test_results) in bnxt_run_fw_tests() argument 3300 *test_results = resp->test_success; in bnxt_run_fw_tests() 3317 u8 test_results = 0; in bnxt_self_test() local 3351 bnxt_run_fw_tests(bp, test_mask, &test_results); in bnxt_self_test() 3356 bnxt_run_fw_tests(bp, test_mask, &test_results); in bnxt_self_test() 3399 if ((test_mask & bit_val) && !(test_results & bit_val)) { in bnxt_self_test()
|