Home
last modified time | relevance | path

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

/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/performance/
DWlanRvrTest.py591 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)
676 context.get_current_context().get_full_output_path(),
681 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'
180 context.get_full_output_path.return_value = 'output/path'
199 context.get_full_output_path.return_value = 'output/path'
225 context.get_full_output_path.return_value = 'output/path'
250 context.get_full_output_path.return_value = 'output/path'
276 context.get_full_output_path.return_value = 'output/path'
[all …]
/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/metrics/
Dcore.py138 return os.path.join(self.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/
Dbits.py207 context.get_current_context().get_full_output_path(),
Diperf_client.py112 full_out_dir = os.path.join(current_context.get_full_output_path(),
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.py322 full_out_dir = os.path.join(current_context.get_full_output_path(),
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.py40 full_out_dir = os.path.join(current_context.get_full_output_path(),
/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/tests/
Dacts_context_test.py170 self.assertEqual(context.get_full_output_path('foo'), full_path)
/tools/test/connectivity/acts/framework/acts/libs/logging/
Dlog_stream.py352 return curr_context.get_full_output_path(self.logger.name)
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/
Dota_sniffer.py118 full_out_dir = os.path.join(current_context.get_full_output_path(),
Dwifi_test_utils.py2523 context.get_current_context().get_full_output_path(), 'PacketCapture')
/tools/test/connectivity/acts_tests/tests/google/tel/live/
DTelLiveStressTest.py213 src_dir = context.get_current_context().get_full_output_path()