Home
last modified time | relevance | path

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

/external/autotest/server/cros/dynamic_suite/
Dfrontend_wrappers.py57 blacklist = (ImportError, error.RPCException, proxy.JSONRPCException,
83 blacklist=[ImportError, error.RPCException,
118 blacklist=[ImportError, error.RPCException,
Dsuite.py867 except (error.RPCException, proxy.JSONRPCException) as e:
Dsuite_unittest.py785 error.RPCException('Expected during test'))
/external/autotest/frontend/afe/
Dsite_rpc_interface.py277 raise error.RPCException('RPC: %s can only run on Moblab Systems!',
316 raise error.RPCException('Shadow config file does not exist.')
339 raise error.RPCException('Boto key: %s does not exist!' % boto_key)
351 raise error.RPCException('Launch Control key: %s does not exist!' %
504 raise error.RPCException('Sharding only supports for `board:.*` '
569 raise error.RPCException('Server database is not enabled. Please try '
Dsite_rpc_interface_unittest.py336 self.assertRaises(error.RPCException,
Drpc_utils.py1228 new_exc = error.RPCException('RPC %s failed on shard %s due to '
/external/autotest/frontend/afe/json_rpc/
Dproxy.py85 exceptions.RPCException.__subclasses__()):
/external/autotest/client/common_lib/
Derror.py622 class RPCException(Exception): class
628 class NoEligibleHostException(RPCException):
/external/autotest/site_utils/
Drun_suite.py1510 error.RPCException, proxy.JSONRPCException) as e: