HomeSort by relevance Sort by last modified time
    Searched refs:exclude_only_if_needed_labels (Results 1 - 2 of 2) sorted by null

  /external/autotest/frontend/afe/
rpc_interface.py 630 def get_hosts(multiple_labels=(), exclude_only_if_needed_labels=False,
636 @param exclude_only_if_needed_labels: Deprecated. Raise error if it's True.
640 if exclude_only_if_needed_labels:
641 raise error.RPCException('exclude_only_if_needed_labels is deprecated')
644 exclude_only_if_needed_labels,
706 def get_num_hosts(multiple_labels=(), exclude_only_if_needed_labels=False,
713 if exclude_only_if_needed_labels:
714 raise error.RPCException('exclude_only_if_needed_labels is deprecated')
717 exclude_only_if_needed_labels,
    [all...]
rpc_utils.py 185 def get_host_query(multiple_labels, exclude_only_if_needed_labels,
188 @param exclude_only_if_needed_labels: Deprecated. By default it's false.
    [all...]

Completed in 1063 milliseconds