Home
last modified time | relevance | path

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

/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/performance/
DWlanRvrTest.py199 output_path = context.get_current_context().get_base_output_path()
200 test_class_name = context.get_current_context().test_class_name
591 context.get_current_context().get_full_output_path(),
596 context.get_current_context().get_full_output_path(), graph_data)
611 context.get_current_context().get_full_output_path(),
616 context.get_current_context().get_full_output_path(), graph_data)
631 context.get_current_context().get_full_output_path(),
636 context.get_current_context().get_full_output_path(), graph_data)
651 context.get_current_context().get_full_output_path(),
656 context.get_current_context().get_full_output_path(), graph_data)
[all …]
DChannelSweepTest.py136 output_path = context.get_current_context().get_base_output_path()
379 output_path = context.get_current_context().get_base_output_path()
401 output_path = context.get_current_context().get_base_output_path()
DWlanWmmTest.py403 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/framework/acts/metrics/loggers/
Dusage_metadata_logger.py59 current_context = context.get_current_context()
/tools/test/connectivity/acts_tests/tests/google/wifi/
DWifiRoamingPerformanceTest.py181 current_context = context.get_current_context().get_full_output_path()
222 current_context = context.get_current_context().get_full_output_path()
DWifiThroughputStabilityTest.py548 current_context = context.get_current_context().get_full_output_path()
DWifiPingTest.py654 current_context = context.get_current_context().get_full_output_path()
DWifiSensitivityTest.py773 context.get_current_context().get_full_output_path())
DWifiRssiTest.py951 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/framework/acts/controllers/
Dbits.py207 context.get_current_context().get_full_output_path(),
Diperf_client.py111 current_context = context.get_current_context()
Dfuchsia_device.py1156 sn_path = context.get_current_context().get_full_output_path()
1197 bt_snoop_path = context.get_current_context().get_full_output_path()
Diperf_server.py321 current_context = context.get_current_context()
Dandroid_device.py584 return context.get_current_context().get_full_output_path(self.serial)
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/coex/
Daudio_capture_device.py39 current_context = context.get_current_context()
/tools/test/connectivity/acts/framework/acts/controllers/bits_lib/
Dbits_client.py121 context.get_current_context().get_full_output_path(),
Dbits_service.py149 context.get_current_context().get_full_output_path(),
/tools/test/connectivity/acts/framework/acts/libs/logging/
Dlog_stream.py351 curr_context = context.get_current_context(depth)
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/
Dota_sniffer.py117 current_context = context.get_current_context()
Dwifi_test_utils.py2523 context.get_current_context().get_full_output_path(), 'PacketCapture')
/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/functional/
DWlanRebootTest.py478 log_context = context.get_current_context()
/tools/test/connectivity/acts_tests/tests/google/tel/live/
DTelLiveStressTest.py213 src_dir = context.get_current_context().get_full_output_path()