Searched refs:settings (Results 1 – 25 of 26) sorted by relevance
12
22 def format_ssh_executable(self, settings): argument33 return settings.executable35 def format_host_name(self, settings): argument46 return '%s@%s' % (settings.username, settings.hostname)103 settings, argument121 options = settings.construct_ssh_options()126 flags = settings.construct_ssh_flags()132 host_name = self.format_host_name(settings)133 executable = self.format_ssh_executable(settings)141 settings, argument[all …]
39 settings = collections.OrderedDict()40 settings['bss'] = self.name42 settings['bssid'] = self.bssid44 settings['ssid'] = self.ssid45 settings['ignore_broadcast_ssid'] = 1 if self.hidden else 050 settings[k] = v52 return settings
49 def generate_test_name(settings): argument60 if cap in settings['n_capabilities']:62 return '%s_%s_%s_%s' % (settings['frequency'], settings['chbw'],63 settings['security'], ''.join(ret))219 settings=test_list,238 settings=test_list,257 settings=test_list,276 settings=test_list,295 settings=test_list,314 settings=test_list,[all …]
91 def generate_test_name(settings): argument101 chbw = settings['chbw']102 sec = 'wpa2' if settings['security'] else 'open'105 if cap in settings['ac_capabilities']:216 settings=test_list,232 settings=test_list,249 settings=test_list,265 settings=test_list,281 settings=test_list,298 settings=test_list,[all …]
4 …"radio0": {"settings": {"channel": 1}, "wifi-iface" : [{"ssid": "Test_1", "key": "hahahaha", "encr…6 …"radio1": {"settings": {"channel": 40}, "wifi-iface" : [{"ssid": "Test_40", "key": "hahahaha", "en…10 …"radio0": {"settings": {"channel": 6}, "wifi-iface" : [{"ssid": "Test_6", "key": "hahahaha", "encr…12 …"radio1": {"settings": {"channel": 40}, "wifi-iface" : [{"ssid": "Test_40", "key": "hahahaha", "en…16 …"radio0": {"settings": {"channel": 10}, "wifi-iface" : [{"ssid": "Test_10", "key": "hahahaha", "en…18 …"radio1": {"settings": {"channel": 44}, "wifi-iface" : [{"ssid": "Test_44", "key": "hahahaha", "en…22 …"radio0": {"settings": {"channel": 11}, "wifi-iface" : [{"ssid": "Test_11", "key": "hahahaha", "en…24 …"radio1": {"settings": {"channel": 149}, "wifi-iface" : [{"ssid": "Test_149", "key": "hahahaha", "…
115 ssh.settings.from_config(self.RemoteServer[0]['ssh_config']))
71 ssh.settings.from_config(self.RemoteServer[0]['ssh_config']))
78 ssh.settings.from_config(self.RemoteServer[0]['ssh_config']))
150 ssh.settings.from_config(self.RemoteServer[0]['ssh_config']))
75 ssh.settings.from_config(self.RemoteServer[0]['ssh_config']))
39 from acts.controllers.utils_lib.ssh import settings185 self.ssh_settings = settings.from_config(configs['ssh_config'])775 for settings in hostapd_configs:776 if type(settings) == hostapd_config.HostapdConfig:777 config = settings781 elif type(settings) == dict:782 config = settings['hostapd_config']783 setup_bridge = settings.get('setup_bridge', False)784 additional_parameters = settings.get('additional_parameters',
32 from acts.controllers.utils_lib.ssh import settings177 self._ssh_settings = settings.from_config(ssh_config)
26 from acts.controllers.utils_lib.ssh import settings102 self.ssh_settings = settings.from_config(configs['ssh_config'])
30 from acts.controllers.utils_lib.ssh import settings428 self.ssh_settings = settings.from_config(ssh_config)
13 from acts.controllers.utils_lib.ssh import settings107 self.ssh_settings = settings.from_config(config["ssh_config"])
41 from acts.controllers.utils_lib.ssh import settings267 ssh_settings = settings.from_config(ssh_config)
29 // Version number of current carrier’s settings44 // A collection of multiple carriers’ settings128 // Whether visible in APN settings.130 // Whether editable in APN settings.
30 * Repo project-wide settings (e.g. all of AOSP). These set up defaults for all32 * Project-local settings (e.g. a single .git repo). These control settings for48 settings on top.53 in subdirectories (to try and override parent settings) is not supported.58 # Per-project `repo upload` hook settings.100 A few keywords are recognized to pass down settings. These are **not**234 This section can only be added to the repo project-wide settings
1 # Project-wide Gradle settings.
19 .settings/
417 settings,421 new_settings = copy.deepcopy(settings)
META-INF/ META-INF/MANIFEST.MF META-INF/maven/ META- ...
29 from acts.controllers.utils_lib.ssh import settings555 ssh_settings = settings.from_config(ssh_config)951 ssh_settings = settings.from_config(fping_params["ssh_config"])
635 settings, argument672 for setting in settings:
242 ssh.settings.from_config(self.ssh_config))