Searched refs:RPCException (Results 1 – 12 of 12) sorted by relevance
/external/autotest/server/cros/dynamic_suite/ |
D | frontend_wrappers.py | 82 blacklist = (ImportError, error.RPCException, proxy.JSONRPCException, 108 blacklist=[ImportError, error.RPCException, 159 blacklist=[ImportError, error.RPCException,
|
D | suite.py | 1107 except (error.RPCException, proxy.JSONRPCException): 1307 except (error.RPCException, proxy.JSONRPCException) as e:
|
D | suite_unittest.py | 856 error.RPCException('Expected during test'))
|
/external/autotest/frontend/afe/ |
D | 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!' %
|
D | rpc_handler.py | 94 raise error.RPCException( 229 except error.RPCException as e:
|
D | rpc_interface.py | 2025 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 '
|
D | rpc_utils.py | 1073 new_exc = error.RPCException('RPC %s failed on shard %s due to ' 1116 raise error.RPCException('RPC: %s can only run on Moblab Systems!',
|
D | moblab_rpc_interface_unittest.py | 73 self.assertRaises(error.RPCException,
|
D | rpc_interface_unittest.py | 1249 with self.assertRaises(error.RPCException): 1392 self.assertRaises(error.RPCException, 1421 self.assertRaises(error.RPCException,
|
/external/autotest/client/common_lib/ |
D | error.py | 449 class RPCException(Exception): class 454 class NoEligibleHostException(RPCException):
|
/external/autotest/frontend/afe/json_rpc/ |
D | proxy.py | 86 exceptions.RPCException.__subclasses__()):
|
/external/autotest/site_utils/ |
D | run_suite.py | 1653 error.RPCException, proxy.JSONRPCException) as e:
|