Home
last modified time | relevance | path

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

/external/autotest/frontend/afe/
Dmoblab_rpc_interface.py102 raise error.RPCException('Empty config file name.')
104 raise error.RPCException('Config file already exists.')
187 raise error.RPCException('Shadow config file does not exist.')
216 raise error.RPCException('Boto key: %s does not exist!' % boto_key)
228 raise error.RPCException(
244 raise error.RPCException('Launch Control key: %s does not exist!' %
537 raise error.RPCException(update_error)
908 raise error.RPCException(error_text)
Drpc_handler.py94 raise error.RPCException(
229 except error.RPCException as e:
Drpc_interface.py641 raise error.RPCException('exclude_only_if_needed_labels is deprecated')
714 raise error.RPCException('exclude_only_if_needed_labels is deprecated')
2252 raise error.RPCException('Sharding only supports `board:.*` label.')
2259 raise error.RPCException(
2326 raise error.RPCException(
2389 raise error.RPCException('Server database is not enabled. Please try '
Dmoblab_rpc_interface_unittest.py73 self.assertRaises(error.RPCException,
530 except moblab_rpc_interface.error.RPCException as e:
Drpc_utils.py1091 new_exc = error.RPCException('RPC %s failed on shard %s due to '
1134 raise error.RPCException('RPC: %s can only run on Moblab Systems!',
Drpc_interface_unittest.py1772 with self.assertRaises(error.RPCException):
1802 self.assertRaises(error.RPCException,
1831 self.assertRaises(error.RPCException,
/external/autotest/client/common_lib/
Derror.py449 class RPCException(Exception): class
454 class NoEligibleHostException(RPCException):
458 class UnmodifiableLabelException(RPCException):
462 class UnmodifiableAttributeException(RPCException):
/external/autotest/server/cros/dynamic_suite/
Dfrontend_wrappers.py87 blacklist = (ImportError, error.RPCException, proxy.JSONRPCException,
113 blacklist=[ImportError, error.RPCException,
169 blacklist=[ImportError, error.RPCException,
Dsuite.py1139 except (error.RPCException, proxy.JSONRPCException):
1351 except (error.RPCException, proxy.JSONRPCException) as e:
Dsuite_unittest.py828 error.RPCException('Expected during test'))
/external/autotest/frontend/afe/json_rpc/
Dproxy.py91 exceptions.RPCException.__subclasses__()):
/external/autotest/site_utils/
Drun_suite.py1779 error.RPCException, proxy.JSONRPCException) as e: