Home
last modified time | relevance | path

Searched refs:results_file_path (Results 1 – 10 of 10) sorted by relevance

/tools/test/connectivity/acts/tests/google/bt/sar/
DBtSarPowerLimitTest.py42 def save_sar_plot(self, df, results_file_path): argument
58 results_file_path = os.path.join(
61 wifi_utils.BokehFigure.save_figures([self.plot], results_file_path)
152 results_file_path = os.path.join(self.log_path, self.current_test_name)
153 sar_df.to_csv('{}.csv'.format(results_file_path))
154 self.save_sar_plot(sar_df, results_file_path)
DBtSarSanityTest.py107 results_file_path = os.path.join(
109 sar_df.to_csv(results_file_path)
/tools/test/connectivity/acts/tests/google/wifi/
DWifiPingTest.py126 results_file_path = os.path.join(self.log_path,
128 with open(results_file_path, 'w') as results_file:
244 results_file_path = os.path.join(
246 with open(results_file_path, 'w') as results_file:
671 results_file_path = os.path.join(current_context,
673 with open(results_file_path, 'w') as results_file:
DWifiRoamingPerformanceTest.py183 results_file_path = os.path.join(current_context,
185 with open(results_file_path, 'w') as results_file:
233 results_file_path = os.path.join(current_context,
235 with open(results_file_path, 'w') as results_file:
DWifiIOTTwPkg1Test.py223 results_file_path = "{}/{}.json".format(self.log_path,
225 with open(results_file_path, 'w') as results_file:
DWifiRvrTwTest.py303 results_file_path = "{}/{}_angle{}_{}dB.json".format(self.log_path,
306 with open(results_file_path, 'w') as results_file:
DWifiThroughputStabilityTest.py201 results_file_path = os.path.join(self.log_path,
225 with open(results_file_path, 'w') as results_file:
DWifiRvrTest.py251 results_file_path = os.path.join(
253 with open(results_file_path, 'w') as results_file:
DWifiSensitivityTest.py268 results_file_path = os.path.join(self.log_path, 'results.csv')
269 with open(results_file_path, mode='w') as csv_file:
DWifiRssiTest.py232 results_file_path = os.path.join(self.log_path, self.current_test_name)
233 with open(results_file_path, 'w') as results_file: