Home
last modified time | relevance | path

Searched refs:test_result (Results 1 – 9 of 9) sorted by relevance

/openbmc/u-boot/tools/patman/
H A Dcommand.py40 test_result = None variable
62 if test_result:
63 if hasattr(test_result, '__call__'):
64 result = test_result(pipe_list=pipe_list)
68 return test_result
/openbmc/openbmc/poky/scripts/lib/resulttool/
H A Dmanualexecution.py88 test_result = {}
111test_result.update({case['test']['@alias']: {'status': '%s' % res, 'log': '%s' % log_input}})
113 test_result.update({case['test']['@alias']: {'status': '%s' % res}})
116 return test_result
139 test_result = self._execute_test_steps(c)
140 test_results.update(test_result)
H A Dregression.py90 …t_has_at_least_one_matching_tag(test_result, tag_list) or test_name.startswith("ptestresult") for …
/openbmc/u-boot/tools/buildman/
H A Dfunc_test.py181 command.test_result = self._HandleCommand
229 command.test_result = None
240 command.test_result = None
249 command.test_result = command.CommandResult(return_code=1)
253 command.test_result = command.CommandResult(return_code=0)
/openbmc/openbmc/poky/meta/lib/oeqa/buildperf/
H A Dbase.py164 test_result = OrderedDict([('name', test.name),
171 test_result['message'] = str(test.err[1])
172 test_result['err_type'] = test.err[0].__name__
173 test_result['err_output'] = reason
175 test_result['message'] = reason
177 results['tests'][test.name] = test_result
/openbmc/qemu/tests/tcg/ppc64/
H A Dvsx_f2i_nan.c209 const int test_result = \ in DEFINE_VSX_ALL_EQ_FUNC()
212 if (unlikely(test_result == 0)) { \ in DEFINE_VSX_ALL_EQ_FUNC()
224 return test_result; \ in DEFINE_VSX_ALL_EQ_FUNC()
/openbmc/u-boot/arch/arm/mach-mvebu/serdes/a38x/
H A Dhigh_speed_env_spec.c796 u32 test_result = 0; in hws_serdes_topology_verify() local
831 test_result = WRONG_NUMBER_OF_UNITS; in hws_serdes_topology_verify()
834 test_result = UNIT_NUMBER_VIOLATION; in hws_serdes_topology_verify()
838 test_result = SERDES_ALREADY_IN_USE; in hws_serdes_topology_verify()
841 if (test_result == SERDES_ALREADY_IN_USE) { in hws_serdes_topology_verify()
846 } else if (test_result == WRONG_NUMBER_OF_UNITS) { in hws_serdes_topology_verify()
853 } else if (test_result == UNIT_NUMBER_VIOLATION) { in hws_serdes_topology_verify()
/openbmc/openbmc/poky/meta/lib/oeqa/core/
H A Drunner.py349 def dump_testresult_file(self, write_dir, configuration, result_id, test_result): argument
359 test_results[result_id] = {'configuration': configuration, 'result': test_result}
/openbmc/u-boot/tools/binman/
H A Dftest.py144 command.test_result = None
454 command.test_result = command.CommandResult()
458 command.test_result = None
1363 command.test_result = self._HandleGbbCommand
1398 command.test_result = self._HandleVblockCommand