Home
last modified time | relevance | path

Searched refs:supported_operations (Results 1 – 3 of 3) sorted by relevance

/external/autotest/client/common_lib/cros/fake_device_server/
Dcommon_util.py48 def parse_common_args(args_tuple, kwargs, supported_operations=set()): argument
77 if not supported_operations:
81 elif not operation in supported_operations:
Dcommon_util_unittest.py53 dict(key=key), supported_operations=set(['boogity']))
Dregistration_tickets.py127 args, kwargs, supported_operations=set(['finalize']))