Home
last modified time | relevance | path

Searched refs:get_full_output_path (Results 1 – 25 of 39) 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.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(),
DCellularFr1SensitivityTest.py129 context.get_current_context().get_full_output_path(),
195 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(),
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(),
DCellularFr2UplinkPowerSweepTest.py64 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(),
Dfuchsia_device.py934 out_dir = context.get_current_context().get_full_output_path()
949 bt_snoop_path = context.get_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(),
/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()
769 ).get_full_output_path()
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/tests/
Dacts_context_test.py170 self.assertEqual(context.get_full_output_path('foo'), full_path)

12