Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/tests/google/fuchsia/wlan/
DWlanRvrTest.py573 context.get_current_context().get_full_output_path(),
578 context.get_current_context().get_full_output_path(), graph_data)
593 context.get_current_context().get_full_output_path(),
598 context.get_current_context().get_full_output_path(), graph_data)
613 context.get_current_context().get_full_output_path(),
618 context.get_current_context().get_full_output_path(), graph_data)
633 context.get_current_context().get_full_output_path(),
638 context.get_current_context().get_full_output_path(), graph_data)
657 context.get_current_context().get_full_output_path(),
662 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/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/acts/test_utils/instrumentation/
Dinstrumentation_base_test.py227 context.get_current_context().get_full_output_path(),
/tools/test/connectivity/acts/framework/acts/controllers/
Diperf_client.py110 full_out_dir = os.path.join(current_context.get_full_output_path(),
Dfuchsia_device.py708 br_path = context.get_current_context().get_full_output_path()
737 bt_snoop_path = context.get_current_context().get_full_output_path()
Diperf_server.py321 full_out_dir = os.path.join(current_context.get_full_output_path(),
Dandroid_device.py580 return context.get_current_context().get_full_output_path(self.serial)
/tools/test/connectivity/acts/tests/google/wifi/
DWifiRoamingTest.py152 context.get_current_context().get_full_output_path(),
DWifiRoamingPerformanceTest.py170 current_context = context.get_current_context().get_full_output_path()
209 current_context = context.get_current_context().get_full_output_path()
DWifiThroughputStabilityTest.py536 current_context = context.get_current_context().get_full_output_path()
DWifiPingTest.py666 current_context = context.get_current_context().get_full_output_path()
DWifiSensitivityTest.py773 context.get_current_context().get_full_output_path())
DWifiRssiTest.py955 current_context = context.get_current_context().get_full_output_path()
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/
Dota_sniffer.py106 full_out_dir = os.path.join(current_context.get_full_output_path(),
Dwifi_test_utils.py2336 context.get_current_context().get_full_output_path(), 'PacketCapture')
/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.py351 return curr_context.get_full_output_path(self.logger.name)
/tools/test/connectivity/acts/framework/acts/test_utils/instrumentation/power/
Dinstrumentation_power_test.py348 context.get_current_context().get_full_output_path(), 'power_data')