HomeSort by relevance Sort by last modified time
    Searched refs:RPCException (Results 1 - 12 of 12) sorted by null

  /external/autotest/server/cros/dynamic_suite/
frontend_wrappers.py 82 blacklist = (ImportError, error.RPCException, proxy.JSONRPCException,
108 blacklist=[ImportError, error.RPCException,
159 blacklist=[ImportError, error.RPCException,
suite.py     [all...]
suite_unittest.py     [all...]
  /external/autotest/frontend/afe/
moblab_rpc_interface.py 91 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!' %
rpc_handler.py 85 master. An RPCException will be raised if an RPC method from
94 raise error.RPCException(
229 except error.RPCException as e:
rpc_interface.py     [all...]
rpc_utils.py     [all...]
rpc_interface_unittest.py     [all...]
moblab_rpc_interface_unittest.py 73 self.assertRaises(error.RPCException,
  /external/autotest/frontend/afe/json_rpc/
proxy.py 86 exceptions.RPCException.__subclasses__()):
  /external/autotest/client/common_lib/
error.py 449 class RPCException(Exception):
454 class NoEligibleHostException(RPCException):
  /external/autotest/site_utils/
run_suite.py     [all...]

Completed in 909 milliseconds