Home
last modified time | relevance | path

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

/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/
DWlanRvrTest.py583 context.get_current_context().get_full_output_path(),
588 context.get_current_context().get_full_output_path(), graph_data)
603 context.get_current_context().get_full_output_path(),
608 context.get_current_context().get_full_output_path(), graph_data)
623 context.get_current_context().get_full_output_path(),
628 context.get_current_context().get_full_output_path(), graph_data)
643 context.get_current_context().get_full_output_path(),
648 context.get_current_context().get_full_output_path(), graph_data)
667 context.get_current_context().get_full_output_path(),
672 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/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.py530 current_context = context.get_current_context().get_full_output_path()
DWifiPingTest.py651 current_context = context.get_current_context().get_full_output_path()
DWifiSensitivityTest.py771 context.get_current_context().get_full_output_path())
DWifiRssiTest.py949 current_context = context.get_current_context().get_full_output_path()
/tools/test/connectivity/acts/framework/acts/controllers/
Dfuchsia_device.py857 br_path = context.get_current_context().get_full_output_path()
886 bt_snoop_path = context.get_current_context().get_full_output_path()
Diperf_client.py110 full_out_dir = os.path.join(current_context.get_full_output_path(),
Diperf_server.py341 full_out_dir = os.path.join(current_context.get_full_output_path(),
Dandroid_device.py582 return context.get_current_context().get_full_output_path(self.serial)
/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/test_utils/coex/
Daudio_capture_device.py42 full_out_dir = os.path.join(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/framework/acts/test_utils/wifi/
Dota_sniffer.py117 full_out_dir = os.path.join(current_context.get_full_output_path(),
Dwifi_test_utils.py2127 context.get_current_context().get_full_output_path(), 'PacketCapture')
/tools/test/connectivity/acts_tests/tests/google/tel/live/
DTelLiveStressTest.py177 src_dir = context.get_current_context().get_full_output_path()