Home
last modified time | relevance | path

Searched refs:setup_func (Results 1 – 6 of 6) sorted by relevance

/tools/test/connectivity/acts_tests/tests/google/tel/live/
DTelLiveStressCallTest.py184 setup_func=None, argument
192 if setup_func and not setup_func():
193 self.log.error("Test setup %s failed", setup_func.__name__)
317 setup_func=self._setup_lte_volte_enabled,
339 setup_func=self._setup_lte_volte_disabled,
361 setup_func=self._setup_wfc,
383 setup_func=self._setup_wfc_apm,
405 setup_func=self._setup_3g, network_check_func=is_phone_in_call_3g)
426 setup_func=self._setup_2g, network_check_func=is_phone_in_call_2g)
447 setup_func=self._setup_vt,
DTelLiveStressTest.py955 def parallel_tests(self, setup_func=None, call_verification_func=None): argument
957 if setup_func and not setup_func():
958 msg = "%s setup %s failed" % (self.test_name, setup_func.__name__)
961 setup_func.__name__),
1072 def parallel_with_network_change_tests(self, setup_func=None): argument
1073 if setup_func and not setup_func():
1074 self.log.error("Test setup %s failed", setup_func.__name__)
1119 setup_func=self._setup_lte_volte_enabled,
1127 setup_func=self._setup_lte_volte_disabled,
1137 setup_func=self._setup_wfc,
[all …]
DTelLiveMobilityStressTest.py379 def parallel_tests(self, change_env_func, setup_func=None): argument
380 if setup_func and not setup_func():
381 self.log.error("Test setup %s failed", setup_func.__name__)
402 setup_func=self._setup_volte_wfc_wifi_preferred)
409 setup_func=self._setup_volte_wfc_cell_preferred)
416 setup_func=self._setup_csfb_wfc_wifi_preferred)
423 setup_func=self._setup_csfb_wfc_cell_preferred)
430 setup_func=self._setup_volte_wfc_disabled)
437 setup_func=self._setup_csfb_wfc_disabled)
DTelLiveConnectivityMonitorBaseTest.py785 setup_func = getattr(self, "setup_%s" % setup)
786 if not setup_func(): return False
825 setup_func = getattr(self, "setup_%s" % setup)
826 if not setup_func(): return False
DTelLiveVoiceConfTest.py129 for ad, setup_func in zip(ads, phone_setups):
130 if setup_func is not None:
131 tasks.append((setup_func, (self.log, ad)))
200 for ad, setup_func in zip(ads, phone_setups):
201 if setup_func is not None:
202 tasks.append((setup_func, (self.log, ad)))
316 for ad, setup_func in zip(ads, phone_setups):
317 if setup_func is not None:
318 tasks.append((setup_func, (self.log, ad)))
DTelLiveGFTDSDSSupplementaryServiceTest.py151 for ad, setup_func in zip(ads, phone_setups):
152 if setup_func is not None:
153 tasks.append((setup_func, (self.log, ad)))