HomeSort by relevance Sort by last modified time
    Searched full:configuration_success (Results 1 - 4 of 4) sorted by null

  /external/autotest/server/cros/ap_configurators/
ap_cartridge.py 50 configurator.configuration_success = ap_constants.PDU_FAIL
57 configurator.configuration_success = ap_constants.CONFIG_FAIL
ap_configurator.py 52 def configuration_success(self): member in class:APConfiguratorAbstract
57 @configuration_success.setter
58 def configuration_success(self, value): member in class:APConfiguratorAbstract
91 self.configuration_success = ap_constants.PDU_FAIL
dynamic_ap_configurator.py 216 Note that if configuration_success returns CONFIG_SUCCESS this will
759 self.configuration_success = ap_constants.CONFIG_FAIL
799 # configuration_success bit. The reason is
811 self.configuration_success = ap_constants.CONFIG_SUCCESS
856 if self.configuration_success != ap_constants.PDU_FAIL:
  /external/autotest/server/cros/network/
chaos_clique_utils.py 222 ap.configuration_success = ap_constants.PDU_FAIL
223 if (ap.configuration_success == ap_constants.PDU_FAIL):
227 elif (ap.configuration_success == ap_constants.CONFIG_FAIL):

Completed in 193 milliseconds