Searched refs:settings (Results 1 – 12 of 12) sorted by relevance
/tools/test/connectivity/acts/framework/acts/controllers/utils_lib/ssh/ |
D | formatter.py | 22 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 …]
|
D | connection.py | 72 def __init__(self, settings): argument 79 self._settings = settings
|
/tools/test/connectivity/acts/framework/acts/controllers/ap_lib/ |
D | hostapd_security.py | 79 settings = collections.OrderedDict() 81 settings['wpa'] = self.security_mode 83 settings['wpa_psk'] = self.password 85 settings['wpa_passphrase'] = self.password 88 settings['wpa_pairwise'] = self.wpa_cipher 89 settings['rsn_pairwise'] = self.wpa2_cipher 91 settings['wpa_pairwise'] = self.wpa_cipher 93 settings['rsn_pairwise'] = self.wpa2_cipher 96 settings['wpa_group_rekey'] = self.wpa_group_rekey 98 settings[ [all …]
|
/tools/test/connectivity/acts/framework/tests/ |
D | acts_test_ssh.py | 26 from acts.controllers.utils_lib.ssh import settings 34 self.settings = settings.SshSettings(SSH_HOST, SSH_USER) 41 conn = connection.SshConnection(self.settings) 52 conn = connection.SshConnection(self.settings) 64 bad_settings = settings.SshSettings(SSH_HOST, SSH_USER + 'BAD') 75 bad_settings = settings.SshSettings('BADHOSTNAME', SSH_USER)
|
D | acts_base_class_test.py | 983 settings=itrs,
|
/tools/test/connectivity/acts/tests/google/wifi/ |
D | WifiScannerTests.config | 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", "…
|
/tools/loganalysis/ |
D | .gitignore | 2 .settings
|
/tools/test/connectivity/acts/tests/google/power/tel/lab/temp/ |
D | iperf_server.py | 23 from acts.controllers.utils_lib.ssh import settings 202 self.ssh_settings = settings.from_config(config["ssh_config"])
|
/tools/repohooks/ |
D | README.md | 30 * 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. 97 A few keywords are recognized to pass down settings. These are **not**
|
/tools/test/connectivity/acts/framework/acts/controllers/ |
D | access_point.py | 33 from acts.controllers.utils_lib.ssh import settings 109 self.ssh_settings = settings.from_config(configs['ssh_config'])
|
D | iperf_server.py | 24 from acts.controllers.utils_lib.ssh import settings 256 self.ssh_settings = settings.from_config(config["ssh_config"])
|
D | android_device.py | 37 from acts.controllers.utils_lib.ssh import settings 250 ssh_settings = settings.from_config(ssh_config)
|