Home
last modified time | relevance | path

Searched refs:RPCException (Results 1 – 12 of 12) sorted by relevance

/external/autotest/server/cros/dynamic_suite/
Dfrontend_wrappers.py82 blacklist = (ImportError, error.RPCException, proxy.JSONRPCException,
108 blacklist=[ImportError, error.RPCException,
159 blacklist=[ImportError, error.RPCException,
Dsuite.py1107 except (error.RPCException, proxy.JSONRPCException):
1307 except (error.RPCException, proxy.JSONRPCException) as e:
Dsuite_unittest.py856 error.RPCException('Expected during test'))
/external/autotest/frontend/afe/
Dmoblab_rpc_interface.py91 raise error.RPCException('Empty config file name.')
93 raise error.RPCException('Config file already exists.')
176 raise error.RPCException('Shadow config file does not exist.')
205 raise error.RPCException('Boto key: %s does not exist!' % boto_key)
217 raise error.RPCException(
233 raise error.RPCException('Launch Control key: %s does not exist!' %
Drpc_handler.py94 raise error.RPCException(
229 except error.RPCException as e:
Drpc_interface.py2025 raise error.RPCException('Sharding only supports `board:.*` label.')
2032 raise error.RPCException(
2099 raise error.RPCException(
2174 raise error.RPCException('Server database is not enabled. Please try '
Drpc_utils.py1073 new_exc = error.RPCException('RPC %s failed on shard %s due to '
1116 raise error.RPCException('RPC: %s can only run on Moblab Systems!',
Dmoblab_rpc_interface_unittest.py73 self.assertRaises(error.RPCException,
Drpc_interface_unittest.py1249 with self.assertRaises(error.RPCException):
1392 self.assertRaises(error.RPCException,
1421 self.assertRaises(error.RPCException,
/external/autotest/client/common_lib/
Derror.py449 class RPCException(Exception): class
454 class NoEligibleHostException(RPCException):
/external/autotest/frontend/afe/json_rpc/
Dproxy.py86 exceptions.RPCException.__subclasses__()):
/external/autotest/site_utils/
Drun_suite.py1653 error.RPCException, proxy.JSONRPCException) as e: