Home
last modified time | relevance | path

Searched refs:on_exception (Results 1 – 10 of 10) sorted by relevance

/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/misc/
DWlanMiscScenarioTest.py60 def on_exception(self, test_name, begin_time): member in WlanMiscScenarioTest
61 super().on_exception(test_name, begin_time)
/tools/test/connectivity/acts_tests/tests/google/ble/examples/
DBleExamplesTest.py54 def on_exception(self, test_name, begin_time): member in BleExamplesTest
/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/
Dutils_lib.py65 @backoff.on_exception(
/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/functional/
DWlanTargetSecurityTest.py60 def on_exception(self, test_name, begin_time): member in WlanTargetSecurityTest
61 super().on_exception(test_name, begin_time)
/tools/test/connectivity/acts_tests/tests/google/ble/bt5/
DAdvertisingSetTest.py76 def on_exception(self, test_name, begin_time): member in AdvertisingSetTest
DBt5ScanTest.py81 def on_exception(self, test_name, begin_time): member in Bt5ScanTest
/tools/test/connectivity/acts_tests/tests/google/ble/scan/
DBleOnLostOnFoundTest.py58 def on_exception(self, test_name, begin_time): member in BleOnLostOnFoundTest
DBleOpportunisticScanTest.py64 def on_exception(self, test_name, begin_time): member in BleOpportunisticScanTest
/tools/test/connectivity/acts/framework/acts/
Dbase_test.py462 self.on_exception(record.test_name, record.begin_time)
464 def on_exception(self, test_name, begin_time): member in BaseTestClass
/tools/test/connectivity/acts/framework/tests/
Dacts_base_class_test.py390 def on_exception(self, test_name, begin_time): member in ActsBaseClassTest.test_on_exception_executed_if_teardown_test_fails.MockBaseTest