Searched refs:RPCException (Results 1 – 12 of 12) sorted by relevance
/external/autotest/frontend/afe/ |
D | moblab_rpc_interface.py | 110 raise error.RPCException('Empty config file name.') 112 raise error.RPCException('Config file already exists.') 195 raise error.RPCException('Shadow config file does not exist.') 224 raise error.RPCException('Boto key: %s does not exist!' % boto_key) 236 raise error.RPCException( 252 raise error.RPCException('Launch Control key: %s does not exist!' % 545 raise error.RPCException(update_error) 916 raise error.RPCException(error_text) 1031 raise error.RPCException('Could not parse test args.')
|
D | rpc_handler.py | 94 raise error.RPCException( 229 except error.RPCException as e:
|
D | rpc_interface.py | 637 raise error.RPCException('exclude_only_if_needed_labels is deprecated') 710 raise error.RPCException('exclude_only_if_needed_labels is deprecated') 2140 raise error.RPCException('Sharding only supports `board:.*` label.') 2147 raise error.RPCException( 2214 raise error.RPCException( 2277 raise error.RPCException('Server database is not enabled. Please try '
|
D | moblab_rpc_interface_unittest.py | 73 self.assertRaises(error.RPCException, 530 except moblab_rpc_interface.error.RPCException as e:
|
D | rpc_utils.py | 1091 new_exc = error.RPCException('RPC %s failed on shard %s due to ' 1134 raise error.RPCException('RPC: %s can only run on Moblab Systems!',
|
D | rpc_interface_unittest.py | 1778 with self.assertRaises(error.RPCException): 1808 self.assertRaises(error.RPCException, 1837 self.assertRaises(error.RPCException,
|
/external/autotest/server/cros/dynamic_suite/ |
D | frontend_wrappers.py | 87 blacklist = (ImportError, error.RPCException, proxy.JSONRPCException, 113 blacklist=[ImportError, error.RPCException, 169 blacklist=[ImportError, error.RPCException,
|
D | suite.py | 1026 except (error.RPCException, proxy.JSONRPCException): 1243 except (error.RPCException, proxy.JSONRPCException) as e:
|
D | suite_unittest.py | 839 error.RPCException('Expected during test'))
|
/external/autotest/client/common_lib/ |
D | error.py | 443 class RPCException(Exception): class 448 class NoEligibleHostException(RPCException): 452 class UnmodifiableLabelException(RPCException): 456 class UnmodifiableAttributeException(RPCException):
|
/external/autotest/frontend/afe/json_rpc/ |
D | proxy.py | 91 exceptions.RPCException.__subclasses__()):
|
/external/autotest/site_utils/ |
D | run_suite.py | 1759 error.RPCException, proxy.JSONRPCException) as e:
|