Home
last modified time | relevance | path

Searched refs:test_status (Results 1 – 4 of 4) sorted by relevance

/tools/test/connectivity/acts_tests/tests/google/usb/
DUsbTetheringFunctionsTest.py217 test_status = wait_for_sms_sent_success(self.log, self.dut)
218 if not test_status:
238 test_status = self.wait_for_mms_sent_success()
239 if not test_status:
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/
DWifiBaseTest.py102 test_status=True)
120 test_status=False)
Dwifi_test_utils.py2554 def stop_pcap(pcap, procs, test_status=None): argument
2569 if test_status:
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/
Danritsu_utils.py1968 test_status = wait_for_sms_sent_success(log, ad)
1969 if not test_status:
1991 test_status, event = wait_for_incoming_sms(log, ad)
1992 if not test_status: