Searched refs:test_result (Results 1 – 4 of 4) sorted by relevance
41 test_result = None variable63 if test_result:64 if hasattr(test_result, '__call__'):65 return test_result(pipe_list=pipe_list)66 return test_result
183 command.test_result = self._HandleCommand231 command.test_result = None239 command.test_result = None248 command.test_result = command.CommandResult(return_code=1)252 command.test_result = command.CommandResult(return_code=0)
795 u32 test_result = 0; in hws_serdes_topology_verify() local830 test_result = WRONG_NUMBER_OF_UNITS; in hws_serdes_topology_verify()833 test_result = UNIT_NUMBER_VIOLATION; in hws_serdes_topology_verify()837 test_result = SERDES_ALREADY_IN_USE; in hws_serdes_topology_verify()840 if (test_result == SERDES_ALREADY_IN_USE) { in hws_serdes_topology_verify()845 } else if (test_result == WRONG_NUMBER_OF_UNITS) { in hws_serdes_topology_verify()852 } else if (test_result == UNIT_NUMBER_VIOLATION) { in hws_serdes_topology_verify()
97 command.test_result = None280 command.test_result = command.CommandResult()284 command.test_result = None