Home
last modified time | relevance | path

Searched refs:get_full_output_path (Results 1 – 25 of 44) sorted by relevance

12

/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/performance/
DWlanRvrTest.py635 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(),
700 context.get_current_context().get_full_output_path(), graph_data)
720 context.get_current_context().get_full_output_path(),
725 context.get_current_context().get_full_output_path(), graph_data)
[all …]
/tools/test/connectivity/acts/framework/tests/metrics/
Dcore_test.py115 context.get_full_output_path.return_value = 'output/path'
138 context.get_full_output_path.return_value = 'output/path'
148 context.get_full_output_path.return_value = 'output/path'
155 context.get_full_output_path.assert_called_once_with()
162 context.get_full_output_path.return_value = 'output/path'
179 context.get_full_output_path.return_value = 'output/path'
197 context.get_full_output_path.return_value = 'output/path'
221 context.get_full_output_path.return_value = 'output/path'
243 context.get_full_output_path.return_value = 'output/path'
267 context.get_full_output_path.return_value = 'output/path'
[all …]
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/cellular/performance/
DCellularThroughputBaseTest.py154 context.get_current_context().get_full_output_path(), 'pixel_logs')
372 context.get_current_context().get_full_output_path(),
385 context.get_current_context().get_full_output_path(),
392 context.get_current_context().get_full_output_path(), 'Kibble')
406 context.get_current_context().get_full_output_path(),
421 context.get_current_context().get_full_output_path(), plot_title)
/tools/test/connectivity/acts_tests/tests/google/wifi/
DRangingComparisonTest.py296 log_folder = context.get_current_context().get_full_output_path() + "/cs_logs"
301 … log_path = context.get_current_context().get_full_output_path() + "/cs_logs/" + test_name + ".txt"
413 log_folder = context.get_current_context().get_full_output_path() + "/cs_logs"
418 … log_path = context.get_current_context().get_full_output_path() + "/cs_logs/" + test_name + ".txt"
537 … self.raw_bt_metrics_path = os.path.join(context.get_current_context().get_full_output_path(),
703 context.get_current_context().get_full_output_path(),
DWifiRangingTest.py160 context.get_current_context().get_full_output_path(),
227 current_context = context.get_current_context().get_full_output_path()
242 current_context = context.get_current_context().get_full_output_path()
DWifiTxPowerCheckTest.py236 current_context = context.get_current_context().get_full_output_path()
299 current_context = context.get_current_context().get_full_output_path()
781 ).get_full_output_path()
/tools/test/connectivity/acts_tests/tests/google/cellular/performance/
DCellularLteFr1EndcSensitivityTest.py60 context.get_current_context().get_full_output_path(),
151 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(),
DCellularFr1SensitivityTest.py145 context.get_current_context().get_full_output_path(),
217 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(),
DCellularLteSensitivityTest.py137 context.get_current_context().get_full_output_path(),
208 context.get_current_context().get_full_output_path(),
DCellularPageDecodeTest.py59 context.get_current_context().get_full_output_path(),
101 context.get_current_context().get_full_output_path(),
DCellularFr2SensitivityTest.py135 context.get_current_context().get_full_output_path(),
199 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.py66 context.get_current_context().get_full_output_path(),
DCellularLteFr1EndcRvrTest.py108 context.get_current_context().get_full_output_path(),
DCellularLteRvrTest.py140 context.get_current_context().get_full_output_path(),
/tools/test/connectivity/acts/framework/acts/metrics/
Dcore.py138 return os.path.join(self.context.get_full_output_path(),
/tools/test/connectivity/acts/framework/acts/controllers/
Dbits.py248 context.get_current_context().get_full_output_path(),
416 context.get_current_context().get_full_output_path(),
Diperf_client.py107 full_out_dir = os.path.join(current_context.get_full_output_path(),
/tools/test/connectivity/acts/framework/acts/
Dcontext.py214 def get_full_output_path(self, log_name=None): member in TestContext
/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/
Dpackage_server.py176 root_dir = context.get_current_context().get_full_output_path()
Dffx.py159 root_dir = context.get_current_context().get_full_output_path()
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/coex/
Daudio_capture_device.py40 full_out_dir = os.path.join(current_context.get_full_output_path(),
/tools/test/connectivity/acts/framework/acts/controllers/bits_lib/
Dbits_service.py149 context.get_current_context().get_full_output_path(),

12