Home | History | Annotate | Download | only in deployment

Lines Matching refs:exception

211         raise Exception('No answer to ping from Servo host')
213 raise Exception('No answer to ssh from Servo host')
232 raise Exception('No USB stick detected on Servo host')
271 except Exception as e:
272 logging.exception('Failed to lock: %s', e)
289 except Exception as e:
290 logging.exception('Failed to unlock: %s', e)
322 raise Exception('DUT failed to boot in dev mode for '
360 logging.exception('Failed to install: %s', e)
361 raise Exception('chromeos-install failed')
389 raise Exception('Failed to lock host')
393 raise Exception('Host is in use, and failed to unlock it')
394 raise Exception('Host is in use by Autotest')
400 except Exception as e:
407 raise Exception('Failed to unlock after successful install')
421 raise Exception('Failed to add host to AFE')
428 Exception('Failed to add labels to host')
454 except Exception as e:
455 logging.exception('Original exception: %s', e)