Home
last modified time | relevance | path

Searched refs:get_acl_groups (Results 1 – 2 of 2) sorted by relevance

/external/autotest/frontend/afe/doctests/
D001_rpc_test.txt186 >>> data = rpc_interface.get_acl_groups(name='my_group')
194 >>> data = rpc_interface.get_acl_groups()
299 >>> data = rpc_interface.get_acl_groups(hosts__hostname='host1')
308 >>> data = rpc_interface.get_acl_groups(name='my_group')
313 >>> data = rpc_interface.get_acl_groups(users__login='showard')
318 >>> data = rpc_interface.get_acl_groups(hosts__hostname='host1')
324 >>> data = rpc_interface.get_acl_groups(name='my_group')
327 >>> data = rpc_interface.get_acl_groups(users__login='showard')
332 >>> data = rpc_interface.get_acl_groups(hosts__hostname='host1')
590 >>> data = rpc_interface.get_acl_groups(name='Everyone')[0]
[all …]
/external/autotest/frontend/afe/
Drpc_interface.py834 def get_acl_groups(**filter_data): function