Home
last modified time | relevance | path

Searched +full:x +full:- +full:controllers (Results 1 – 6 of 6) sorted by relevance

/platform_testing/tests/bettertogether/quickstart/performance_test/
Dlocal_esim_testbed.yml1 x-test-params: &test-params
4 advertising_discovery_medium: 2 # 0 - auto, 2 - BLE_ONLY
6 x-controllers: &controllers anchor
7 Controllers:
9 - serial: "123456ABCDEF"
11 - serial: "ABCDEF123456"
15 - Name: LocalCustomizedTestbed
16 <<: *controllers
18 <<: *test-params
20 - Name: Local2GTestbed
[all …]
Dlocal_dev_testbed.yml1 x-test-params: &test-params
5 advertising_discovery_medium: 2 # 0 - auto, 2 - BLE_ONLY
8 x-controllers: &controllers anchor
9 Controllers:
11 - serial: "123456ABCDEF"
13 - serial: "ABCDEF123456"
17 - Name: LocalCustomizedTestbed
18 <<: *controllers
20 <<: *test-params
22 - Name: LocalUS2GTestbed
[all …]
Dlocal_nearby_share_testbed.yml1 x-test-params: &test-params
9 x-controllers: &controllers anchor
10 Controllers:
12 - serial: "123456ABCDEF"
14 - serial: "ABCDEF123456"
18 - Name: LocalCustomizedTestbed
19 <<: *controllers
21 <<: *test-params
23 - Name: LocalUS2GTestbed
24 <<: *controllers
[all …]
Dnc_base_test.py7 # http://www.apache.org/licenses/LICENSE-2.0
26 from mobly.controllers import android_device
27 from mobly.controllers.android_device_lib import errors
49 def setup_class(self) -> None:
78 def _set_run_identifier(self) -> None:
94 def _disconnect_from_wifi(self, ad: android_device.AndroidDevice) -> None:
96 ad.log.info("Can't clear wifi network in non-rooted device")
101 def _setup_android_device(self, ad: android_device.AndroidDevice) -> None:
147 def _reset_wifi_connection(self) -> None:
153 def _reset_nearby_connection(self) -> None:
[all …]
/platform_testing/tests/bettertogether/betocq/
Dcuj_and_test_config.yml1 x-test-params: &test-params
2 # for 2G wifi SSID - channel 6, frequency 2437, comment out if it is not available.
5 # for 5G wifi SSID - channel 36, frequency 5180, comment out if it is not available.
8 # for DFS 5G wifi SSID - channel 52, frequency 5260, comment out if it is not available.
22 x-controllers: &controllers anchor
23 Controllers:
25 - serial: "33141FDJH0002A"
36 # if the device supports DBS (Dual Band Simultaneous) in STA + WiFi-Direct concurrency mode
40 # if the device supports to start WFD group owner at a STA-associated DFS channel
42 # if the device supports to start WFD group owner at a STA-associated indoor channel
[all …]
Dd2d_performance_test_base.py7 # http://www.apache.org/licenses/LICENSE-2.0
24 from mobly.controllers import android_device
93 def _devices_capabilities_definition(self) -> dict[str, dict[str, bool]]:
98 def _get_skipped_test_class_reason(self) -> str | None:
109 def _is_wifi_ap_ready(self) -> bool:
112 def _check_devices_capabilities(self) -> str | None:
125 def _get_target_sta_frequency_and_max_link_speed(self) -> tuple[int, int]:
146 ) -> tuple[float, float]:
232 ) -> None:
383 # TODO: b/338094399 - update this part for the connection over WFD.
[all …]