diff options
author | Jaineel <jaineelm@google.com> | 2017-05-25 02:01:35 +0000 |
---|---|---|
committer | Jaineel Mehta <jaineelm@google.com> | 2017-05-25 16:32:20 +0000 |
commit | e22c866d0639d321ef33a614147e377f2c110cf9 (patch) | |
tree | 1a5fbc858bf1a3c0d29d343e10a85da9483b9529 | |
parent | 5850b86e3b344867623b17678851cd28b8caee2b (diff) | |
download | platform_tools_test_connectivity-e22c866d0639d321ef33a614147e377f2c110cf9.tar.gz platform_tools_test_connectivity-e22c866d0639d321ef33a614147e377f2c110cf9.tar.bz2 platform_tools_test_connectivity-e22c866d0639d321ef33a614147e377f2c110cf9.zip |
Merge "Added UUIDs to more than 350 tests" am: 9eb8c15cad am: 6e605a322e am: 4fcfb31eb8
am: 6f7c680e98
Change-Id: I8f620c7e919adc37479877690ad97cecdf2f9b30
(cherry picked from commit f77c313359a5c2e43679fa51a43ad2586c45326c)
-rw-r--r-- | acts/tests/google/tel/live/TelLiveRebootStressTest.py | 1 | ||||
-rw-r--r-- | acts/tests/google/tel/live/TelLiveSettingsTest.py | 46 | ||||
-rw-r--r-- | acts/tests/google/tel/live/TelLiveVoiceConfTest.py | 294 |
3 files changed, 319 insertions, 22 deletions
diff --git a/acts/tests/google/tel/live/TelLiveRebootStressTest.py b/acts/tests/google/tel/live/TelLiveRebootStressTest.py index 48f4143044..446e2e99d7 100644 --- a/acts/tests/google/tel/live/TelLiveRebootStressTest.py +++ b/acts/tests/google/tel/live/TelLiveRebootStressTest.py @@ -520,6 +520,7 @@ class TelLiveRebootStressTest(TelephonyBaseTest): return self._reboot_stress_test(check_data_roaming=True) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="109d59ff-a488-4a68-87fd-2d8d0c035326") def test_bootup_optimized_stress(self): """Bootup Optimized Reliability Test diff --git a/acts/tests/google/tel/live/TelLiveSettingsTest.py b/acts/tests/google/tel/live/TelLiveSettingsTest.py index 8def985930..19b4033750 100644 --- a/acts/tests/google/tel/live/TelLiveSettingsTest.py +++ b/acts/tests/google/tel/live/TelLiveSettingsTest.py @@ -18,6 +18,7 @@ """ import time +from acts.test_decorators import test_tracker_info from acts.test_utils.tel.TelephonyBaseTest import TelephonyBaseTest from acts.test_utils.tel.tel_defines import MAX_WAIT_TIME_WIFI_CONNECTION from acts.test_utils.tel.tel_defines import NETWORK_SERVICE_DATA @@ -205,6 +206,7 @@ class TelLiveSettingsTest(TelephonyBaseTest): return True @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="a3a680ba-d1e0-4770-a38c-4de8f15f9171") def test_lte_volte_wifi_connected_toggle_wfc(self): """Test for WiFi Calling settings: LTE + VoLTE Enabled + WiFi Connected, Toggling WFC @@ -232,6 +234,7 @@ class TelLiveSettingsTest(TelephonyBaseTest): check_volte_after_wfc_disabled=True) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="d3ffae75-ae4a-4ed8-9337-9155c413311d") def test_lte_wifi_connected_toggle_wfc(self): """Test for WiFi Calling settings: LTE + VoLTE Disabled + WiFi Connected, Toggling WFC @@ -258,6 +261,7 @@ class TelLiveSettingsTest(TelephonyBaseTest): initial_setup_wfc_mode=WFC_MODE_WIFI_PREFERRED) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="29d2d7b7-1c31-4a2c-896a-3f6756c620ac") def test_3g_wifi_connected_toggle_wfc(self): """Test for WiFi Calling settings: 3G + WiFi Connected, Toggling WFC @@ -284,6 +288,7 @@ class TelLiveSettingsTest(TelephonyBaseTest): initial_setup_wfc_mode=WFC_MODE_WIFI_PREFERRED) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="ce2c0208-9ea0-4b31-91f4-d06a62cb927a") def test_apm_wifi_connected_toggle_wfc(self): """Test for WiFi Calling settings: APM + WiFi Connected, Toggling WFC @@ -310,6 +315,7 @@ class TelLiveSettingsTest(TelephonyBaseTest): initial_setup_wfc_mode=WFC_MODE_WIFI_PREFERRED) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="681e2448-32a2-434d-abd6-0bc2ab5afd9c") def test_lte_volte_wfc_enabled_toggle_wifi(self): """Test for WiFi Calling settings: LTE + VoLTE Enabled + WFC enabled, Toggling WiFi @@ -335,6 +341,7 @@ class TelLiveSettingsTest(TelephonyBaseTest): check_volte_after_wfc_disabled=True) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="63922066-9caa-42e6-bc9f-49f5ac01cbe2") def test_lte_wfc_enabled_toggle_wifi(self): """Test for WiFi Calling settings: LTE + VoLTE Disabled + WFC enabled, Toggling WiFi @@ -359,6 +366,7 @@ class TelLiveSettingsTest(TelephonyBaseTest): initial_setup_wfc_mode=WFC_MODE_WIFI_PREFERRED) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="8a80a446-2116-4b19-b0ef-f771f30a6d15") def test_3g_wfc_enabled_toggle_wifi(self): """Test for WiFi Calling settings: 3G + WFC enabled, Toggling WiFi @@ -383,6 +391,7 @@ class TelLiveSettingsTest(TelephonyBaseTest): initial_setup_wfc_mode=WFC_MODE_WIFI_PREFERRED) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="9889eebf-cde6-4f47-aec0-9cb204fdf2e5") def test_apm_wfc_enabled_toggle_wifi(self): """Test for WiFi Calling settings: APM + WFC enabled, Toggling WiFi @@ -407,6 +416,7 @@ class TelLiveSettingsTest(TelephonyBaseTest): initial_setup_wfc_mode=WFC_MODE_WIFI_PREFERRED) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="9b23e04b-4f70-4e73-88e7-6376262c739d") def test_lte_wfc_enabled_wifi_connected_toggle_volte(self): """Test for WiFi Calling settings: LTE + VoLTE Enabled + WiFi Connected + WFC enabled, toggle VoLTE setting @@ -450,6 +460,7 @@ class TelLiveSettingsTest(TelephonyBaseTest): return True @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="04bdfda4-06f7-41df-9352-a8534bc2a67a") def test_lte_volte_wfc_wifi_preferred_to_cellular_preferred(self): """Test for WiFi Calling settings: LTE + VoLTE Enabled + WiFi Connected + WiFi Preferred, @@ -477,6 +488,7 @@ class TelLiveSettingsTest(TelephonyBaseTest): check_volte_after_wfc_disabled=True) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="80d26bdb-992a-4b30-ad51-68308d5af168") def test_lte_wfc_wifi_preferred_to_cellular_preferred(self): """Test for WiFi Calling settings: LTE + WiFi Connected + WiFi Preferred, change WFC to Cellular Preferred @@ -503,6 +515,7 @@ class TelLiveSettingsTest(TelephonyBaseTest): check_volte_after_wfc_disabled=False) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="d486c7e3-3d2b-4552-8af8-7b19f6347427") def test_3g_wfc_wifi_preferred_to_cellular_preferred(self): """Test for WiFi Calling settings: 3G + WiFi Connected + WiFi Preferred, change WFC to Cellular Preferred @@ -525,28 +538,7 @@ class TelLiveSettingsTest(TelephonyBaseTest): WFC_MODE_WIFI_PREFERRED, WFC_MODE_CELLULAR_PREFERRED, True, False) @TelephonyBaseTest.tel_test_wrap - def test_3g_wfc_wifi_preferred_to_cellular_preferred(self): - """Test for WiFi Calling settings: - 3G + WiFi Connected + WiFi Preferred, change WFC to Cellular Preferred - - Steps: - 1. Setup DUT Idle, 3G network type. - 2. Make sure DUT WiFi connected, WFC is set to WiFi Preferred. - Verify DUT WFC available, report iwlan rat. - 3. Change WFC setting to Cellular Preferred. - 4. Verify DUT report WFC not available. - - Expected Results: - 2. DUT WiFi Calling feature bit return True, network rat is iwlan. - 4. DUT WiFI Calling feature bit return False, network rat is not iwlan. - """ - if not phone_setup_voice_3g(self.log, self.ad): - self.log.error("Failed to setup 3G.") - return False - return self._wifi_connected_set_wfc_mode_change_wfc_mode( - WFC_MODE_WIFI_PREFERRED, WFC_MODE_CELLULAR_PREFERRED, True, False) - - @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="0feb0add-8e22-4c86-b13e-be68659cdd87") def test_apm_wfc_wifi_preferred_to_cellular_preferred(self): """Test for WiFi Calling settings: APM + WiFi Connected + WiFi Preferred, change WFC to Cellular Preferred @@ -569,6 +561,7 @@ class TelLiveSettingsTest(TelephonyBaseTest): WFC_MODE_WIFI_PREFERRED, WFC_MODE_CELLULAR_PREFERRED, True, True) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="9c8f359f-a084-4413-b8a9-34771af166c5") def test_lte_volte_wfc_cellular_preferred_to_wifi_preferred(self): """Test for WiFi Calling settings: LTE + VoLTE Enabled + WiFi Connected + Cellular Preferred, @@ -596,6 +589,7 @@ class TelLiveSettingsTest(TelephonyBaseTest): check_volte_after_wfc_disabled=True) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="1894e685-63cf-43aa-91ed-938782ca35a9") def test_lte_wfc_cellular_preferred_to_wifi_preferred(self): """Test for WiFi Calling settings: LTE + WiFi Connected + Cellular Preferred, change WFC to WiFi Preferred @@ -622,6 +616,7 @@ class TelLiveSettingsTest(TelephonyBaseTest): check_volte_after_wfc_disabled=False) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="e7fb6a6c-4672-44da-bca2-78b4d96dea9e") def test_3g_wfc_cellular_preferred_to_wifi_preferred(self): """Test for WiFi Calling settings: 3G + WiFi Connected + Cellular Preferred, change WFC to WiFi Preferred @@ -644,6 +639,7 @@ class TelLiveSettingsTest(TelephonyBaseTest): WFC_MODE_CELLULAR_PREFERRED, WFC_MODE_WIFI_PREFERRED, False, True) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="46262b2d-5de9-4984-87e8-42f44469289e") def test_apm_wfc_cellular_preferred_to_wifi_preferred(self): """Test for WiFi Calling settings: APM + WiFi Connected + Cellular Preferred, change WFC to WiFi Preferred @@ -666,6 +662,7 @@ class TelLiveSettingsTest(TelephonyBaseTest): WFC_MODE_CELLULAR_PREFERRED, WFC_MODE_WIFI_PREFERRED, True, True) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="5b514f51-fed9-475e-99d3-17d2165e11a1") def test_apm_wfc_wifi_preferred_turn_off_apm(self): """Test for WiFi Calling settings: APM + WiFi Connected + WiFi Preferred + turn off APM @@ -688,6 +685,7 @@ class TelLiveSettingsTest(TelephonyBaseTest): WFC_MODE_WIFI_PREFERRED, True) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="f328cff2-9dec-44b3-ba74-a662b76fcf2a") def test_apm_wfc_cellular_preferred_turn_off_apm(self): """Test for WiFi Calling settings: APM + WiFi Connected + Cellular Preferred + turn off APM @@ -710,6 +708,7 @@ class TelLiveSettingsTest(TelephonyBaseTest): WFC_MODE_CELLULAR_PREFERRED, False) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="7e30d219-42ee-4309-a95c-2b45b8831d26") def test_wfc_setup_timing(self): """ Measures the time delay in enabling WiFi calling @@ -829,6 +828,7 @@ class TelLiveSettingsTest(TelephonyBaseTest): return True @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="4e0bf35f-b4e1-44f8-b657-e9c71878d1f6") def test_lte_volte_wfc_enabled_toggle_wifi_stress(self): """Test for WiFi Calling settings: LTE + VoLTE Enabled + WFC enabled, Toggling WiFi Stress test @@ -865,6 +865,7 @@ class TelLiveSettingsTest(TelephonyBaseTest): return True @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="c6ef1dfd-29d4-4fc8-9fc0-27e35bb377fb") def test_lte_volte_wfc_enabled_reset_wifi_stress(self): """Test for WiFi Calling settings: LTE + VoLTE Enabled + WFC enabled, Reset WiFi Stress test @@ -901,6 +902,7 @@ class TelLiveSettingsTest(TelephonyBaseTest): return True @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="a7d2b9fc-d676-4ada-84b9-08e99659da78") def test_lte_volte_wfc_wifi_preferred_to_cellular_preferred_stress(self): """Test for WiFi Calling settings: LTE + VoLTE Enabled + WiFi Connected + WiFi Preferred, diff --git a/acts/tests/google/tel/live/TelLiveVoiceConfTest.py b/acts/tests/google/tel/live/TelLiveVoiceConfTest.py index b29e48c038..fabc646e8f 100644 --- a/acts/tests/google/tel/live/TelLiveVoiceConfTest.py +++ b/acts/tests/google/tel/live/TelLiveVoiceConfTest.py @@ -18,6 +18,7 @@ """ import time +from acts.test_decorators import test_tracker_info from acts.test_utils.tel.TelephonyBaseTest import TelephonyBaseTest from acts.test_utils.tel.tel_defines import CALL_CAPABILITY_MANAGE_CONFERENCE from acts.test_utils.tel.tel_defines import CALL_CAPABILITY_MERGE_CONFERENCE @@ -2498,6 +2499,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): """ Tests Begin """ @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="3cd45972-3862-4956-9504-7fefacdd5ca6") def test_wcdma_mo_mo_add_merge_drop(self): """ Test Conf Call among three phones. @@ -2517,6 +2519,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): return self._test_wcdma_conference_merge_drop(call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="c1158bd3-6327-4c91-96a7-400e69f68698") def test_wcdma_mt_mt_add_merge_drop(self): """ Test Conf Call among three phones. @@ -2536,6 +2539,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): return self._test_wcdma_conference_merge_drop(call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="804478b4-a826-48be-a9fa-9a0cec66ee54") def test_1x_mo_mo_add_merge_drop_from_participant(self): """ Test 1x Conf Call among three phones. @@ -2574,6 +2578,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): ads[1]) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="a36b02a6-480e-4cb6-9201-bd8bfa5ae8a4") def test_1x_mo_mo_add_merge_drop_from_host(self): """ Test 1x Conf Call among three phones. @@ -2609,6 +2614,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): return self._test_1x_conf_call_drop_from_host(ads[0], [ads[2], ads[1]]) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="0c9e5da6-90db-4cb5-9b2c-4be3460b49d0") def test_1x_mo_mt_add_drop_active(self): """ Test 1x MO+MT call among three phones. @@ -2645,6 +2651,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): ads[1]) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="9dc16b45-3470-44c8-abf8-19cd5944a53c") def test_1x_mo_mt_add_swap_twice_drop_active(self): """ Test 1x MO+MT call among three phones. @@ -2685,6 +2692,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): ads[1]) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="dc7a3187-142e-4754-a914-d0241397a2b3") def test_1x_mo_mt_add_swap_once_drop_active(self): """ Test 1x MO+MT call among three phones. @@ -2723,6 +2731,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): ads[2]) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="24cd0ef0-1a69-4603-89c2-0f2b96715348") def test_1x_mo_mt_add_drop_held(self): """ Test 1x MO+MT call among three phones. @@ -2759,6 +2768,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): ads[2]) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="1c5c1780-84c2-4547-9e57-eeadac6569d7") def test_1x_mo_mt_add_swap_twice_drop_held(self): """ Test 1x MO+MT call among three phones. @@ -2799,6 +2809,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): ads[2]) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="928a2b21-c4ca-4553-9acc-8d3db61ed6eb") def test_1x_mo_mt_add_swap_once_drop_held(self): """ Test 1x MO+MT call among three phones. @@ -2837,6 +2848,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): ads[1]) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="deb57627-a717-41f0-b8f4-f3ccf9ce2e15") def test_1x_mo_mt_add_drop_on_dut(self): """ Test 1x MO+MT call among three phones. @@ -2872,6 +2884,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): return self._test_1x_multi_call_drop_from_host(ads[0], ads[2], ads[1]) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="9cdee9c2-98cf-40de-9396-516192e493a1") def test_1x_mo_mt_add_swap_twice_drop_on_dut(self): """ Test 1x MO+MT call among three phones. @@ -2911,6 +2924,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): return self._test_1x_multi_call_drop_from_host(ads[0], ads[2], ads[1]) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="26187827-64c0-436e-9792-20c216aeb442") def test_1x_mo_mt_add_swap_once_drop_on_dut(self): """ Test 1x MO+MT call among three phones. @@ -2948,6 +2962,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): return self._test_1x_multi_call_drop_from_host(ads[0], ads[1], ads[2]) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="ce590b72-b4ab-4a27-9c01-f8e3b110419f") def test_1x_mt_mt_add_drop_active(self): """ Test 1x MT+MT call among three phones. @@ -2984,6 +2999,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): ads[1]) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="736aa74e-1d0b-4f85-b0f7-11840543cf54") def test_1x_mt_mt_add_swap_twice_drop_active(self): """ Test 1x MT+MT call among three phones. @@ -3024,6 +3040,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): ads[1]) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="3eee6b6e-e1b1-43ec-82d5-d298b514fc07") def test_1x_mt_mt_add_swap_once_drop_active(self): """ Test 1x MT+MT call among three phones. @@ -3062,6 +3079,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): ads[2]) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="432549a9-e4bb-44d3-bd44-befffc1af02d") def test_1x_mt_mt_add_drop_held(self): """ Test 1x MT+MT call among three phones. @@ -3098,6 +3116,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): ads[2]) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="c8f30fc1-8586-4eb0-854e-264989fd69b8") def test_1x_mt_mt_add_swap_twice_drop_held(self): """ Test 1x MT+MT call among three phones. @@ -3138,6 +3157,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): ads[2]) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="065ba51e-9843-4018-8009-7fdc6590011d") def test_1x_mt_mt_add_swap_once_drop_held(self): """ Test 1x MT+MT call among three phones. @@ -3176,6 +3196,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): ads[1]) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="69c69449-d430-4f00-ae19-c51242561ac9") def test_1x_mt_mt_add_drop_on_dut(self): """ Test 1x MT+MT call among three phones. @@ -3211,6 +3232,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): return self._test_1x_multi_call_drop_from_host(ads[0], ads[2], ads[1]) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="282583a3-d455-4caf-a184-718f8bbccb91") def test_1x_mt_mt_add_swap_twice_drop_on_dut(self): """ Test 1x MT+MT call among three phones. @@ -3250,6 +3272,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): return self._test_1x_multi_call_drop_from_host(ads[0], ads[2], ads[1]) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="1cf83159-d230-41a4-842c-064be5ef11e6") def test_1x_mt_mt_add_swap_once_drop_on_dut(self): """ Test 1x MT+MT call among three phones. @@ -3287,6 +3310,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): return self._test_1x_multi_call_drop_from_host(ads[0], ads[1], ads[2]) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="602db3cb-e02b-4e4c-9043-338e1231f51b") def test_volte_mo_mo_add_volte_merge_drop_second_call_from_participant_no_cep( self): """ Test VoLTE Conference Call among three phones. No CEP. @@ -3308,6 +3332,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="7c9ae738-9031-4a77-9ff7-356a186820a5") def test_volte_mo_mo_add_volte_merge_drop_second_call_from_participant_cep( self): """ Test VoLTE Conference Call among three phones. CEP enabled. @@ -3329,6 +3354,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="f50e7e94-0956-41c4-b02b-384a12668f10") def test_volte_mo_mo_add_volte_merge_drop_second_call_from_host_cep(self): """ Test VoLTE Conference Call among three phones. CEP enabled. @@ -3349,6 +3375,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="a6c22e39-fd7e-4bed-982a-145065572281") def test_volte_mo_mo_add_volte_merge_drop_first_call_from_participant_cep( self): """ Test VoLTE Conference Call among three phones. CEP enabled. @@ -3370,6 +3397,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="2188722a-31e3-4e46-8f74-6ea4cbc08476") def test_volte_mo_mo_add_volte_merge_drop_first_call_from_host_cep(self): """ Test VoLTE Conference Call among three phones. CEP enabled. @@ -3390,6 +3418,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="ef5ec1c9-7771-4289-ad94-08a80145d680") def test_volte_mo_mt_add_volte_merge_drop_second_call_from_participant_no_cep( self): """ Test VoLTE Conference Call among three phones. No CEP. @@ -3411,6 +3440,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="2111001d-c310-4eff-a6ef-201d199796ea") def test_volte_mo_mt_add_volte_merge_drop_second_call_from_participant_cep( self): """ Test VoLTE Conference Call among three phones. CEP enabled. @@ -3432,6 +3462,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="eee3577b-5427-43ee-aff0-ed7f7846b41c") def test_volte_mo_mt_add_volte_merge_drop_second_call_from_host_cep(self): """ Test VoLTE Conference Call among three phones. CEP enabled. @@ -3452,6 +3483,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="86faf200-be78-452d-8662-85e7f42a2d3b") def test_volte_mo_mt_add_volte_merge_drop_first_call_from_participant_cep( self): """ Test VoLTE Conference Call among three phones. CEP enabled. @@ -3473,6 +3505,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="d0e18f3c-71a1-49c9-b3ad-b8c24f8a43ec") def test_volte_mo_mt_add_volte_merge_drop_first_call_from_host_cep(self): """ Test VoLTE Conference Call among three phones. CEP enabled. @@ -3493,6 +3526,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="b27d6b3d-b73b-4a20-a5ae-2990d73a07fe") def test_volte_mt_mt_add_volte_merge_drop_second_call_from_participant_no_cep( self): """ Test VoLTE Conference Call among three phones. No CEP. @@ -3514,6 +3548,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="f66e940c-30bd-48c7-b5e2-91147fa04ba2") def test_volte_mt_mt_add_volte_merge_drop_second_call_from_participant_cep( self): """ Test VoLTE Conference Call among three phones. CEP enabled. @@ -3535,6 +3570,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="ad313a8b-8bb0-43eb-a10e-e2c17f530ee4") def test_volte_mt_mt_add_volte_merge_drop_second_call_from_host_cep(self): """ Test VoLTE Conference Call among three phones. CEP enabled. @@ -3555,6 +3591,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="18b30c14-fef1-4055-8987-ee6137609b81") def test_volte_mt_mt_add_volte_merge_drop_first_call_from_participant_cep( self): """ Test VoLTE Conference Call among three phones. CEP enabled. @@ -3576,6 +3613,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="7dc24162-f06e-453b-93e6-926d31e6d387") def test_volte_mt_mt_add_volte_merge_drop_first_call_from_host_cep(self): """ Test VoLTE Conference Call among three phones. CEP enabled. @@ -3596,6 +3634,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="eb90a56b-2085-4fde-a156-ada3620200df") def test_volte_mo_mo_add_wcdma_merge_drop_second_call_from_participant_no_cep( self): """ Test VoLTE Conference Call among three phones. No CEP. @@ -3617,6 +3656,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="ae999260-7856-41cc-bf4c-67b26e18c9a3") def test_volte_mo_mo_add_wcdma_merge_drop_second_call_from_participant_cep( self): """ Test VoLTE Conference Call among three phones. CEP enabled. @@ -3638,6 +3678,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="cd48de00-c1e5-4716-b232-3f1f98e89510") def test_volte_mo_mo_add_wcdma_merge_drop_second_call_from_host_cep(self): """ Test VoLTE Conference Call among three phones. CEP enabled. @@ -3658,6 +3699,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="a84ea6e8-dabc-4bab-b6d1-700b0a0fb9e9") def test_volte_mo_mo_add_wcdma_merge_drop_first_call_from_participant_cep( self): """ Test VoLTE Conference Call among three phones. CEP enabled. @@ -3679,6 +3721,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="7ac9a806-c608-42dd-a4fd-66b0ba535434") def test_volte_mo_mo_add_wcdma_merge_drop_first_call_from_host_cep(self): """ Test VoLTE Conference Call among three phones. CEP enabled. @@ -3699,6 +3742,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="35f9eb31-3a77-457c-aeb0-55a73c60dda1") def test_volte_mo_mt_add_wcdma_merge_drop_second_call_from_participant_no_cep( self): """ Test VoLTE Conference Call among three phones. No CEP. @@ -3720,6 +3764,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="f3314f74-e929-45ed-91cb-27c1c26e240f") def test_volte_mo_mt_add_wcdma_merge_drop_second_call_from_participant_cep( self): """ Test VoLTE Conference Call among three phones. CEP enabled. @@ -3741,6 +3786,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="5e521ff1-505b-4d63-8b12-7b0187dea94b") def test_volte_mo_mt_add_wcdma_merge_drop_second_call_from_host_cep(self): """ Test VoLTE Conference Call among three phones. CEP enabled. @@ -3761,6 +3807,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="d5732ea2-a657-40ea-bb30-151e53cf8058") def test_volte_mo_mt_add_wcdma_merge_drop_first_call_from_participant_cep( self): """ Test VoLTE Conference Call among three phones. CEP enabled. @@ -3782,6 +3829,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="78e73444-3dde-465f-bf5e-dc48b40a93f3") def test_volte_mo_mt_add_wcdma_merge_drop_first_call_from_host_cep(self): """ Test VoLTE Conference Call among three phones. CEP enabled. @@ -3802,6 +3850,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="f4efbf04-b117-4508-ba86-0ef37481cc3a") def test_volte_mt_mt_add_wcdma_merge_drop_second_call_from_participant_no_cep( self): """ Test VoLTE Conference Call among three phones. No CEP. @@ -3823,6 +3872,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="064109cf-d166-448a-8655-81744ea37e05") def test_volte_mt_mt_add_wcdma_merge_drop_second_call_from_participant_cep( self): """ Test VoLTE Conference Call among three phones. CEP enabled. @@ -3844,6 +3894,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="bedd0576-5bb6-4fef-9700-f638cf742201") def test_volte_mt_mt_add_wcdma_merge_drop_second_call_from_host_cep(self): """ Test VoLTE Conference Call among three phones. CEP enabled. @@ -3864,6 +3915,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="46178387-a0dc-4e77-8ca4-06f731e1104f") def test_volte_mt_mt_add_wcdma_merge_drop_first_call_from_participant_cep( self): """ Test VoLTE Conference Call among three phones. CEP enabled. @@ -3885,6 +3937,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="a1d13168-078b-47d8-89f0-0798b085502d") def test_volte_mt_mt_add_wcdma_merge_drop_first_call_from_host_cep(self): """ Test VoLTE Conference Call among three phones. CEP enabled. @@ -3905,6 +3958,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="08a26dc4-78e5-47cb-af75-9695453e82bb") def test_volte_mo_mo_add_1x_merge_drop_second_call_from_participant_no_cep( self): """ Test VoLTE Conference Call among three phones. No CEP. @@ -3926,6 +3980,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="bde45028-b844-4192-89b1-8579941a03ed") def test_volte_mo_mo_add_1x_merge_drop_second_call_from_participant_cep( self): """ Test VoLTE Conference Call among three phones. CEP enabled. @@ -3947,6 +4002,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="f38d3031-d7f1-4990-bce3-9c329beb5eeb") def test_volte_mo_mo_add_1x_merge_drop_second_call_from_host_cep(self): """ Test VoLTE Conference Call among three phones. CEP enabled. @@ -3967,6 +4023,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="d1391513-8592-4159-81b7-16cb10c406e8") def test_volte_mo_mo_add_1x_merge_drop_first_call_from_participant_cep( self): """ Test VoLTE Conference Call among three phones. CEP enabled. @@ -3988,6 +4045,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="e05c261e-e99a-4ca7-a8db-9ad982e06913") def test_volte_mo_mo_add_1x_merge_drop_first_call_from_host_cep(self): """ Test VoLTE Conference Call among three phones. CEP enabled. @@ -4008,6 +4066,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="f4329201-a388-4070-9225-37d4c8045096") def test_volte_mo_mt_add_1x_merge_drop_second_call_from_participant_no_cep( self): """ Test VoLTE Conference Call among three phones. No CEP. @@ -4029,6 +4088,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="fafa96ef-649a-4ff7-8fed-d4bfd6d88c2e") def test_volte_mo_mt_add_1x_merge_drop_second_call_from_participant_cep( self): """ Test VoLTE Conference Call among three phones. CEP enabled. @@ -4050,6 +4110,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="66d79e0b-879d-461c-bf5d-b27495f73754") def test_volte_mo_mt_add_1x_merge_drop_second_call_from_host_cep(self): """ Test VoLTE Conference Call among three phones. CEP enabled. @@ -4070,6 +4131,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="a5f2a3d0-9b00-4496-8316-ea626b1c978a") def test_volte_mo_mt_add_1x_merge_drop_first_call_from_participant_cep( self): """ Test VoLTE Conference Call among three phones. CEP enabled. @@ -4091,6 +4153,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="98cfd8d8-200f-4820-94ed-1561df1ed152") def test_volte_mo_mt_add_1x_merge_drop_first_call_from_host_cep(self): """ Test VoLTE Conference Call among three phones. CEP enabled. @@ -4111,6 +4174,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="c9ee6bb1-4aee-4fc9-95b0-f899d3d31d82") def test_volte_mt_mt_add_1x_merge_drop_second_call_from_participant_no_cep( self): """ Test VoLTE Conference Call among three phones. No CEP. @@ -4132,6 +4196,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="f4fb92a1-d4a0-4796-bdb4-f441b926c63c") def test_volte_mt_mt_add_1x_merge_drop_second_call_from_participant_cep( self): """ Test VoLTE Conference Call among three phones. CEP enabled. @@ -4153,6 +4218,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="8ad0e672-83cc-463a-aa12-d331faa5eb17") def test_volte_mt_mt_add_1x_merge_drop_second_call_from_host_cep(self): """ Test VoLTE Conference Call among three phones. CEP enabled. @@ -4173,6 +4239,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="3dad2fd1-d2c0-477c-a758-3c054df6e92a") def test_volte_mt_mt_add_1x_merge_drop_first_call_from_participant_cep( self): """ Test VoLTE Conference Call among three phones. CEP enabled. @@ -4194,6 +4261,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="e382469b-8767-47fd-b3e6-8c81d8fb45ef") def test_volte_mt_mt_add_1x_merge_drop_first_call_from_host_cep(self): """ Test VoLTE Conference Call among three phones. CEP enabled. @@ -4214,6 +4282,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="98db2430-07c2-4ec7-8644-2aa081a3eb22") def test_volte_mo_mo_add_volte_swap_twice_drop_held(self): """Test swap feature in VoLTE call. @@ -4238,6 +4307,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): ads_active=[ads[0], ads[2]]) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="7504958b-172b-4afc-97ea-9562b8429dfe") def test_volte_mo_mo_add_volte_swap_twice_drop_active(self): """Test swap feature in VoLTE call. @@ -4262,6 +4332,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): ads_active=[ads[0], ads[1]]) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="ac02ce22-fd8c-48ba-9e68-6748d1e48c68") def test_volte_mo_mt_add_volte_swap_twice_drop_held(self): """Test swap feature in VoLTE call. @@ -4286,6 +4357,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): ads_active=[ads[0], ads[2]]) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="2fb2c4f6-1c14-4122-bc3e-a7a6416003a3") def test_volte_mo_mt_add_volte_swap_twice_drop_active(self): """Test swap feature in VoLTE call. @@ -4310,6 +4382,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): ads_active=[ads[0], ads[1]]) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="deed9c13-2e9d-464a-b8f7-62e91265451d") def test_volte_mo_mo_add_volte_swap_once_drop_held(self): """Test swap feature in VoLTE call. @@ -4333,6 +4406,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): ads_active=[ads[0], ads[1]]) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="3324a4d3-68db-41a4-b0d0-3e8e82b84f46") def test_volte_mo_mo_add_volte_swap_once_drop_active(self): """Test swap feature in VoLTE call. @@ -4357,6 +4431,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): ads_active=[ads[0], ads[2]]) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="57c8c3f6-c690-41c3-aaed-98e5548cc4b6") def test_volte_mo_mt_add_volte_swap_once_drop_held(self): """Test swap feature in VoLTE call. @@ -4379,6 +4454,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): ads_active=[ads[0], ads[1]]) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="96376148-f069-41f9-b22f-f5240de427f7") def test_volte_mo_mt_add_volte_swap_once_drop_active(self): """Test swap feature in VoLTE call. @@ -4402,6 +4478,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): ads_active=[ads[0], ads[2]]) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="baac4ef4-198b-4a33-a09a-5507c6aa740d") def test_wcdma_mo_mo_add_swap_twice_drop_held(self): """Test swap feature in WCDMA call. @@ -4426,6 +4503,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): ads_active=[ads[0], ads[2]]) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="8c2588ff-3857-49eb-8db0-9e76d7c99c68") def test_wcdma_mo_mo_add_swap_twice_drop_active(self): """Test swap feature in WCDMA call. @@ -4450,6 +4528,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): ads_active=[ads[0], ads[1]]) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="16a6aa3c-fe68-41b4-af42-75847062d4ec") def test_wcdma_mo_mt_add_swap_twice_drop_held(self): """Test swap feature in WCDMA call. @@ -4474,6 +4553,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): ads_active=[ads[0], ads[2]]) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="f38c4cd5-53b4-43d0-a5fa-2a008a96cedc") def test_wcdma_mo_mt_add_swap_twice_drop_active(self): """Test swap feature in WCDMA call. @@ -4498,6 +4578,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): ads_active=[ads[0], ads[1]]) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="734689e8-2acd-405f-be93-db62e2606252") def test_wcdma_mo_mo_add_swap_once_drop_held(self): """Test swap feature in WCDMA call. @@ -4521,6 +4602,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): ads_active=[ads[0], ads[1]]) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="126f294e-590a-4392-8fbd-1b826cd97214") def test_wcdma_mo_mo_add_swap_once_drop_active(self): """Test swap feature in WCDMA call. @@ -4544,6 +4626,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): ads_active=[ads[0], ads[2]]) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="e5f36f28-ec2b-4958-8578-c0454ef2a8ad") def test_wcdma_mo_mt_add_swap_once_drop_held(self): """Test swap feature in WCDMA call. @@ -4567,6 +4650,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): ads_active=[ads[0], ads[1]]) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="a2252ebe-3ee2-4b9e-b76b-6be68d6b2719") def test_wcdma_mo_mt_add_swap_once_drop_active(self): """Test swap feature in WCDMA call. @@ -4590,6 +4674,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): ads_active=[ads[0], ads[2]]) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="cba48f87-4026-422d-a760-f913d2763ee9") def test_csfb_wcdma_mo_mo_add_swap_twice_drop_held(self): """Test swap feature in CSFB WCDMA call. @@ -4614,6 +4699,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): ads_active=[ads[0], ads[2]]) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="3e6bd083-ccae-4962-a3d7-4194ed685b64") def test_csfb_wcdma_mo_mo_add_swap_twice_drop_active(self): """Test swap feature in CSFB WCDMA call. @@ -4638,6 +4724,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): ads_active=[ads[0], ads[1]]) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="a1972846-0bca-4583-a966-11ebf0670c04") def test_csfb_wcdma_mo_mt_add_swap_twice_drop_held(self): """Test swap feature in CSFB WCDMA call. @@ -4662,6 +4749,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): ads_active=[ads[0], ads[2]]) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="98609dfd-07fb-4414-bf6e-46144205fe70") def test_csfb_wcdma_mo_mt_add_swap_twice_drop_active(self): """Test swap feature in CSFB WCDMA call. @@ -4686,6 +4774,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): ads_active=[ads[0], ads[1]]) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="0c4c9b0b-ef7a-4e3d-9d31-dde721444820") def test_csfb_wcdma_mo_mo_add_swap_once_drop_held(self): """Test swap feature in CSFB WCDMA call. @@ -4709,6 +4798,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): ads_active=[ads[0], ads[1]]) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="ee0f7772-9e58-4a00-8eb5-a03b3e5baf40") def test_csfb_wcdma_mo_mo_add_swap_once_drop_active(self): """Test swap feature in CSFB WCDMA call. @@ -4732,6 +4822,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): ads_active=[ads[0], ads[2]]) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="2f9e0120-c052-467b-be45-313ada433dce") def test_csfb_wcdma_mo_mt_add_swap_once_drop_held(self): """Test swap feature in CSFB WCDMA call. @@ -4755,6 +4846,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): ads_active=[ads[0], ads[1]]) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="9110ad34-04e4-4d0f-9ac0-183ad9e6fa8a") def test_csfb_wcdma_mo_mt_add_swap_once_drop_active(self): """Test swap feature in CSFB WCDMA call. @@ -4778,6 +4870,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): ads_active=[ads[0], ads[2]]) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="8cca4681-a5d4-472a-b0b5-46b79a6892a7") def test_volte_mo_mo_add_volte_swap_once_merge_drop_second_call_from_participant_no_cep( self): """ Test swap and merge features in VoLTE call. No CEP. @@ -4800,6 +4893,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="9168698e-987a-42e3-8bc6-2a433fa4b5e3") def test_volte_mo_mo_add_volte_swap_once_merge_drop_second_call_from_participant_cep( self): """ Test swap and merge features in VoLTE call. CEP enabled. @@ -4822,6 +4916,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="397bfab8-6651-4438-a603-22657fd69b84") def test_volte_mo_mo_add_volte_swap_once_merge_drop_second_call_from_host_cep( self): """ Test swap and merge features in VoLTE call. CEP enabled. @@ -4844,6 +4939,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="ba766c4c-690f-407b-87f8-05a91783e224") def test_volte_mo_mo_add_volte_swap_once_merge_drop_first_call_from_participant_cep( self): """ Test swap and merge features in VoLTE call. CEP enabled. @@ -4866,6 +4962,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="1e45c749-6d4c-4d30-b104-bfcc37e13f1d") def test_volte_mo_mo_add_volte_swap_once_merge_drop_first_call_from_host_cep( self): """ Test swap and merge features in VoLTE call. CEP enabled. @@ -4888,6 +4985,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="d6648e19-8001-483a-a83b-a92b638a7650") def test_volte_mo_mo_add_volte_swap_twice_merge_drop_second_call_from_participant_no_cep( self): """ Test swap and merge features in VoLTE call. No CEP. @@ -4911,6 +5009,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="18d3c304-ad04-409f-bfd4-fd3f01f9a51e") def test_volte_mo_mo_add_volte_swap_twice_merge_drop_second_call_from_participant_cep( self): """ Test swap and merge features in VoLTE call. CEP enabled. @@ -4934,6 +5033,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="f1e71550-3a45-45e4-88e4-7e4da919d58e") def test_volte_mo_mo_add_volte_swap_twice_merge_drop_second_call_from_host_cep( self): """ Test swap and merge features in VoLTE call. CEP enabled. @@ -4957,6 +5057,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="60cc8bd1-4270-4b5c-9d29-9fa36a357503") def test_volte_mo_mo_add_volte_swap_twice_merge_drop_first_call_from_participant_cep( self): """ Test swap and merge features in VoLTE call. CEP enabled. @@ -4980,6 +5081,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="7d81c5f8-5ee1-4ad2-b08e-3e4c97748a66") def test_volte_mo_mo_add_volte_swap_twice_merge_drop_first_call_from_host_cep( self): """ Test swap and merge features in VoLTE call. CEP enabled. @@ -5003,6 +5105,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="5a887fde-8f9b-436b-ae8d-5ff97a884fc9") def test_volte_mo_mt_add_volte_swap_once_merge_drop_second_call_from_participant_no_cep( self): """ Test swap and merge features in VoLTE call. No CEP. @@ -5025,6 +5128,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="82574508-0d77-42cf-bf60-9fdddee24c42") def test_volte_mo_mt_add_volte_swap_once_merge_drop_second_call_from_participant_cep( self): """ Test swap and merge features in VoLTE call. CEP enabled. @@ -5047,6 +5151,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="8f30c425-c689-43b8-84f3-f24f7d9216f6") def test_volte_mo_mt_add_volte_swap_once_merge_drop_second_call_from_host_cep( self): """ Test swap and merge features in VoLTE call. CEP enabled. @@ -5069,6 +5174,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="2a67845f-ccfd-4c06-aedc-9d6c1f022959") def test_volte_mo_mt_add_volte_swap_once_merge_drop_first_call_from_participant_cep( self): """ Test swap and merge features in VoLTE call. CEP enabled. @@ -5091,6 +5197,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="0a5d1305-0890-40c4-8c7a-070876423e16") def test_volte_mo_mt_add_volte_swap_once_merge_drop_first_call_from_host_cep( self): """ Test swap and merge features in VoLTE call. CEP enabled. @@ -5113,6 +5220,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="77bbb5ec-fd16-4031-b316-7f6563b79a3d") def test_volte_mo_mt_add_volte_swap_twice_merge_drop_second_call_from_participant_no_cep( self): """ Test swap and merge features in VoLTE call. No CEP. @@ -5136,6 +5244,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="09cd41cd-821d-4d09-9b1e-7330dca77150") def test_volte_mo_mt_add_volte_swap_twice_merge_drop_second_call_from_participant_cep( self): """ Test swap and merge features in VoLTE call. CEP enabled. @@ -5159,6 +5268,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="bdb2791e-92d0-44a3-aa8f-bd83e8159cb7") def test_volte_mo_mt_add_volte_swap_twice_merge_drop_second_call_from_host_cep( self): """ Test swap and merge features in VoLTE call. CEP enabled. @@ -5182,6 +5292,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="4f54e67d-7c7a-4952-ae09-f940094ec1ff") def test_volte_mo_mt_add_volte_swap_twice_merge_drop_first_call_from_participant_cep( self): """ Test swap and merge features in VoLTE call. CEP enabled. @@ -5205,6 +5316,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="4ca28f9f-098f-4f71-b89c-9b2793aa2f5f") def test_volte_mo_mt_add_volte_swap_twice_merge_drop_first_call_from_host_cep( self): """ Test swap and merge features in VoLTE call. CEP enabled. @@ -5228,6 +5340,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="f025c100-bb77-436e-b8ab-0c23a3d43318") def test_volte_mt_mt_add_volte_swap_once_merge_drop_second_call_from_participant_no_cep( self): """ Test swap and merge features in VoLTE call. No CEP. @@ -5250,6 +5363,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="b6cd6b06-0984-4588-892e-939d332bf147") def test_volte_mt_mt_add_volte_swap_once_merge_drop_second_call_from_participant_cep( self): """ Test swap and merge features in VoLTE call. CEP enabled. @@ -5272,6 +5386,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="f7bda827-79bd-41cc-b720-140f49b381d9") def test_volte_mt_mt_add_volte_swap_once_merge_drop_second_call_from_host_cep( self): """ Test swap and merge features in VoLTE call. CEP enabled. @@ -5294,6 +5409,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="de8aae4e-c8fc-4996-9d0b-56c3904c9bb4") def test_volte_mt_mt_add_volte_swap_once_merge_drop_first_call_from_participant_cep( self): """ Test swap and merge features in VoLTE call. CEP enabled. @@ -5316,6 +5432,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="35d72ebf-1a99-4571-8993-2899925f5489") def test_volte_mt_mt_add_volte_swap_once_merge_drop_first_call_from_host_cep( self): """ Test swap and merge features in VoLTE call. CEP enabled. @@ -5338,6 +5455,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="96c4c9d2-2e00-41a8-b4ce-3a9377262d36") def test_volte_mt_mt_add_volte_swap_twice_merge_drop_second_call_from_participant_no_cep( self): """ Test swap and merge features in VoLTE call. No CEP. @@ -5361,6 +5479,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="e1e0bb6c-c2d5-4566-80b1-46bfb0b95544") def test_volte_mt_mt_add_volte_swap_twice_merge_drop_second_call_from_participant_cep( self): """ Test swap and merge features in VoLTE call. CEP enabled. @@ -5384,6 +5503,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="764b5930-ba96-4901-b629-e753bc5c8d8e") def test_volte_mt_mt_add_volte_swap_twice_merge_drop_second_call_from_host_cep( self): """ Test swap and merge features in VoLTE call. CEP enabled. @@ -5407,6 +5527,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="e03e52a1-7e7b-4a53-a496-3092a35153ae") def test_volte_mt_mt_add_volte_swap_twice_merge_drop_first_call_from_participant_cep( self): """ Test swap and merge features in VoLTE call. CEP enabled. @@ -5430,6 +5551,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="10a63692-56de-4563-b223-91e8814ddbc9") def test_volte_mt_mt_add_volte_swap_twice_merge_drop_first_call_from_host_cep( self): """ Test swap and merge features in VoLTE call. CEP enabled. @@ -5453,6 +5575,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="cf4b1fe2-40d7-409b-a4ec-06bdb9a0d957") def test_volte_mo_mo_add_wcdma_swap_once_merge_drop_second_call_from_participant_no_cep( self): """ Test VoLTE Conference Call among three phones. No CEP. @@ -5475,6 +5598,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="fcc9dbd2-919d-4552-838c-2b672fb24b2b") def test_volte_mo_mo_add_wcdma_swap_once_merge_drop_second_call_from_participant_cep( self): """ Test swap and merge features in VoLTE call. CEP enabled. @@ -5497,6 +5621,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="37021d31-4242-46a2-adbf-eb7b987e4a43") def test_volte_mo_mo_add_wcdma_swap_once_merge_drop_second_call_from_host_cep( self): """ Test swap and merge features in VoLTE call. CEP enabled. @@ -5519,6 +5644,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="cc362118-ccd1-4502-96f1-b3584b0c6bf3") def test_volte_mo_mo_add_wcdma_swap_once_merge_drop_first_call_from_participant_cep( self): """ Test swap and merge features in VoLTE call. CEP enabled. @@ -5541,6 +5667,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="be57dd4f-020f-4491-9cd0-2461dcd0806b") def test_volte_mo_mo_add_wcdma_swap_once_merge_drop_first_call_from_host_cep( self): """ Test swap and merge features in VoLTE call. CEP enabled. @@ -5563,6 +5690,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="058425ca-7b25-4a85-a5c7-bfdcd7920f15") def test_volte_mo_mo_add_wcdma_swap_twice_merge_drop_second_call_from_participant_no_cep( self): """ Test VoLTE Conference Call among three phones. No CEP. @@ -5586,6 +5714,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="5f691165-d099-419d-a50e-1547c8677f6b") def test_volte_mo_mo_add_wcdma_swap_twice_merge_drop_second_call_from_participant_cep( self): """ Test swap and merge features in VoLTE call. CEP enabled. @@ -5609,6 +5738,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="4fc8459e-23c6-408a-a061-e8f182086dd6") def test_volte_mo_mo_add_wcdma_swap_twice_merge_drop_second_call_from_host_cep( self): """ Test swap and merge features in VoLTE call. CEP enabled. @@ -5632,6 +5762,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="3026802f-ddca-41e4-ae6f-db0c994613a7") def test_volte_mo_mo_add_wcdma_swap_twice_merge_drop_first_call_from_participant_cep( self): """ Test swap and merge features in VoLTE call. CEP enabled. @@ -5655,6 +5786,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="5ce98774-66b4-4710-b0da-e43bb7fa1c0f") def test_volte_mo_mo_add_wcdma_swap_twice_merge_drop_first_call_from_host_cep( self): """ Test swap and merge features in VoLTE call. CEP enabled. @@ -5678,6 +5810,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="61766517-8762-4db3-9366-609c0f1a43b5") def test_volte_mo_mt_add_wcdma_swap_once_merge_drop_second_call_from_participant_no_cep( self): """ Test VoLTE Conference Call among three phones. No CEP. @@ -5700,6 +5833,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="9a809168-1ca4-4672-a5b3-934aeed0f06c") def test_volte_mo_mt_add_wcdma_swap_once_merge_drop_second_call_from_participant_cep( self): """ Test swap and merge features in VoLTE call. CEP enabled. @@ -5722,6 +5856,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="4a146608-fbc7-4828-b2ee-77e08c19ddec") def test_volte_mo_mt_add_wcdma_swap_once_merge_drop_second_call_from_host_cep( self): """ Test swap and merge features in VoLTE call. CEP enabled. @@ -5744,6 +5879,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="4a3d4c0b-912a-4922-a4a3-f0bdf600c376") def test_volte_mo_mt_add_wcdma_swap_once_merge_drop_first_call_from_participant_cep( self): """ Test swap and merge features in VoLTE call. CEP enabled. @@ -5766,6 +5902,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="614903e0-7091-4791-9af6-076799e43a97") def test_volte_mo_mt_add_wcdma_swap_once_merge_drop_first_call_from_host_cep( self): """ Test swap and merge features in VoLTE call. CEP enabled. @@ -5788,6 +5925,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="cea2ffc9-b8c8-46df-8f58-b606f3d352e2") def test_volte_mo_mt_add_wcdma_swap_twice_merge_drop_second_call_from_participant_no_cep( self): """ Test VoLTE Conference Call among three phones. No CEP. @@ -5811,6 +5949,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="4b0e040a-f199-4dc4-9f98-eb923f79814e") def test_volte_mo_mt_add_wcdma_swap_twice_merge_drop_second_call_from_participant_cep( self): """ Test swap and merge features in VoLTE call. CEP enabled. @@ -5834,6 +5973,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="56d45561-8e9b-40d4-bacc-a4c5ac4c2af0") def test_volte_mo_mt_add_wcdma_swap_twice_merge_drop_second_call_from_host_cep( self): """ Test swap and merge features in VoLTE call. CEP enabled. @@ -5857,6 +5997,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="790ccd53-07e6-471b-a224-b7eeb3a83116") def test_volte_mo_mt_add_wcdma_swap_twice_merge_drop_first_call_from_participant_cep( self): """ Test swap and merge features in VoLTE call. CEP enabled. @@ -5880,6 +6021,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="84083401-22af-4568-929a-4fd29e39db5c") def test_volte_mo_mt_add_wcdma_swap_twice_merge_drop_first_call_from_host_cep( self): """ Test swap and merge features in VoLTE call. CEP enabled. @@ -5903,6 +6045,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="11a3d9cd-6f05-4638-9683-3ee475e41fdb") def test_volte_mt_mt_add_wcdma_swap_once_merge_drop_second_call_from_participant_no_cep( self): """ Test VoLTE Conference Call among three phones. No CEP. @@ -5925,6 +6068,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="ff03b64e-fccd-45e3-8245-f8c6cb328212") def test_volte_mt_mt_add_wcdma_swap_once_merge_drop_second_call_from_participant_cep( self): """ Test swap and merge features in VoLTE call. CEP enabled. @@ -5947,6 +6091,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="c1822404-df8e-4b0c-b5d2-f70bb8c3119d") def test_volte_mt_mt_add_wcdma_swap_once_merge_drop_second_call_from_host_cep( self): """ Test swap and merge features in VoLTE call. CEP enabled. @@ -5969,6 +6114,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="3ebf7526-57f9-47f5-9196-b483384d6759") def test_volte_mt_mt_add_wcdma_swap_once_merge_drop_first_call_from_participant_cep( self): """ Test swap and merge features in VoLTE call. CEP enabled. @@ -5991,6 +6137,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="8b8e664d-e872-493f-bff9-34a9500b2c25") def test_volte_mt_mt_add_wcdma_swap_once_merge_drop_first_call_from_host_cep( self): """ Test swap and merge features in VoLTE call. CEP enabled. @@ -6013,6 +6160,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="aa4079dd-b5c6-41a3-ae0f-99f17fd0bae0") def test_volte_mt_mt_add_wcdma_swap_twice_merge_drop_second_call_from_participant_no_cep( self): """ Test VoLTE Conference Call among three phones. No CEP. @@ -6036,6 +6184,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="d9f32013-529c-46c3-9963-405ebbdbc537") def test_volte_mt_mt_add_wcdma_swap_twice_merge_drop_second_call_from_participant_cep( self): """ Test swap and merge features in VoLTE call. CEP enabled. @@ -6059,6 +6208,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="93331954-4403-47ec-8af3-1a791ea2fc8b") def test_volte_mt_mt_add_wcdma_swap_twice_merge_drop_second_call_from_host_cep( self): """ Test swap and merge features in VoLTE call. CEP enabled. @@ -6082,6 +6232,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="c5a47e45-166b-46db-8b12-734d5d062509") def test_volte_mt_mt_add_wcdma_swap_twice_merge_drop_first_call_from_participant_cep( self): """ Test swap and merge features in VoLTE call. CEP enabled. @@ -6105,6 +6256,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="05bff9cf-492d-4511-ac0e-b54f1d5fa454") def test_volte_mt_mt_add_wcdma_swap_twice_merge_drop_first_call_from_host_cep( self): """ Test swap and merge features in VoLTE call. CEP enabled. @@ -6128,6 +6280,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="f02add29-d61a-42f4-a1f0-271815e03c45") def test_volte_mo_mo_add_1x_swap_once_merge_drop_second_call_from_participant_no_cep( self): """ Test swap and merge features in VoLTE call. No CEP. @@ -6150,6 +6303,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="776821e8-259b-441e-a126-45a990e6e14d") def test_volte_mo_mo_add_1x_swap_once_merge_drop_second_call_from_participant_cep( self): """ Test swap and merge features in VoLTE call. CEP enabled. @@ -6172,6 +6326,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="c542c999-d1c7-47f9-ba5c-50a582afa9e5") def test_volte_mo_mo_add_1x_swap_once_merge_drop_second_call_from_host_cep( self): """ Test swap and merge features in VoLTE call. CEP enabled. @@ -6194,6 +6349,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="d40c681a-1bce-4012-a30c-774e6698ba3a") def test_volte_mo_mo_add_1x_swap_once_merge_drop_first_call_from_participant_cep( self): """ Test swap and merge features in VoLTE call. CEP enabled. @@ -6216,6 +6372,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="2805f272-5ada-4dd4-916a-36070905aec4") def test_volte_mo_mo_add_1x_swap_once_merge_drop_first_call_from_host_cep( self): """ Test swap and merge features in VoLTE call. CEP enabled. @@ -6238,6 +6395,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="eb2d010c-ec32-409b-8272-5b950e0076f9") def test_volte_mo_mo_add_1x_swap_twice_merge_drop_second_call_from_participant_no_cep( self): """ Test swap and merge features in VoLTE call. No CEP. @@ -6261,6 +6419,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="03bb2fa3-8596-4c66-8adb-a3f9c9085420") def test_volte_mo_mo_add_1x_swap_twice_merge_drop_second_call_from_participant_cep( self): """ Test swap and merge features in VoLTE call. CEP enabled. @@ -6284,6 +6443,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="df3bb0e7-7d72-487a-8cb8-fa75b86662ef") def test_volte_mo_mo_add_1x_swap_twice_merge_drop_second_call_from_host_cep( self): """ Test swap and merge features in VoLTE call. CEP enabled. @@ -6307,6 +6467,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="3893ce25-0fad-4eb8-af35-f9ebf47c0615") def test_volte_mo_mo_add_1x_swap_twice_merge_drop_first_call_from_participant_cep( self): """ Test swap and merge features in VoLTE call. CEP enabled. @@ -6330,6 +6491,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="fcd0e656-4e98-40f2-b0ce-5ed90c7c4a81") def test_volte_mo_mo_add_1x_swap_twice_merge_drop_first_call_from_host_cep( self): """ Test swap and merge features in VoLTE call. CEP enabled. @@ -6353,6 +6515,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="009b5b45-d863-4891-8403-06656b542f3d") def test_volte_mo_mt_add_1x_swap_once_merge_drop_second_call_from_participant_no_cep( self): """ Test swap and merge features in VoLTE call. No CEP. @@ -6375,6 +6538,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="8cfe9354-70db-4dbb-8950-b02e65f9d6ba") def test_volte_mo_mt_add_1x_swap_once_merge_drop_second_call_from_participant_cep( self): """ Test swap and merge features in VoLTE call. CEP enabled. @@ -6397,6 +6561,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="d2502a9f-b35a-4390-b664-300b8310b55a") def test_volte_mo_mt_add_1x_swap_once_merge_drop_second_call_from_host_cep( self): """ Test swap and merge features in VoLTE call. CEP enabled. @@ -6419,6 +6584,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="1fbddcd1-2268-4c2c-a737-c0bcbdc842cb") def test_volte_mo_mt_add_1x_swap_once_merge_drop_first_call_from_participant_cep( self): """ Test swap and merge features in VoLTE call. CEP enabled. @@ -6441,6 +6607,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="91a33ca8-508b-457e-a72f-6fabd00b2453") def test_volte_mo_mt_add_1x_swap_once_merge_drop_first_call_from_host_cep( self): """ Test swap and merge features in VoLTE call. CEP enabled. @@ -6463,6 +6630,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="3642995f-4de0-4327-86d6-c9e37416c7e7") def test_volte_mo_mt_add_1x_swap_twice_merge_drop_second_call_from_participant_no_cep( self): """ Test swap and merge features in VoLTE call. No CEP. @@ -6486,6 +6654,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="dd11f3af-09af-4fa3-9c90-8497bbd8687e") def test_volte_mo_mt_add_1x_swap_twice_merge_drop_second_call_from_participant_cep( self): """ Test swap and merge features in VoLTE call. CEP enabled. @@ -6509,6 +6678,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="172360a1-47b2-430a-8a9c-cae6d29813b6") def test_volte_mo_mt_add_1x_swap_twice_merge_drop_second_call_from_host_cep( self): """ Test swap and merge features in VoLTE call. CEP enabled. @@ -6532,6 +6702,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="05d63cef-45b6-47df-8999-aac2e6ecfc9f") def test_volte_mo_mt_add_1x_swap_twice_merge_drop_first_call_from_participant_cep( self): """ Test swap and merge features in VoLTE call. CEP enabled. @@ -6555,6 +6726,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="e02dfbc5-ffa3-4bff-a45e-1b3f4147005e") def test_volte_mo_mt_add_1x_swap_twice_merge_drop_first_call_from_host_cep( self): """ Test swap and merge features in VoLTE call. CEP enabled. @@ -6578,6 +6750,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="55bb85a0-bfbd-4b97-bd94-871e82276875") def test_volte_mt_mt_add_1x_swap_once_merge_drop_second_call_from_participant_no_cep( self): """ Test swap and merge features in VoLTE call. No CEP. @@ -6600,6 +6773,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="31e71818-3522-4e04-8f26-ad26683f16d1") def test_volte_mt_mt_add_1x_swap_once_merge_drop_second_call_from_participant_cep( self): """ Test swap and merge features in VoLTE call. CEP enabled. @@ -6622,6 +6796,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="0b51183d-3f92-4fe8-9487-64a72696a838") def test_volte_mt_mt_add_1x_swap_once_merge_drop_second_call_from_host_cep( self): """ Test swap and merge features in VoLTE call. CEP enabled. @@ -6644,6 +6819,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="2aee2db7-fcd0-4b0a-aaa0-b946a14e91bd") def test_volte_mt_mt_add_1x_swap_once_merge_drop_first_call_from_participant_cep( self): """ Test swap and merge features in VoLTE call. CEP enabled. @@ -6666,6 +6842,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="d78bbe8e-6d39-4843-9eaa-47f06b6e9a95") def test_volte_mt_mt_add_1x_swap_once_merge_drop_first_call_from_host_cep( self): """ Test swap and merge features in VoLTE call. CEP enabled. @@ -6688,6 +6865,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="bbf4dcd8-3e1d-4ad0-a4fd-bf875e409f15") def test_volte_mt_mt_add_1x_swap_twice_merge_drop_second_call_from_participant_no_cep( self): """ Test swap and merge features in VoLTE call. No CEP. @@ -6711,6 +6889,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="c222e199-497b-4c34-886d-b35592ccd3b2") def test_volte_mt_mt_add_1x_swap_twice_merge_drop_second_call_from_participant_cep( self): """ Test swap and merge features in VoLTE call. CEP enabled. @@ -6734,6 +6913,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="d916eef5-b942-48fe-9c63-be7e283b197d") def test_volte_mt_mt_add_1x_swap_twice_merge_drop_second_call_from_host_cep( self): """ Test swap and merge features in VoLTE call. CEP enabled. @@ -6757,6 +6937,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="e34acc9d-4389-4bc3-b34d-6b7e8173cadf") def test_volte_mt_mt_add_1x_swap_twice_merge_drop_first_call_from_participant_cep( self): """ Test swap and merge features in VoLTE call. CEP enabled. @@ -6780,6 +6961,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="31ddc496-03a5-407f-b925-8cea04dbdae0") def test_volte_mt_mt_add_1x_swap_twice_merge_drop_first_call_from_host_cep( self): """ Test swap and merge features in VoLTE call. CEP enabled. @@ -6803,6 +6985,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="35b6fa0f-780f-4436-93a0-70f9b79bc71a") def test_csfb_wcdma_mo_mo_add_swap_once_merge_drop(self): """Test swap and merge feature in CSFB WCDMA call. @@ -6821,6 +7004,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): return self._test_wcdma_conference_merge_drop(call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="9102ce81-0c17-4c7a-93df-f240245a07c5") def test_csfb_wcdma_mo_mo_add_swap_twice_merge_drop(self): """Test swap and merge feature in CSFB WCDMA call. @@ -6840,6 +7024,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): return self._test_wcdma_conference_merge_drop(call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="b85ff5a7-f512-4585-a6b1-d92c9e7c25de") def test_csfb_wcdma_mo_mt_add_swap_once_merge_drop(self): """Test swap and merge feature in CSFB WCDMA call. @@ -6858,6 +7043,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): return self._test_wcdma_conference_merge_drop(call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="83a74ce1-9028-4e67-a417-599616ab0b2c") def test_csfb_wcdma_mo_mt_add_swap_twice_merge_drop(self): """Test swap and merge feature in CSFB WCDMA call. @@ -6877,6 +7063,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): return self._test_wcdma_conference_merge_drop(call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="835fe3d6-4e44-451c-9c5f-277b8842bf10") def test_wcdma_mo_mo_add_swap_once_merge_drop(self): """Test swap and merge feature in WCDMA call. @@ -6895,6 +7082,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): return self._test_wcdma_conference_merge_drop(call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="627eb239-c6f6-47dc-b4cf-8d1796599417") def test_wcdma_mo_mo_add_swap_twice_merge_drop(self): """Test swap and merge feature in WCDMA call. @@ -6914,6 +7102,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): return self._test_wcdma_conference_merge_drop(call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="571efb21-0ed5-4871-a7d8-f86d94e0ef25") def test_wcdma_mo_mt_add_swap_once_merge_drop(self): """Test swap and merge feature in WCDMA call. @@ -6932,6 +7121,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): return self._test_wcdma_conference_merge_drop(call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="c981a90a-19b8-4582-a07c-1e9447fbe9ae") def test_wcdma_mo_mt_add_swap_twice_merge_drop(self): """Test swap and merge feature in WCDMA call. @@ -6951,6 +7141,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): return self._test_wcdma_conference_merge_drop(call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="23843881-320b-4071-bbc8-93cd1ee08408") def test_wcdma_mt_mt_add_swap_once_merge_drop(self): """Test swap and merge feature in WCDMA call. @@ -6969,6 +7160,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): return self._test_wcdma_conference_merge_drop(call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="e447ec45-016c-4723-a954-4bde2e342cb2") def test_wcdma_mt_mt_add_swap_twice_merge_drop(self): """Test swap and merge feature in WCDMA call. @@ -6988,6 +7180,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): return self._test_wcdma_conference_merge_drop(call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="876dc6b2-75c2-4fb5-92a0-35d3d29fbd42") def test_wcdma_mt_mt_add_merge_unmerge_swap_drop(self): """Test Conference Call Unmerge operation. @@ -7085,6 +7278,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): ads_active=[ads[0], ads[1]]) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="63da439e-23f3-4c3c-9e7e-3af6500342c5") def test_epdg_mo_mo_add_epdg_merge_drop_wfc_wifi_only(self): """ Test Conf Call among three phones. @@ -7119,6 +7313,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): return self._test_epdg_conference_merge_drop(call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="89b9f228-97a6-4e5c-96b9-a7f87d847c22") def test_epdg_mo_mo_add_epdg_merge_drop_wfc_wifi_preferred(self): """ Test Conf Call among three phones. @@ -7153,6 +7348,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): return self._test_epdg_conference_merge_drop(call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="2c6dc281-59b0-4ea4-b811-e4c3a4d654ab") def test_epdg_mo_mt_add_epdg_merge_drop_wfc_wifi_only(self): """ Test Conf Call among three phones. @@ -7187,6 +7383,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): return self._test_epdg_conference_merge_drop(call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="f6727241-b727-4eb8-8c0d-f61d3a14a635") def test_epdg_mo_mt_add_epdg_merge_drop_wfc_wifi_preferred(self): """ Test Conf Call among three phones. @@ -7221,6 +7418,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): return self._test_epdg_conference_merge_drop(call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="c9e54db0-2b0b-428b-ba63-619ad0b8637b") def test_epdg_mt_mt_add_epdg_merge_drop_wfc_wifi_only(self): """ Test Conf Call among three phones. @@ -7255,6 +7453,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): return self._test_epdg_conference_merge_drop(call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="a478cc82-d95c-43fc-9735-d8333b8937e2") def test_epdg_mt_mt_add_epdg_merge_drop_wfc_wifi_preferred(self): """ Test Conf Call among three phones. @@ -7289,6 +7488,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): return self._test_epdg_conference_merge_drop(call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="b1acb263-1481-44a5-b18e-58bdeff7bc1e") def test_epdg_mo_mo_add_volte_merge_drop_wfc_wifi_only(self): """ Test Conf Call among three phones. @@ -7319,6 +7519,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): return self._test_epdg_conference_merge_drop(call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="03b8a0d2-80dd-465a-ad14-5db94cdbcc53") def test_epdg_mo_mo_add_volte_merge_drop_wfc_wifi_preferred(self): """ Test Conf Call among three phones. @@ -7349,6 +7550,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): return self._test_epdg_conference_merge_drop(call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="9eb1a816-1e2c-41da-b083-2026163a3893") def test_epdg_mo_mt_add_volte_merge_drop_wfc_wifi_only(self): """ Test Conf Call among three phones. @@ -7379,6 +7581,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): return self._test_epdg_conference_merge_drop(call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="3d66a1b6-916f-4221-bd99-21ff4d40ebb8") def test_epdg_mo_mt_add_volte_merge_drop_wfc_wifi_preferred(self): """ Test Conf Call among three phones. @@ -7409,6 +7612,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): return self._test_epdg_conference_merge_drop(call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="9d8e8b2f-e2b9-4607-8c54-6233b3096123") def test_epdg_mo_mo_add_wcdma_merge_drop_wfc_wifi_only(self): """ Test Conf Call among three phones. @@ -7439,6 +7643,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): return self._test_epdg_conference_merge_drop(call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="0884206b-2471-4a7e-95aa-228379416ff8") def test_epdg_mo_mo_add_wcdma_merge_drop_wfc_wifi_preferred(self): """ Test Conf Call among three phones. @@ -7469,6 +7674,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): return self._test_epdg_conference_merge_drop(call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="c7706af6-dc77-4002-b295-66c60aeace6b") def test_epdg_mo_mt_add_wcdma_merge_drop_wfc_wifi_only(self): """ Test Conf Call among three phones. @@ -7499,6 +7705,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): return self._test_epdg_conference_merge_drop(call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="b079618f-e32b-4ba0-9009-06e013805c39") def test_epdg_mo_mt_add_wcdma_merge_drop_wfc_wifi_preferred(self): """ Test Conf Call among three phones. @@ -7529,6 +7736,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): return self._test_epdg_conference_merge_drop(call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="571fe98b-354f-4038-8441-0e4b1840eb7a") def test_epdg_mo_mo_add_1x_merge_drop_wfc_wifi_only(self): """ Test Conf Call among three phones. @@ -7559,6 +7767,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): return self._test_epdg_conference_merge_drop(call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="8f531f3c-493e-43d6-9d6d-f4990b5feba4") def test_epdg_mo_mo_add_1x_merge_drop_wfc_wifi_preferred(self): """ Test Conf Call among three phones. @@ -7589,6 +7798,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): return self._test_epdg_conference_merge_drop(call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="00e1194b-3c06-46c4-8764-0339c0aa9f9e") def test_epdg_mo_mt_add_1x_merge_drop_wfc_wifi_only(self): """ Test Conf Call among three phones. @@ -7619,6 +7829,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): return self._test_epdg_conference_merge_drop(call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="c94f6444-d265-4277-9555-57041e3c4ff4") def test_epdg_mo_mt_add_1x_merge_drop_wfc_wifi_preferred(self): """ Test Conf Call among three phones. @@ -7649,6 +7860,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): return self._test_epdg_conference_merge_drop(call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="0980745e-dcdc-4c56-84e3-e2ee076059ee") def test_epdg_mo_mo_add_epdg_swap_once_merge_drop_wfc_wifi_only(self): """Test swap and merge feature in epdg call. @@ -7682,6 +7894,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): return self._test_epdg_conference_merge_drop(call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="6bf0b152-fb1c-4edc-9525-b39e8640b967") def test_epdg_mo_mo_add_epdg_swap_once_merge_drop_wfc_wifi_preferred(self): """Test swap and merge feature in epdg call. @@ -7715,6 +7928,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): return self._test_epdg_conference_merge_drop(call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="e3013df6-98ca-4318-85ba-04011ba0a24f") def test_epdg_mo_mo_add_epdg_swap_twice_merge_drop_wfc_wifi_only(self): """Test swap and merge feature in epdg call. @@ -7749,6 +7963,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): return self._test_epdg_conference_merge_drop(call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="e88bf042-8799-44c7-bc50-66ac1e1fb2ac") def test_epdg_mo_mo_add_epdg_swap_twice_merge_drop_wfc_wifi_preferred( self): """Test swap and merge feature in epdg call. @@ -7784,6 +7999,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): return self._test_epdg_conference_merge_drop(call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="a8302e73-82a4-4409-b038-5c604fb4c66c") def test_epdg_mo_mt_add_epdg_swap_once_merge_drop_wfc_wifi_only(self): """Test swap and merge feature in epdg call. @@ -7817,6 +8033,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): return self._test_epdg_conference_merge_drop(call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="80f69baf-1649-4858-b35c-b25baf79b42c") def test_epdg_mo_mt_add_epdg_swap_once_merge_drop_wfc_wifi_preferred(self): """Test swap and merge feature in epdg call. @@ -7850,6 +8067,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): return self._test_epdg_conference_merge_drop(call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="1ac0c067-49fb-41d9-8649-cc709bdd8926") def test_epdg_mo_mt_add_epdg_swap_twice_merge_drop_wfc_wifi_only(self): """Test swap and merge feature in epdg call. @@ -7884,6 +8102,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): return self._test_epdg_conference_merge_drop(call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="b20b1a94-048c-4f10-9261-dde79e1edb00") def test_epdg_mo_mt_add_epdg_swap_twice_merge_drop_wfc_wifi_preferred( self): """Test swap and merge feature in epdg call. @@ -7919,6 +8138,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): return self._test_epdg_conference_merge_drop(call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="402b175f-1510-4e2a-97c2-7c9ea5ce40f6") def test_epdg_mo_mo_add_volte_swap_once_merge_drop_wfc_wifi_only(self): """Test swap and merge feature in epdg call. @@ -7948,6 +8168,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): return self._test_epdg_conference_merge_drop(call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="7c710fbf-4b77-4b46-9719-e17b3d047cfc") def test_epdg_mo_mo_add_volte_swap_once_merge_drop_wfc_wifi_preferred( self): """Test swap and merge feature in epdg call. @@ -7978,6 +8199,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): return self._test_epdg_conference_merge_drop(call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="642afbac-30c1-4dbf-bf3e-758ab6c3a306") def test_epdg_mo_mo_add_volte_swap_twice_merge_drop_wfc_wifi_only(self): """Test swap and merge feature in epdg call. @@ -8008,6 +8230,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): return self._test_epdg_conference_merge_drop(call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="a4ae1e39-ed6d-412e-b821-321c715a5d47") def test_epdg_mo_mo_add_volte_swap_twice_merge_drop_wfc_wifi_preferred( self): """Test swap and merge feature in epdg call. @@ -8039,6 +8262,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): return self._test_epdg_conference_merge_drop(call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="7b8431f2-8a49-4aa9-b84d-77f16a6a2c30") def test_epdg_mo_mt_add_volte_swap_once_merge_drop_wfc_wifi_only(self): """Test swap and merge feature in epdg call. @@ -8068,6 +8292,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): return self._test_epdg_conference_merge_drop(call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="5b4d7444-32a1-4e82-8847-1c4ae002edca") def test_epdg_mo_mt_add_volte_swap_once_merge_drop_wfc_wifi_preferred( self): """Test swap and merge feature in epdg call. @@ -8098,6 +8323,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): return self._test_epdg_conference_merge_drop(call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="88c6c179-0b56-4d03-b5e4-76a147a40995") def test_epdg_mo_mt_add_volte_swap_twice_merge_drop_wfc_wifi_only(self): """Test swap and merge feature in epdg call. @@ -8128,6 +8354,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): return self._test_epdg_conference_merge_drop(call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="7f744ab3-f919-4a7a-83ce-e38487d619cc") def test_epdg_mo_mt_add_volte_swap_twice_merge_drop_wfc_wifi_preferred( self): """Test swap and merge feature in epdg call. @@ -8159,6 +8386,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): return self._test_epdg_conference_merge_drop(call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="5c861a99-a1b8-45fc-ba67-f8fde4575efc") def test_epdg_mo_mo_add_wcdma_swap_once_merge_drop_wfc_wifi_only(self): """Test swap and merge feature in epdg call. @@ -8188,6 +8416,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): return self._test_epdg_conference_merge_drop(call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="fdb32a13-302c-4c1c-a77e-f78ed7e90911") def test_epdg_mo_mo_add_wcdma_swap_once_merge_drop_wfc_wifi_preferred( self): """Test swap and merge feature in epdg call. @@ -8218,6 +8447,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): return self._test_epdg_conference_merge_drop(call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="a2cf3366-ae66-4e8f-a682-df506173f282") def test_epdg_mo_mo_add_wcdma_swap_twice_merge_drop_wfc_wifi_only(self): """Test swap and merge feature in epdg call. @@ -8248,6 +8478,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): return self._test_epdg_conference_merge_drop(call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="fc5f0f1c-9610-4d0f-adce-9c8db351e7da") def test_epdg_mo_mo_add_wcdma_swap_twice_merge_drop_wfc_wifi_preferred( self): """Test swap and merge feature in epdg call. @@ -8279,6 +8510,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): return self._test_epdg_conference_merge_drop(call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="05332b1e-c36b-4874-b13b-f8e49d0d9bca") def test_epdg_mo_mt_add_wcdma_swap_once_merge_drop_wfc_wifi_only(self): """Test swap and merge feature in epdg call. @@ -8308,6 +8540,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): return self._test_epdg_conference_merge_drop(call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="2421d340-f9cb-47e7-ac3e-8581e141a6d0") def test_epdg_mo_mt_add_wcdma_swap_once_merge_drop_wfc_wifi_preferred( self): """Test swap and merge feature in epdg call. @@ -8338,6 +8571,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): return self._test_epdg_conference_merge_drop(call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="7c1f6008-cf59-4e63-9285-3cf1c26bc0aa") def test_epdg_mo_mt_add_wcdma_swap_twice_merge_drop_wfc_wifi_only(self): """Test swap and merge feature in epdg call. @@ -8368,6 +8602,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): return self._test_epdg_conference_merge_drop(call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="be153f3d-0707-45d0-9ddd-4aa696e0e536") def test_epdg_mo_mt_add_wcdma_swap_twice_merge_drop_wfc_wifi_preferred( self): """Test swap and merge feature in epdg call. @@ -8399,6 +8634,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): return self._test_epdg_conference_merge_drop(call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="7235c917-a2d4-4561-bda5-630171053f8f") def test_epdg_mo_mo_add_1x_swap_once_merge_drop_wfc_wifi_only(self): """Test swap and merge feature in epdg call. @@ -8428,6 +8664,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): return self._test_epdg_conference_merge_drop(call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="8e52b9a4-c0d1-4dcd-9359-746354124763") def test_epdg_mo_mo_add_1x_swap_once_merge_drop_wfc_wifi_preferred(self): """Test swap and merge feature in epdg call. @@ -8457,6 +8694,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): return self._test_epdg_conference_merge_drop(call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="49a4440f-40a1-4518-810a-6ba9f1fbc243") def test_epdg_mo_mo_add_1x_swap_twice_merge_drop_wfc_wifi_only(self): """Test swap and merge feature in epdg call. @@ -8487,6 +8725,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): return self._test_epdg_conference_merge_drop(call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="9d05bde3-50ac-4a49-a0db-2181c9b5a10f") def test_epdg_mo_mo_add_1x_swap_twice_merge_drop_wfc_wifi_preferred(self): """Test swap and merge feature in epdg call. @@ -8517,6 +8756,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): return self._test_epdg_conference_merge_drop(call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="5c44eb64-b184-417a-97c9-8c22c48fb731") def test_epdg_mo_mt_add_1x_swap_once_merge_drop_wfc_wifi_only(self): """Test swap and merge feature in epdg call. @@ -8546,6 +8786,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): return self._test_epdg_conference_merge_drop(call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="e16e2e81-1b59-4b02-b601-bb27b62d6468") def test_epdg_mo_mt_add_1x_swap_once_merge_drop_wfc_wifi_preferred(self): """Test swap and merge feature in epdg call. @@ -8575,6 +8816,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): return self._test_epdg_conference_merge_drop(call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="fd4c3b72-ea2d-4cd4-af79-b93635eda8b8") def test_epdg_mo_mt_add_1x_swap_twice_merge_drop_wfc_wifi_only(self): """Test swap and merge feature in epdg call. @@ -8605,6 +8847,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): return self._test_epdg_conference_merge_drop(call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="a33d7b2b-cc22-40c3-9689-a2a14642396d") def test_epdg_mo_mt_add_1x_swap_twice_merge_drop_wfc_wifi_preferred(self): """Test swap and merge feature in epdg call. @@ -8635,6 +8878,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): return self._test_epdg_conference_merge_drop(call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="7839c6a3-6797-4cd0-a918-c7d317881e3d") def test_epdg_mo_mo_add_epdg_swap_twice_drop_held_wfc_wifi_only(self): """Test swap feature in epdg call. @@ -8672,6 +8916,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): ads_active=[ads[0], ads[2]]) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="3f4e761e-8fa2-4b85-bc11-8150532b7686") def test_epdg_mo_mo_add_epdg_swap_twice_drop_held_wfc_wifi_preferred(self): """Test swap feature in epdg call. @@ -8709,6 +8954,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): ads_active=[ads[0], ads[2]]) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="9fd4f171-9eea-4fc7-91f1-d3c7f08a5fad") def test_epdg_mo_mo_add_epdg_swap_twice_drop_active_wfc_wifi_only(self): """Test swap feature in epdg call. @@ -8746,6 +8992,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): ads_active=[ads[0], ads[1]]) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="8b97d6b9-253a-4ab7-8afb-126df71fee41") def test_epdg_mo_mo_add_epdg_swap_twice_drop_active_wfc_wifi_preferred( self): """Test swap feature in epdg call. @@ -8784,6 +9031,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): ads_active=[ads[0], ads[1]]) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="6617e779-c987-41dd-acda-ff132662ccf0") def test_epdg_mo_mo_add_epdg_swap_twice_drop_active_apm_wifi_preferred( self): """Test swap feature in epdg call. @@ -8822,6 +9070,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): ads_active=[ads[0], ads[1]]) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="f8b61289-ccc5-4adf-b291-94c73925edb3") def test_epdg_mo_mt_add_epdg_swap_twice_drop_held_wfc_wifi_only(self): """Test swap feature in epdg call. @@ -8859,6 +9108,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): ads_active=[ads[0], ads[2]]) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="bb975203-7cee-4fbc-ad4a-da473413e410") def test_epdg_mo_mt_add_epdg_swap_twice_drop_held_wfc_wifi_preferred(self): """Test swap feature in epdg call. @@ -8896,6 +9146,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): ads_active=[ads[0], ads[2]]) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="593f6034-fd15-4b1d-a9fe-c4331e6a7f72") def test_epdg_mo_mt_add_epdg_swap_twice_drop_active_wfc_wifi_only(self): """Test swap feature in epdg call. @@ -8933,6 +9184,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): ads_active=[ads[0], ads[1]]) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="adc3fb00-543e-44ec-905b-0eea52790896") def test_epdg_mo_mt_add_epdg_swap_twice_drop_active_wfc_wifi_preferred( self): """Test swap feature in epdg call. @@ -8971,6 +9223,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): ads_active=[ads[0], ads[1]]) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="e96aac52-c536-4a08-9e6a-8bf598db9267") def test_epdg_mo_mo_add_epdg_swap_once_drop_held_wfc_wifi_only(self): """Test swap feature in epdg call. @@ -9007,6 +9260,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): ads_active=[ads[0], ads[1]]) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="74efa176-1ff2-4b06-9739-06f67009cb5d") def test_epdg_mo_mo_add_epdg_swap_once_drop_held_wfc_wifi_preferred(self): """Test swap feature in epdg call. @@ -9043,6 +9297,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): ads_active=[ads[0], ads[1]]) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="dfcdeebe-dada-4722-8880-5b3877d0809b") def test_epdg_mo_mo_add_epdg_swap_once_drop_active_wfc_wifi_only(self): """Test swap feature in epdg call. @@ -9079,6 +9334,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): ads_active=[ads[0], ads[2]]) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="b9658029-90da-4df8-bbb2-9c08eb3a3a8c") def test_epdg_mo_mo_add_epdg_swap_once_drop_active_wfc_wifi_preferred( self): """Test swap feature in epdg call. @@ -9116,6 +9372,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): ads_active=[ads[0], ads[2]]) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="3381c8e0-cdf1-47d1-8a17-58592f3cd6e6") def test_epdg_mo_mo_add_epdg_swap_once_drop_active_apm_wfc_wifi_preferred( self): """Test swap feature in epdg call. @@ -9153,6 +9410,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): ads_active=[ads[0], ads[2]]) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="fb655f12-aabe-45bf-8020-61c21ada9440") def test_epdg_mo_mt_add_epdg_swap_once_drop_held_wfc_wifi_only(self): """Test swap feature in epdg call. @@ -9188,6 +9446,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): ads_active=[ads[0], ads[1]]) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="35e7b36d-e2d5-42bd-99d9-dbc7986ef93a") def test_epdg_mo_mt_add_epdg_swap_once_drop_held_wfc_wifi_preferred(self): """Test swap feature in epdg call. @@ -9223,6 +9482,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): ads_active=[ads[0], ads[1]]) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="e959e668-8150-46c1-bf49-a1ab2a9f45a5") def test_epdg_mo_mt_add_epdg_swap_once_drop_held_apm_wifi_preferred(self): """Test swap feature in epdg call. @@ -9258,6 +9518,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): ads_active=[ads[0], ads[1]]) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="b9c47ccd-cc84-42cc-83f4-0a98c22c1d7a") def test_epdg_mo_mt_add_epdg_swap_once_drop_active_wfc_wifi_only(self): """Test swap feature in epdg call. @@ -9294,6 +9555,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): ads_active=[ads[0], ads[2]]) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="273d521f-d11c-4956-ae51-33f69de87663") def test_epdg_mo_mt_add_epdg_swap_once_drop_active_wfc_wifi_preferred( self): """Test swap feature in epdg call. @@ -9500,6 +9762,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): return True @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="03eb38b1-bd7f-457e-8b80-d58651d82741") def test_gsm_mo_mo_add_merge_drop(self): """ Test Conf Call among three phones. @@ -9519,6 +9782,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): return self._test_gsm_conference_merge_drop(call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="3286306f-4d66-48c4-9303-f691c53bcfe0") def test_gsm_mo_mo_add_swap_once_drop_held(self): """ Test Conf Call among three phones. @@ -9544,6 +9808,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): ads_active=[ads[0], ads[1]]) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="af4ff690-be2a-42d8-930a-8258fe81c77e") def test_gsm_mt_mt_add_merge_drop(self): """ Test Conf Call among three phones. @@ -9563,6 +9828,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): return self._test_gsm_conference_merge_drop(call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="6b70902e-ca59-4d92-9bfe-2116dcc91213") def test_gsm_mo_mo_add_swap_twice_drop_active(self): """Test swap feature in GSM call. @@ -9587,6 +9853,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): ads_active=[ads[0], ads[1]]) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="a9ddf5a7-8399-4a8c-abc9-b9235b0153b0") def test_epdg_mo_mo_add_epdg_merge_drop_second_call_from_participant_wfc_apm_wifi_preferred_no_cep( self): """ Test WFC Conference Call among three phones. No CEP. @@ -9632,6 +9899,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="5aaff055-3329-4077-91e8-5707a0f6a309") def test_epdg_mo_mo_add_epdg_merge_drop_second_call_from_participant_wfc_apm_wifi_preferred_cep( self): """ Test WFC Conference Call among three phones. CEP enabled. @@ -9677,6 +9945,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="d3624dd8-20bd-4f6b-8a81-0c8671987b84") def test_epdg_mo_mo_add_epdg_merge_drop_second_call_from_host_wfc_apm_wifi_preferred_cep( self): """ Test WFC Conference Call among three phones. CEP enabled. @@ -9722,6 +9991,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="ba43d88c-1347-4570-92d0-ebfa6404788f") def test_epdg_mo_mo_add_epdg_merge_drop_first_call_from_participant_wfc_apm_wifi_preferred_cep( self): """ Test WFC Conference Call among three phones. CEP enabled. @@ -9767,6 +10037,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="fbcd20ec-ebac-45c2-b228-30fdec42752f") def test_epdg_mo_mo_add_epdg_merge_drop_first_call_from_host_wfc_apm_wifi_preferred_cep( self): """ Test WFC Conference Call among three phones. CEP enabled. @@ -9812,6 +10083,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="fc54b329-4ec6-45b2-8f91-0a5789542596") def test_epdg_mo_mt_add_epdg_merge_drop_second_call_from_participant_wfc_apm_wifi_preferred_no_cep( self): """ Test WFC Conference Call among three phones. No CEP. @@ -9857,6 +10129,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="64096e42-1fb2-4eb4-9f60-3e22c7ad5c83") def test_epdg_mo_mt_add_epdg_merge_drop_second_call_from_participant_wfc_apm_wifi_preferred_cep( self): """ Test WFC Conference Call among three phones. CEP enabled. @@ -9902,6 +10175,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="24b6abb4-03c8-464c-a584-ca597bd67b46") def test_epdg_mo_mt_add_epdg_merge_drop_second_call_from_host_wfc_apm_wifi_preferred_cep( self): """ Test WFC Conference Call among three phones. CEP enabled. @@ -9947,6 +10221,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="f54776e4-84c0-43db-8724-f012ef551ebd") def test_epdg_mo_mt_add_epdg_merge_drop_first_call_from_participant_wfc_apm_wifi_preferred_cep( self): """ Test WFC Conference Call among three phones. CEP enabled. @@ -9992,6 +10267,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="6635aeff-f10a-4fb0-b658-4f1e7f2d9a68") def test_epdg_mo_mt_add_epdg_merge_drop_first_call_from_host_wfc_apm_wifi_preferred_cep( self): """ Test WFC Conference Call among three phones. CEP enabled. @@ -10037,6 +10313,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="c2534477-74ff-43ca-920a-48238928f344") def test_epdg_mt_mt_add_epdg_merge_drop_second_call_from_participant_wfc_apm_wifi_preferred_no_cep( self): """ Test WFC Conference Call among three phones. No CEP. @@ -10082,6 +10359,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="ef5ea03d-1c1b-4c9a-a72d-14b2ba7e87cb") def test_epdg_mt_mt_add_epdg_merge_drop_second_call_from_participant_wfc_apm_wifi_preferred_cep( self): """ Test WFC Conference Call among three phones. CEP enabled. @@ -10127,6 +10405,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="b0df507f-2adf-45fe-a174-44f62718296e") def test_epdg_mt_mt_add_epdg_merge_drop_second_call_from_host_wfc_apm_wifi_preferred_cep( self): """ Test WFC Conference Call among three phones. CEP enabled. @@ -10172,6 +10451,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="278c6bec-7065-4f54-9834-33d8a6172f58") def test_epdg_mt_mt_add_epdg_merge_drop_first_call_from_participant_wfc_apm_wifi_preferred_cep( self): """ Test WFC Conference Call among three phones. CEP enabled. @@ -10217,6 +10497,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="1ffceadc-8bd1-489d-bb66-4b3081df3a64") def test_epdg_mt_mt_add_epdg_merge_drop_first_call_from_host_wfc_apm_wifi_preferred_cep( self): """ Test WFC Conference Call among three phones. CEP enabled. @@ -10262,6 +10543,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="b3dfaa38-8e9b-45b7-8e4e-6e6ca10887bd") def test_epdg_mo_mt_add_epdg_swap_once_merge_drop_second_call_from_participant_wfc_apm_wifi_preferred_no_cep( self): """ Test swap and merge features in WFC call. No CEP. @@ -10309,6 +10591,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="eb82f1ac-e5a3-42bc-b9d9-806442263f79") def test_epdg_mo_mt_add_epdg_swap_once_merge_drop_second_call_from_host_wfc_apm_wifi_preferred_cep( self): """ Test swap and merge features in WFC call. CEP enabled. @@ -10356,6 +10639,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="53ba057d-5c5c-4236-9ff9-829177e6f51e") def test_epdg_mo_mt_add_epdg_swap_once_merge_drop_second_call_from_participant_wfc_apm_wifi_preferred_cep( self): """ Test swap and merge features in WFC call. CEP enabled. @@ -10403,6 +10687,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): call_ab_id, call_ac_id) @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="a246cbd0-915d-4068-8d63-7e099d41fd43") def test_wcdma_add_mt_decline(self): ads = self.android_devices @@ -10419,6 +10704,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): return True @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="2789388a-c67c-4c37-a4ea-98c9083abcf9") def test_wcdma_add_mt_ignore(self): ads = self.android_devices @@ -10435,6 +10721,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): return True @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="8f5399b2-5075-45b2-b916-2d436d1c1c93") def test_1x_add_mt_decline(self): ads = self.android_devices @@ -10451,6 +10738,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): return True @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="a7e6ea10-d4d4-4089-a012-31565314cf65") def test_1x_add_mt_ignore(self): ads = self.android_devices @@ -10467,6 +10755,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): return True @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="c7d878f6-2f1c-4029-bcf9-2aecf2d202e7") def test_volte_add_mt_decline(self): ads = self.android_devices @@ -10483,6 +10772,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): return True @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="4f03240f-88a7-4d39-9d90-6327e835d5e2") def test_volte_add_mt_ignore(self): ads = self.android_devices @@ -10499,6 +10789,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): return True @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="ce51844a-4879-470e-9a22-4eafe25f8e2a") def test_wfc_lte_add_mt_decline(self): ads = self.android_devices @@ -10517,6 +10808,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): return True @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="b5058cd0-4073-4018-9683-335fd27ab529") def test_wfc_lte_add_mt_ignore(self): ads = self.android_devices @@ -10535,6 +10827,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): return True @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="456e0a04-7d82-4387-89bb-80613732412e") def test_wfc_apm_add_mt_decline(self): ads = self.android_devices @@ -10553,6 +10846,7 @@ class TelLiveVoiceConfTest(TelephonyBaseTest): return True @TelephonyBaseTest.tel_test_wrap + @test_tracker_info(uuid="ee71fc98-9e52-406f-8d8a-6d9c62cbe6f4") def test_wfc_apm_add_mt_ignore(self): ads = self.android_devices |