Searched refs:error_list (Results 1 – 3 of 3) sorted by relevance
189 curve_analysis = 'Failed' if result.error_list else 'Success'221 if result.error_list:223 for error in result.error_list:
55 self.error_list = [] # type: list[str]114 … self.error_list.append('[Error][fall to 0][{}][att: {}][rssi: {}]: 0 throughput interval: {}-{}'122 self.error_list.append('[Error][Fatal][{}][att: {}][rssi: {}]: No throughput data found'150 self.error_list.append('[Error][Bad point][{}][{}: {}]: drop {:.02f}%'220 'Fail' if self.error_list else 'Success')
227 def print_warning(error_list, error_code): argument232 for e in error_list: