Searched refs:CommandTimeoutError (Results 1 – 13 of 13) sorted by relevance
36 with self.assertRaises(device_errors.CommandTimeoutError):82 with self.assertRaises(device_errors.CommandTimeoutError) as e:128 with self.assertRaises(device_errors.CommandTimeoutError):135 with self.assertRaises(device_errors.CommandTimeoutError):182 with self.assertRaises(device_errors.CommandTimeoutError) as e:197 with self.assertRaises(device_errors.CommandTimeoutError):223 with self.assertRaises(device_errors.CommandTimeoutError) as e:284 with self.assertRaises(device_errors.CommandTimeoutError):325 with self.assertRaises(device_errors.CommandTimeoutError) as e:
59 raise device_errors.CommandTimeoutError(str(e)), None, (62 raise device_errors.CommandTimeoutError(str(e), output=e.output), None, (
79 xml_docs.append(device_errors.CommandTimeoutError('Timed out!'))190 with self.assertRaises(device_errors.CommandTimeoutError):
149 class CommandTimeoutError(base_error.BaseError): class152 super(CommandTimeoutError, self).__init__(message, is_infra_error)
25 device_errors.CommandTimeoutError,
37 original = device_errors.CommandTimeoutError(
221 return mock.Mock(side_effect=device_errors.CommandTimeoutError(627 with self.assertRaises(device_errors.CommandTimeoutError):649 with self.assertRaises(device_errors.CommandTimeoutError):670 with self.assertRaises(device_errors.CommandTimeoutError):695 with self.assertRaises(device_errors.CommandTimeoutError):1722 with self.assertRaises(device_errors.CommandTimeoutError):2448 with self.assertRaises(device_errors.CommandTimeoutError):
66 CommandTimeoutError on timeout.83 CommandTimeoutError on timeout.99 CommandTimeoutError on timeout.114 CommandTimeoutError on timeout.131 CommandTimeoutError on timeout.149 CommandTimeoutError on timeout.241 CommandTimeoutError if one of the component waits times out.258 CommandTimeoutError on timeout.280 CommandTimeoutError if the installation times out.305 CommandTimeoutError if the installation times out.[all …]
72 except (device_errors.CommandTimeoutError,80 except device_errors.CommandTimeoutError:99 except device_errors.CommandTimeoutError:114 except device_errors.CommandTimeoutError:
165 except device_errors.CommandTimeoutError:173 except device_errors.CommandTimeoutError:
144 except device_errors.CommandTimeoutError:
49 except device_errors.CommandTimeoutError:90 except device_errors.CommandTimeoutError:
173 except device_errors.CommandTimeoutError: