Home
last modified time | relevance | path

Searched refs:ShellError (Results 1 – 13 of 13) sorted by relevance

/external/autotest/client/cros/faft/utils/
Dshell_wrapper.py11 class ShellError(Exception): class
54 raise ShellError('command %s failed (code: %d)' %
136 raise ShellError('command %s failed (code: %d)' %
148 raise ShellError('Somthing wrong on getting status: %r' % lines)
/external/autotest/client/virt/
Daexpect.py226 class ShellError(Exception): class
237 class ShellTimeoutError(ShellError):
243 class ShellProcessTerminatedError(ShellError):
247 ShellError.__init__(self, cmd, output)
256 class ShellCmdError(ShellError):
260 ShellError.__init__(self, cmd, output)
268 class ShellStatusError(ShellError):
1235 raise ShellError(cmd, o)
1265 except ShellError:
Dvirt_test_utils.py588 except aexpect.ShellError:
/external/autotest/client/tests/kvm/tests/
Dcdrom.py119 except aexpect.ShellError:
156 except aexpect.ShellError:
180 except aexpect.ShellError:
Dpci_hotplug.py192 except aexpect.ShellError, e:
/external/autotest/client/virt/tests/
Diofuzz.py38 except aexpect.ShellError, e:
53 except aexpect.ShellError, e:
Dmulticast.py28 except aexpect.ShellError, e:
Dnetperf.py42 except aexpect.ShellError:
Dnetstress_kill_guest.py69 except aexpect.ShellError:
/external/chromium-trace/catapult/devil/devil/utils/
Dmock_calls_test.py52 def ShellError(self): member in TestCaseWithAssertCallsTest
129 self.call.adb.Shell('echo hello'), self.ShellError()):
/external/chromium-trace/catapult/devil/devil/android/
Ddevice_utils_test.py161 def ShellError(self, output=None, status=1): member in DeviceUtilsTest
265 with self.assertCall(self.call.adb.Shell('ls /root'), self.ShellError()):
394 self.ShellError()):
467 (self.call.adb.Shell('test -d /fake/storage/path'), self.ShellError()),
470 (self.call.adb.Shell('test -d /fake/storage/path'), self.ShellError()),
879 with self.assertCall(self.call.adb.Shell(cmd), self.ShellError(output)):
886 with self.assertCall(self.call.adb.Shell(cmd), self.ShellError(output)):
907 with self.assertCall(self.call.adb.Shell(cmd), self.ShellError('')):
916 (self.call.adb.Shell(cmd), self.ShellError('', None)),
1531 self.ShellError()):
[all …]
Dbattery_utils_test.py73 def ShellError(self, output=None, status=1): member in BatteryUtilsTest
410 self.ShellError()),
412 self.ShellError())):
/external/autotest/server/cros/faft/utils/
Dmode_switcher.py586 except shell_wrapper.ShellError:
616 except shell_wrapper.ShellError: