Searched refs:test_internet_connection (Results 1 – 2 of 2) sorted by relevance
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/ |
D | tel_bt_utils.py | 23 from acts_contrib.test_utils.tel.tel_data_utils import test_internet_connection 88 if not test_internet_connection(log, provider, clients): 121 if not test_internet_connection(log, provider, clients, False, True): 131 if not test_internet_connection(log, provider, clients, True, True): 140 if not test_internet_connection(log, provider, clients, False, True): 149 if not test_internet_connection(log, provider, clients, True, True): 158 if not test_internet_connection(log, provider, clients, False, False): 167 if not test_internet_connection(log, provider, clients, True, True): 182 if not test_internet_connection(log, provider, clients, True, True):
|
D | tel_data_utils.py | 989 def test_internet_connection(log, provider, clients, function 1084 if not test_internet_connection(log, provider, clients,
|