/platform_testing/tests/automotive/mobly_tests/utilities/ |
D | media_utils.py | 25 def __init__(self, target, discoverer): argument 31 def execute_shell_on_device(self, shell_command): argument 40 def execute_shell_on_hu_device(self, shell_command): argument 49 def open_youtube_music_app(self): argument 56 def close_youtube_music_app(self): argument 63 def press_tab_on_device(self): argument 68 def press_enter_on_device(self): argument 73 def press_next_song_button(self): argument 78 def press_previous_song_button(self): argument 83 def press_pause_song_button(self): argument [all …]
|
D | spectatio_utils.py | 37 def __init__(self, device): argument 40 def device_displays_connected(self): argument 44 def open_app_grid(self): argument 48 def dial_a_number(self, callee_number): argument 53 def end_call(self): argument 58 def execute_shell_on_device(self, device_target, shell_command): argument 67 def get_dialing_number(self): argument 71 def get_user_phone_number(self): argument 76 def get_home_address_from_details(self): argument 80 def get_device_summary(self): argument [all …]
|
D | bt_utils.py | 33 def __init__(self, discoverer, target): argument 40 def disable_android_auto_popup_on_hu(self): argument 46 def handle_assistant_pop_up(self): argument 57 def get_info_from_devices(self, discovered_devices): argument 62 def discover_secondary_from_primary(self): argument 78 def pair_primary_to_secondary(self): argument 107 def unpair(self): argument 134 def press_allow_on_phone(self): argument 142 def bt_disable(self): argument 148 def click_on_use_bluetooth_toggle(self): argument [all …]
|
/platform_testing/tests/bettertogether/betocq/ |
D | d2d_performance_test_base.py | 46 def __init__(self, configs): argument 74 def setup_test(self): argument 86 def teardown_test(self): argument 93 def _devices_capabilities_definition(self) -> dict[str, dict[str, bool]]: argument 98 def _get_skipped_test_class_reason(self) -> str | None: argument 109 def _is_wifi_ap_ready(self) -> bool: argument 112 def _check_devices_capabilities(self) -> str | None: argument 125 def _get_target_sta_frequency_and_max_link_speed(self) -> tuple[int, int]: argument 145 self, sta_frequency: int, sta_max_link_speed_mbps: int argument 225 self, argument [all …]
|
D | nc_base_test.py | 49 def __init__(self, configs): argument 69 def _get_skipped_test_class_reason(self) -> str | None: argument 72 def setup_class(self) -> None: argument 135 def _setup_openwrt_wifi(self): argument 173 self, ad: android_device.AndroidDevice argument 191 def _get_country_code(self) -> str: argument 194 def _setup_android_device(self, ad: android_device.AndroidDevice) -> None: argument 263 def setup_test(self): argument 273 def _reset_wifi_connection(self) -> None: argument 279 def _reset_nearby_connection(self) -> None: argument [all …]
|
/platform_testing/tests/bettertogether/quickstart/performance_test/ |
D | nc_base_test.py | 38 def __init__(self, configs): argument 49 def setup_class(self) -> None: argument 78 def _set_run_identifier(self) -> None: argument 94 def _disconnect_from_wifi(self, ad: android_device.AndroidDevice) -> None: argument 101 def _setup_android_device(self, ad: android_device.AndroidDevice) -> None: argument 144 def setup_test(self): argument 147 def _reset_wifi_connection(self) -> None: argument 153 def _reset_nearby_connection(self) -> None: argument 161 def _teardown_device(self, ad: android_device.AndroidDevice) -> None: argument 168 def teardown_test(self) -> None: argument [all …]
|
/platform_testing/tests/bettertogether/betocq/directed_tests/ |
D | mcc_2g_wfd_indoor_5g_sta_test.py | 52 def _get_country_code(self) -> str: argument 55 def setup_class(self): argument 70 def test_mcc_2g_wfd_indoor_5g_sta(self): argument 78 def _get_transfer_file_size(self) -> int: argument 82 def _get_file_transfer_timeout(self) -> datetime.timedelta: argument 85 def _get_file_transfer_failure_tip(self) -> str: argument 91 def _get_throughput_low_tip(self) -> str: argument 99 def _is_wifi_ap_ready(self) -> bool: argument 103 def _devices_capabilities_definition(self) -> dict[str, dict[str, bool]]: argument
|
D | scc_2g_wlan_sta_test.py | 49 def _get_country_code(self) -> str: argument 52 def setup_class(self): argument 66 def test_scc_2g_wifilan_sta(self): argument 74 def _get_transfer_file_size(self) -> int: argument 78 def _get_file_transfer_timeout(self) -> datetime.timedelta: argument 81 def _get_file_transfer_failure_tip(self) -> str: argument 87 def _get_throughput_low_tip(self) -> str: argument 95 def _is_wifi_ap_ready(self) -> bool: argument 99 def _devices_capabilities_definition(self) -> dict[str, dict[str, bool]]: argument
|
D | ble_performance_test.py | 38 def _get_country_code(self) -> str: argument 41 def setup_class(self): argument 54 def test_ble_performance(self): argument 62 def _get_transfer_file_size(self) -> int: argument 65 def _get_file_transfer_timeout(self) -> datetime.timedelta: argument 70 self, sta_frequency: int, sta_max_link_speed_mbps: int argument 77 def _get_medium_upgrade_failure_tip(self) -> str: argument 80 def _get_file_transfer_failure_tip(self) -> str: argument 86 def _get_throughput_low_tip(self) -> str: argument 92 def _is_wifi_ap_ready(self) -> bool: argument
|
D | bt_performance_test.py | 38 def _get_country_code(self) -> str: argument 41 def setup_class(self): argument 54 def test_classic_bt_performance(self): argument 61 def _get_transfer_file_size(self) -> int: argument 64 def _get_file_transfer_timeout(self) -> datetime.timedelta: argument 69 self, sta_frequency: int, sta_max_link_speed_mbps: int argument 76 def _get_medium_upgrade_failure_tip(self) -> str: argument 79 def _get_file_transfer_failure_tip(self) -> str: argument 85 def _get_throughput_low_tip(self) -> str: argument 91 def _is_wifi_ap_ready(self) -> bool: argument
|
D | scc_2g_wfd_sta_test.py | 45 def _get_country_code(self) -> str: argument 48 def setup_class(self): argument 62 def test_scc_2g_wfd_sta(self): argument 70 def _get_transfer_file_size(self) -> int: argument 74 def _get_file_transfer_timeout(self) -> datetime.timedelta: argument 77 def _get_file_transfer_failure_tip(self) -> str: argument 83 def _get_throughput_low_tip(self) -> str: argument 90 def _is_wifi_ap_ready(self) -> bool: argument
|
D | mcc_5g_wfd_dfs_5g_sta_test.py | 51 def _get_country_code(self) -> str: argument 54 def setup_class(self): argument 68 def test_mcc_5g_wfd_dfs_5g_sta(self): argument 76 def _get_file_transfer_failure_tip(self) -> str: argument 82 def _get_throughput_low_tip(self) -> str: argument 89 def _is_wifi_ap_ready(self) -> bool: argument 93 def _devices_capabilities_definition(self) -> dict[str, dict[str, bool]]: argument
|
D | mcc_aware_2g_5g_sta_test.py | 42 def _get_country_code(self) -> str: argument 45 def setup_class(self): argument 59 def test_mcc_aware_2g_5g_sta(self): argument 72 def _get_file_transfer_failure_tip(self) -> str: argument 78 def _get_throughput_low_tip(self) -> str: argument 87 def _is_wifi_ap_ready(self) -> bool: argument 96 def _devices_capabilities_definition(self) -> dict[str, dict[str, bool]]: argument
|
D | scc_dfs_5g_hotspot_sta_test.py | 51 def _get_country_code(self) -> str: argument 54 def setup_class(self): argument 67 def test_scc_dfs_5g_hotspot_sta(self): argument 75 def _get_file_transfer_failure_tip(self) -> str: argument 81 def _get_throughput_low_tip(self) -> str: argument 94 def _is_wifi_ap_ready(self) -> bool: argument 98 def _devices_capabilities_definition(self) -> dict[str, dict[str, bool]]: argument
|
D | scc_indoor_5g_wfd_sta_test.py | 51 def _get_country_code(self) -> str: argument 54 def setup_class(self): argument 67 def test_scc_indoor_5g_wfd_sta(self): argument 75 def _get_file_transfer_failure_tip(self) -> str: argument 81 def _get_throughput_low_tip(self) -> str: argument 94 def _is_wifi_ap_ready(self) -> bool: argument 98 def _devices_capabilities_definition(self) -> dict[str, dict[str, bool]]: argument
|
D | scc_5g_wfd_dbs_2g_sta_test.py | 48 def _get_country_code(self) -> str: argument 51 def setup_class(self): argument 65 def test_scc_5g_wfd_dbs_2g_sta(self): argument 73 def _get_file_transfer_failure_tip(self) -> str: argument 79 def _get_throughput_low_tip(self) -> str: argument 88 def _is_wifi_ap_ready(self) -> bool: argument 92 def _devices_capabilities_definition(self) -> dict[str, dict[str, bool]]: argument
|
D | scc_5g_wlan_sta_test.py | 46 def _get_country_code(self) -> str: argument 49 def setup_class(self): argument 62 def test_scc_5g_wifilan_sta(self): argument 70 def _get_file_transfer_failure_tip(self) -> str: argument 76 def _get_throughput_low_tip(self) -> str: argument 83 def _is_wifi_ap_ready(self) -> bool: argument 86 def _are_devices_capabilities_ok(self) -> bool: argument
|
D | scc_5g_aware_sta_test.py | 44 def _get_country_code(self) -> str: argument 47 def setup_class(self): argument 60 def test_scc_5g_aware_sta(self): argument 72 def _get_file_transfer_failure_tip(self) -> str: argument 78 def _get_throughput_low_tip(self) -> str: argument 88 def _is_wifi_ap_ready(self) -> bool: argument 92 def _devices_capabilities_definition(self) -> dict[str, dict[str, bool]]: argument
|
D | mcc_5g_wfd_non_dbs_2g_sta_test.py | 50 def _get_country_code(self) -> str: argument 53 def setup_class(self): argument 67 def test_mcc_5g_wfd_non_dbs_2g_sta(self): argument 75 def _get_file_transfer_failure_tip(self) -> str: argument 81 def _get_throughput_low_tip(self) -> str: argument 89 def _is_wifi_ap_ready(self) -> bool: argument 93 def _devices_capabilities_definition(self) -> dict[str, dict[str, bool]]: argument
|
/platform_testing/tests/bettertogether/betocq/compound_tests/ |
D | scc_2g_all_wifi_sta_test.py | 49 def _get_country_code(self) -> str: argument 52 def setup_class(self): argument 66 def test_scc_2g_all_wifi_sta(self): argument 73 def _get_transfer_file_size(self) -> int: argument 77 def _get_file_transfer_timeout(self) -> datetime.timedelta: argument 80 def _get_file_transfer_failure_tip(self) -> str: argument 92 def _get_throughput_low_tip(self) -> str: argument 105 def _is_wifi_ap_ready(self) -> bool: argument 109 def _devices_capabilities_definition(self) -> dict[str, dict[str, bool]]: argument
|
D | mcc_5g_all_wifi_non_dbs_2g_sta_test.py | 51 def _get_country_code(self) -> str: argument 54 def setup_class(self): argument 68 def test_mcc_5g_all_wifi_non_dbs_2g_sta(self): argument 75 def _get_file_transfer_failure_tip(self) -> str: argument 88 def _get_throughput_low_tip(self) -> str: argument 101 def _is_wifi_ap_ready(self) -> bool: argument 105 def _devices_capabilities_definition(self) -> dict[str, dict[str, bool]]: argument
|
D | scc_5g_all_wifi_dbs_2g_sta_test.py | 52 def _get_country_code(self) -> str: argument 55 def setup_class(self): argument 69 def test_scc_5g_all_wifi_dbs_2g_sta(self): argument 76 def _get_file_transfer_failure_tip(self) -> str: argument 88 def _get_throughput_low_tip(self) -> str: argument 102 def _is_wifi_ap_ready(self) -> bool: argument 106 def _devices_capabilities_definition(self) -> dict[str, dict[str, bool]]: argument
|
D | scc_5g_all_wifi_sta_test.py | 49 def _get_country_code(self) -> str: argument 52 def setup_class(self): argument 65 def test_scc_5g_all_wifi_sta_test(self): argument 72 def _get_file_transfer_failure_tip(self) -> str: argument 84 def _get_throughput_low_tip(self) -> str: argument 98 def _is_wifi_ap_ready(self) -> bool: argument 102 def _devices_capabilities_definition(self) -> dict[str, dict[str, bool]]: argument
|
/platform_testing/tests/bettertogether/betocq/function_tests/ |
D | beto_cq_function_group_test.py | 41 def __init__(self, configs): argument 46 def test_bt_ble_function(self): argument 51 def test_wifilan_function(self): argument 63 def test_d2d_hotspot_function(self): argument 70 def test_wifi_direct_function(self): argument 77 def test_bt_multiplex_connections(self): argument 85 def setup_class(self): argument 105 def teardown_test(self) -> None: argument 118 def _summary_test_results(self): argument
|
/platform_testing/libraries/motion/golden_updater/ |
D | watch_local_tests.py | 159 def __init__(self, *args, **kwargs): argument 163 def verify_access_token(self): argument 171 def do_OPTIONS(self): argument 178 def do_GET(self): argument 192 def do_POST(self): argument 212 def do_PUT(self): argument 224 def serve_file(self, root_directory, file_relative_to_root): argument 248 def service_list_goldens(self): argument 295 def service_refresh_goldens(self, clear): argument 303 def service_update_golden(self, id): argument [all …]
|