OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rpc_client_lib
(Results
1 - 6
of
6
) sorted by null
/external/autotest/server/
frontend_unittest.py
15
from autotest_lib.frontend.afe import
rpc_client_lib
24
self.god.mock_up(
rpc_client_lib
, '
rpc_client_lib
')
41
rpc_client_lib
.get_proxy.expect_call(
frontend.py
24
from autotest_lib.frontend.afe import
rpc_client_lib
96
self.proxy =
rpc_client_lib
.get_proxy(rpc_server, headers=headers)
/external/autotest/cli/
rpc.py
6
from autotest_lib.frontend.afe import
rpc_client_lib
43
except
rpc_client_lib
.AuthError, s:
50
headers =
rpc_client_lib
.authorization_headers(self.username,
53
return
rpc_client_lib
.get_proxy(rpc_server, headers=headers)
rpc_unittest.py
11
from autotest_lib.frontend.afe import
rpc_client_lib
cli_mock.py
12
from autotest_lib.frontend.afe import
rpc_client_lib
51
self.god.stub_with(
rpc_client_lib
, 'authorization_headers',
/external/autotest/site_utils/admin/scripts/
cli2hbs.sh
36
cp -uv ${AUTOTEST_DIR}/frontend/afe/
rpc_client_lib
.py \
Completed in 59 milliseconds