Home
last modified time | relevance | path

Searched refs:req_params (Results 1 – 25 of 85) sorted by relevance

1234

/tools/test/connectivity/acts/tests/google/net/
DCoreNetworkingOTATest.py47 req_params = dir(VPN_PARAMS)
48 req_params = [x for x in req_params if not x.startswith('__')]
49 req_params.extend(["download_file", "file_size"])
50 self.unpack_userparams(req_params)
DUsbTetheringTest.py23 req_params = ("wifi_network",)
24 self.unpack_userparams(req_params)
/tools/test/connectivity/acts/tests/google/wifi/
DSetupWifiNetworkTest.py84 req_params = [
90 req_param_names=req_params, opt_param_names=opt_params)
97 req_params = [
103 req_param_names=req_params, opt_param_names=opt_params)
DWifiTethering5GOpenOTATest.py39 req_params = ("wifi_hotspot_open", )
40 self.unpack_userparams(req_params)
DWifiTethering5GPskOTATest.py39 req_params = ("wifi_hotspot_psk", )
40 self.unpack_userparams(req_params)
DWifiTethering2GOpenOTATest.py39 req_params = ("wifi_hotspot_open", )
40 self.unpack_userparams(req_params)
DWifiTethering2GPskOTATest.py39 req_params = ("wifi_hotspot_psk", )
40 self.unpack_userparams(req_params)
DWifiDiagnosticsTest.py49 req_params = []
52 req_param_names=req_params, opt_param_names=opt_param)
DWifiHiddenSSIDTest.py46 req_params = []
50 req_param_names=req_params, opt_param_names=opt_param)
DWifiWpa3OweTest.py49 req_params = ["owe_networks", "wpa3_personal"]
52 req_param_names=req_params, opt_param_names=opt_param)
/tools/test/connectivity/acts/tests/google/coex/performance_tests/
DWlanStandalonePerformanceTest.py27 req_params = ['standalone_params']
28 self.unpack_userparams(req_params)
DCoexBasicPerformanceTest.py28 req_params = [
34 self.unpack_userparams(req_params)
DWlanWithHfpPerformanceTest.py34 req_params = ["sim_conf_file"]
35 self.unpack_userparams(req_params)
DWlanWithA2dpPerformanceTest.py34 req_params = ['standalone_params', 'dut', 'music_file']
35 self.unpack_userparams(req_params)
/tools/test/connectivity/acts/tests/google/power/bt/
DPowerBLEscanTest.py30 req_params = ['scan_modes', 'scan_duration']
31 self.unpack_userparams(req_params)
DPowerBLEadvertiseTest.py30 req_params = ['adv_modes', 'adv_power_levels', 'adv_duration']
31 self.unpack_userparams(req_params)
DPowerBTa2dpTest.py29 req_params = ['codecs', 'tx_power_levels', 'atten_pl_settings']
30 self.unpack_userparams(req_params)
/tools/test/connectivity/acts/tests/google/gnss/
DGnssSimInventoryTest.py15 req_params = ["sim_inventory_recipient", "sim_inventory_ldap"]
16 self.unpack_userparams(req_param_names=req_params)
/tools/test/connectivity/acts/tests/google/bt/performance/
DBtInterferenceRSSITest.py31 req_params = ["bt_atten_sequences", "RelayDevice", "codec"]
33 self.unpack_userparams(req_params, opt_params)
/tools/test/connectivity/acts/tests/google/bt/power/
DSetupBTPairingTest.py80 req_params = [
85 req_param_names=req_params, opt_param_names=opt_params)
/tools/test/connectivity/acts/tests/google/coex/functionality_tests/
DCoexBasicFunctionalityTest.py36 req_params = ["iterations", "fping_params"]
37 self.unpack_userparams(req_params)
DCoexBtMultiProfileFunctionalityTest.py40 req_params = ["sim_conf_file", "music_play_time", "music_file"]
41 self.unpack_userparams(req_params)
/tools/test/connectivity/acts/tests/google/coex/stress_tests/
DCoexBtMultiProfileStressTest.py38 req_params = ["iterations"]
39 self.unpack_userparams(req_params)
DCoexBasicStressTest.py35 req_params = ["iterations"]
36 self.unpack_userparams(req_params)
/tools/test/connectivity/acts/tests/google/instrumentation/power/camera/
DCapturePhotosTest.py45 'testImageCapture', req_params=['hdr_mode'])

1234