Home
last modified time | relevance | path

Searched refs:test_case (Results 1 – 20 of 20) sorted by relevance

/tools/test/connectivity/acts/framework/tests/
Dacts_test_decorators_test.py207 def test_case(self): member in FakeTest
217 FakeTest().test_case()
231 fake_test.test_case()
250 fake_test.test_case()
264 fake_test.test_case()
272 def test_case(self): member in TestTrackerInfoDecoratorFuncTests.test_needs_base_class_set_to_write_to_testtracker.DoesntHaveBaseClass
276 DoesntHaveBaseClass().test_case()
346 def test_case(_, attempt_number): function
359 test_case(mock.Mock())
369 def test_case(*_): function
[all …]
Dacts_context_test.py60 event.test_case = Mock()
65 self.assertEqual(context.test_case, event.test_case)
105 event2.test_case = Mock()
118 event2.test_case = Mock()
121 event3.test_case = Mock()
217 test_case = TEST_CASE
218 context = TestCaseContext(test_class, test_case)
221 self.assertEqual(context.test_case, test_case)
222 self.assertEqual(context.test_case_name, test_case)
/tools/test/connectivity/acts/framework/acts/event/
Devent.py33 def __init__(self, test_class, test_case): argument
36 self.test_case = test_case
40 return self.test_case
50 def __init__(self, test_class, test_case, test_signal): argument
51 super().__init__(test_class, test_case)
/tools/test/connectivity/acts/framework/tests/metrics/loggers/
Dusage_metadata_logger_test.py45 test_case = 'make toast'
48 TestCaseContext(HurloWorld(), test_case),
62 '%s.%s' % (HurloWorld.__name__, test_case))
79 test_case = 'made toast'
82 test_case)
91 '%s.%s' %(HurlowWorld.__name__, test_case))
Dblackbox_test.py203 def test_case(self): member in BlackboxMetricLoggerIntegrationTest.test_test_case_metric.MyTest
231 def test_case(self): member in BlackboxMetricLoggerIntegrationTest.test_multiple_test_case_metrics.MyTest
269 def test_case(self): member in BlackboxMetricLoggerIntegrationTest.test_test_case_metric_with_custom_key.MyTest
/tools/test/connectivity/acts/framework/acts/
Dcontext.py75 return TestCaseContext(event.test_class, event.test_case)
318 def __init__(self, test_class, test_case): argument
327 self.test_case = test_case
331 return self.test_case
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/
Dtel_ss_utils.py1667 for test_case in test_cases:
1677 test_case["description"],
1678 test_case["params"][1].serial,
1679 test_case["params"][2].serial,
1680 test_case["params"][0].serial)
1684 *test_case["params"],
1689 log.error("Call waiting sub-case: '%s' failed." % test_case[
1693 log.info("RERUN the sub-case: '%s'" % test_case["description"])
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/gnss/
DGnssBlankingBase.py229 test_case = []
233 test_case.append(json_tag)
234 self.log.info('test_case length {}'.format(str(len(test_case))))
236 df_ttff_ffpe['test_case'] = test_case
/tools/test/connectivity/acts_tests/tests/google/wifi/
DWifiTdlsRvrTest.py311 test_case = test_tracker_info(uuid=test_tracker_uuid)(
314 test_case = partial(self._test_tdls_rvr,test_params)
315 setattr(self, test_name, test_case)
DWifiIOTConnectionTest.py145 test_case = test_tracker_info(uuid=test_tracker_uuid)(
148 setattr(self, test_name, test_case)
DWifiCellCoexChannelAvoidTest.py74 test_case = test_tracker_info(uuid=test_tracker_uuid)(
76 setattr(self, test_name, test_case)
DWifiChaosTest.py102 test_case = test_tracker_info(uuid=test_tracker_uuid)(
104 setattr(self, testcase_name, test_case)
DWifiSoftApMultiCountryTest.py65 test_case = test_tracker_info(uuid=test_tracker_uuid)(
67 setattr(self, testcase_name, test_case)
/tools/test/connectivity/acts_tests/tests/google/wifi/aware/performance/
DWifiAwareRvrTest.py443 test_case = test_tracker_info(uuid=test_tracker_uuid)(
446 test_case = partial(self._test_aware_rvr,test_params)
447 setattr(self, test_name, test_case)
/tools/test/connectivity/acts_tests/tests/google/wifi/p2p/performance/
DWifiP2pRvrTest.py504 test_case = test_tracker_info(uuid=test_tracker_uuid)(
507 test_case = partial(self._test_p2p_rvr, test_params)
508 setattr(self, test_name, test_case)
/tools/test/connectivity/acts_tests/tests/google/wifi/aware/functional/
DProtocolsMultiCountryTest.py57 test_case = test_tracker_info(uuid=test_tracker_uuid)(
59 setattr(self, testcase_name, test_case)
/tools/test/connectivity/acts_tests/tests/google/wifi/p2p/functional/
DWifiP2pMultiCoutryTest.py67 test_case = test_tracker_info(uuid=test_tracker_uuid)(
69 setattr(self, testcase_name, test_case)
/tools/test/connectivity/acts/framework/tests/libs/logging/
Dlog_stream_test.py34 self.test_name = self.test_case.__name__
36 def test_case(self): member in TestClass
/tools/test/connectivity/acts_tests/tests/google/nr/nsa5g/
DNsa5gTetheringTest.py231 def test_case(): function
241 return run_stress_test(self.log, self.stress_test_number, precondition, test_case)
/tools/test/connectivity/acts_tests/tests/google/tel/live/
DTelLiveDataTest.py1498 def test_case(): function
1507 return run_stress_test(self.log, self.stress_test_number, precondition, test_case)