Exemplo n.º 1
0
 def __init__(self, tc_conf, global_conf, ts_conf, factory):
     WifiBase.__init__(self, tc_conf, global_conf, ts_conf, factory)
     self._initial_time = None
     self._timeout = self.SET_DEFAULT_TIMEOUT_SECS
     self._wait_for = 1
     self._state_reached = False
     self._frequency = None
     self._silent_mode = False
Exemplo n.º 2
0
 def __init__(self, tc_conf, global_conf, ts_conf, factory):
     WifiBase.__init__(self, tc_conf, global_conf, ts_conf, factory)
     self._initial_time = None
     self._timeout = self.POWER_DEFAULT_TIMEOUT_SECS
     self._wait_for = 1
     self._state_reached = False
Exemplo n.º 3
0
 def __init__(self, tc_conf, global_conf, ts_conf, factory):
     WifiBase.__init__(self, tc_conf, global_conf, ts_conf, factory)
     self._initial_time = None
     self._wait_for = 1
     self._state_reached = False
     self._all_parameters_checked = False