Home
last modified time | relevance | path

Searched refs:settings (Results 1 – 25 of 26) sorted by relevance

12

/tools/test/connectivity/acts/framework/acts/controllers/utils_lib/ssh/
Dformatter.py22 def format_ssh_executable(self, settings): argument
33 return settings.executable
35 def format_host_name(self, settings): argument
46 return '%s@%s' % (settings.username, settings.hostname)
103 settings, argument
121 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 …]
/tools/test/connectivity/acts/framework/acts/controllers/ap_lib/
Dhostapd_bss_settings.py39 settings = collections.OrderedDict()
40 settings['bss'] = self.name
42 settings['bssid'] = self.bssid
44 settings['ssid'] = self.ssid
45 settings['ignore_broadcast_ssid'] = 1 if self.hidden else 0
50 settings[k] = v
52 return settings
/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/compliance/
DWlanPhyCompliance11NTest.py49 def generate_test_name(settings): argument
60 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 …]
DWlanPhyCompliance11ACTest.py91 def generate_test_name(settings): argument
101 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 …]
/tools/test/connectivity/acts_tests/tests/google/wifi/
DWifiScannerTests.config4 …"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", "…
DWifiThroughputStabilityTest.py115 ssh.settings.from_config(self.RemoteServer[0]['ssh_config']))
DWifiRoamingPerformanceTest.py71 ssh.settings.from_config(self.RemoteServer[0]['ssh_config']))
DWifiPingTest.py78 ssh.settings.from_config(self.RemoteServer[0]['ssh_config']))
DWifiSensitivityTest.py150 ssh.settings.from_config(self.RemoteServer[0]['ssh_config']))
DWifiRvrTest.py75 ssh.settings.from_config(self.RemoteServer[0]['ssh_config']))
/tools/test/connectivity/acts/framework/acts/controllers/
Daccess_point.py39 from acts.controllers.utils_lib.ssh import settings
185 self.ssh_settings = settings.from_config(configs['ssh_config'])
775 for settings in hostapd_configs:
776 if type(settings) == hostapd_config.HostapdConfig:
777 config = settings
781 elif type(settings) == dict:
782 config = settings['hostapd_config']
783 setup_bridge = settings.get('setup_bridge', False)
784 additional_parameters = settings.get('additional_parameters',
Diperf_client.py32 from acts.controllers.utils_lib.ssh import settings
177 self._ssh_settings = settings.from_config(ssh_config)
Dpacket_capture.py26 from acts.controllers.utils_lib.ssh import settings
102 self.ssh_settings = settings.from_config(configs['ssh_config'])
Diperf_server.py30 from acts.controllers.utils_lib.ssh import settings
428 self.ssh_settings = settings.from_config(ssh_config)
Dopenwrt_ap.py13 from acts.controllers.utils_lib.ssh import settings
107 self.ssh_settings = settings.from_config(config["ssh_config"])
Dandroid_device.py41 from acts.controllers.utils_lib.ssh import settings
267 ssh_settings = settings.from_config(ssh_config)
/tools/carrier_settings/proto/
Dcarrier_settings.proto29 // Version number of current carrier’s settings
44 // A collection of multiple carriers’ settings
128 // Whether visible in APN settings.
130 // Whether editable in APN settings.
/tools/repohooks/
DREADME.md30 * Repo project-wide settings (e.g. all of AOSP). These set up defaults for all
32 * Project-local settings (e.g. a single .git repo). These control settings for
48 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
/tools/trebuchet/
Dgradle.properties1 # Project-wide Gradle settings.
D.gitignore19 .settings/
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/wifi_retail_ap/
D__init__.py417 settings,
421 new_settings = copy.deepcopy(settings)
/tools/tradefederation/prebuilts/filegroups/tradefed/
Dtradefed-test-framework.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META- ...
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/coex/
Dcoex_test_utils.py29 from acts.controllers.utils_lib.ssh import settings
555 ssh_settings = settings.from_config(ssh_config)
951 ssh_settings = settings.from_config(fping_params["ssh_config"])
/tools/test/connectivity/acts/framework/acts/
Dbase_test.py635 settings, argument
672 for setting in settings:
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/
Dota_sniffer.py242 ssh.settings.from_config(self.ssh_config))

12