Searched refs:verify_http_connection (Results 1 – 13 of 13) sorted by relevance
/tools/test/connectivity/acts_tests/tests/google/bt/pan/ |
D | BtPanTest.py | 29 from acts_contrib.test_utils.tel.tel_test_utils import verify_http_connection 99 if not verify_http_connection(
|
/tools/test/connectivity/acts_tests/tests/google/tel/live/ |
D | TelLiveSmokeTest.py | 40 from acts_contrib.test_utils.tel.tel_test_utils import verify_http_connection 97 verify_http_connection(self.log, ads[0])): 118 verify_http_connection(self.log, ads[0])): 167 verify_http_connection(self.log, ads[0])): 189 verify_http_connection(self.log, ads[0])): 237 verify_http_connection(self.log, ads[0])): 259 verify_http_connection(self.log, ads[0])):
|
D | TelLiveVideoDataTest.py | 22 from acts_contrib.test_utils.tel.tel_test_utils import verify_http_connection 72 if not verify_http_connection(self.log, ads[0]):
|
D | TelWifiVoiceTest.py | 73 from acts_contrib.test_utils.tel.tel_test_utils import verify_http_connection 163 not verify_http_connection(self.log, self.android_devices[0])): 2524 not verify_http_connection(self.log, self.android_devices[0])): 2603 not verify_http_connection(self.log, self.android_devices[0])): 2625 not verify_http_connection(self.log, self.android_devices[0])): 2647 not verify_http_connection(self.log, self.android_devices[0])): 2708 not verify_http_connection(self.log, self.android_devices[0])): 2733 or not verify_http_connection(self.log, 2751 or not verify_http_connection(self.log, 2814 or not verify_http_connection(self.log, [all …]
|
D | TelLiveRilCstVoiceTest.py | 47 from acts_contrib.test_utils.tel.tel_test_utils import verify_http_connection 247 if not verify_http_connection(self.log, 463 if not verify_http_connection(self.log,
|
D | TelLiveGFTDSDSDDSSwitchTest.py | 57 from acts_contrib.test_utils.tel.tel_test_utils import verify_http_connection 256 if not verify_http_connection(self.log, ad): 626 if not verify_http_connection(self.log, ad): 756 if not verify_http_connection(self.log, ad): 791 if not verify_http_connection(self.log, ad): 828 if not verify_http_connection(self.log, ad):
|
D | TelLiveGFTDSDSMessageTest.py | 42 from acts_contrib.test_utils.tel.tel_test_utils import verify_http_connection 233 if not verify_http_connection(self.log,
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/ |
D | tel_dsds_utils.py | 70 from acts_contrib.test_utils.tel.tel_test_utils import verify_http_connection 312 if not verify_http_connection(log, ads[0]): 489 if not verify_http_connection(log, ads[0]): 608 if not verify_http_connection(log, ads[0]): 801 if not verify_http_connection(log, ads[0]): 1034 if not verify_http_connection(log, ads[0]): 1199 if not verify_http_connection(log, ad): 1500 if not verify_http_connection(log, ads[0]): 1562 if not verify_http_connection(log, ads[0]): 1643 if not verify_http_connection(log, ad): [all …]
|
D | tel_data_utils.py | 93 from acts_contrib.test_utils.tel.tel_test_utils import verify_http_connection 1208 if not verify_http_connection( 2821 if verify_http_connection(log, ad, url=url, retry=1):
|
D | tel_test_utils.py | 584 if not verify_http_connection(log, ad, website, retry=0): 596 if not verify_http_connection(log, ad, website, retry=0, 1290 def verify_http_connection(log, function 1429 if verify_http_connection(
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/net/ |
D | net_test_utils.py | 35 from acts_contrib.test_utils.tel.tel_test_utils import verify_http_connection 60 verify_http_connection(ad.log, ad),
|
/tools/test/connectivity/acts_tests/tests/google/wifi/ |
D | WifiTetheringPowerTest.py | 67 tel_utils.verify_http_connection(self.log, self.hotspot_device),
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/ |
D | bt_test_utils.py | 63 from acts_contrib.test_utils.tel.tel_test_utils import verify_http_connection 1238 if not verify_http_connection(log, panu_dut): 1240 if not verify_http_connection(log, pan_dut):
|