Home
last modified time | relevance | path

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

/external/autotest/server/cros/ap_configurators/
Dap_configurator_factory.py168 def _get_aps_by_lab_location(self, want_chamber_aps, ap_list): argument
198 if want_chamber_aps and ap.host_name in chamber_aps:
201 if not want_chamber_aps and ap.host_name not in chamber_aps:
206 def _get_ds_aps_by_lab_location(self, want_chamber_aps, ap_list): argument
242 if want_chamber_aps and ap.host_name in chamber_aps:
245 if not want_chamber_aps and ap.host_name not in chamber_aps: