Home
last modified time | relevance | path

Searched refs:get_current_context (Results 1 – 25 of 42) sorted by relevance

12

/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/performance/
DWlanRvrTest.py204 output_path = context.get_current_context().get_base_output_path()
205 test_class_name = context.get_current_context().test_class_name
226 output_path = context.get_current_context().get_base_output_path()
635 context.get_current_context().get_full_output_path(),
640 context.get_current_context().get_full_output_path(), graph_data)
655 context.get_current_context().get_full_output_path(),
660 context.get_current_context().get_full_output_path(), graph_data)
675 context.get_current_context().get_full_output_path(),
680 context.get_current_context().get_full_output_path(), graph_data)
695 context.get_current_context().get_full_output_path(),
[all …]
DChannelSweepTest.py140 output_path = context.get_current_context().get_base_output_path()
380 output_path = context.get_current_context().get_base_output_path()
402 output_path = context.get_current_context().get_base_output_path()
/tools/test/connectivity/acts/framework/tests/
Dacts_context_test.py29 from acts.context import get_current_context
85 self.assertIsInstance(get_current_context(), TestClassContext)
97 self.assertIsInstance(get_current_context(), RootContext)
110 self.assertIsInstance(get_current_context(), TestCaseContext)
127 self.assertIsInstance(get_current_context(), TestClassContext)
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/cellular/performance/
DCellularThroughputBaseTest.py150 context.get_current_context().get_full_output_path(), 'pixel_logs')
393 context.get_current_context().get_full_output_path(),
406 context.get_current_context().get_full_output_path(),
413 context.get_current_context().get_full_output_path(), 'Kibble')
424 context.get_current_context().get_full_output_path(),
437 context.get_current_context().get_full_output_path(), plot_title)
/tools/test/connectivity/acts_tests/tests/google/cellular/performance/
DCellularLteFr1EndcSensitivityTest.py58 context.get_current_context().get_full_output_path(),
143 context.get_current_context().get_full_output_path(),
DCellularLtePlusFr1PeakThroughputTest.py54 context.get_current_context().get_full_output_path(),
133 context.get_current_context().get_full_output_path(),
DCellularLteSensitivityTest.py127 context.get_current_context().get_full_output_path(),
191 context.get_current_context().get_full_output_path(),
DCellularFr1SensitivityTest.py129 context.get_current_context().get_full_output_path(),
195 context.get_current_context().get_full_output_path(),
DCellularRxPowerTest.py97 context.get_current_context().get_full_output_path(), 'pixel_logs')
216 context.get_current_context().get_full_output_path(),
DCellularFr2SensitivityTest.py133 context.get_current_context().get_full_output_path(),
197 context.get_current_context().get_full_output_path(),
DCellularFr2PeakThroughputTest.py64 context.get_current_context().get_full_output_path(),
151 context.get_current_context().get_full_output_path(),
DCellularFr1RvRTest.py62 context.get_current_context().get_full_output_path(),
DCellularLteRvrTest.py130 context.get_current_context().get_full_output_path(),
/tools/test/connectivity/acts_tests/tests/google/gnss/
DLabGnssPowerSweepTest.py22 from acts.context import get_current_context
260 full_output_path = get_current_context().get_full_output_path()
/tools/test/connectivity/acts/framework/acts/controllers/
Dfuchsia_device.py205 output_path = context.get_current_context().get_base_output_path()
934 out_dir = context.get_current_context().get_full_output_path()
949 bt_snoop_path = context.get_current_context().get_full_output_path()
Dbits.py248 context.get_current_context().get_full_output_path(),
416 context.get_current_context().get_full_output_path(),
/tools/test/connectivity/acts/framework/acts/metrics/loggers/
Dusage_metadata_logger.py59 current_context = context.get_current_context()
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/gnss/
DGnssBlankingBase.py28 from acts.context import get_current_context
158 cur_test_item_dir = get_current_context().get_full_output_path()
DLabTtffTestBase.py33 from acts.context import get_current_context
464 full_output_path = get_current_context().get_full_output_path()
/tools/test/connectivity/acts_tests/tests/google/wifi/
DWifiTxPowerCheckTest.py230 current_context = context.get_current_context().get_full_output_path()
293 current_context = context.get_current_context().get_full_output_path()
768 current_context = context.get_current_context(
DWifiRoamingPerformanceTest.py182 current_context = context.get_current_context().get_full_output_path()
223 current_context = context.get_current_context().get_full_output_path()
/tools/test/connectivity/acts/framework/acts/
Dcontext.py37 def get_current_context(depth=None): function
/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/functional/
DWlanRebootTest.py157 output_path = context.get_current_context().get_base_output_path()
400 log_context = context.get_current_context()
/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/
Dpackage_server.py176 root_dir = context.get_current_context().get_full_output_path()
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/coex/
Daudio_capture_device.py39 current_context = context.get_current_context()

12