Searched refs:results_file_path (Results 1 – 10 of 10) sorted by relevance
/tools/test/connectivity/acts/tests/google/bt/sar/ |
D | BtSarPowerLimitTest.py | 42 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)
|
D | BtSarSanityTest.py | 107 results_file_path = os.path.join( 109 sar_df.to_csv(results_file_path)
|
/tools/test/connectivity/acts/tests/google/wifi/ |
D | WifiPingTest.py | 126 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:
|
D | WifiRoamingPerformanceTest.py | 183 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:
|
D | WifiIOTTwPkg1Test.py | 223 results_file_path = "{}/{}.json".format(self.log_path, 225 with open(results_file_path, 'w') as results_file:
|
D | WifiRvrTwTest.py | 303 results_file_path = "{}/{}_angle{}_{}dB.json".format(self.log_path, 306 with open(results_file_path, 'w') as results_file:
|
D | WifiThroughputStabilityTest.py | 201 results_file_path = os.path.join(self.log_path, 225 with open(results_file_path, 'w') as results_file:
|
D | WifiRvrTest.py | 251 results_file_path = os.path.join( 253 with open(results_file_path, 'w') as results_file:
|
D | WifiSensitivityTest.py | 268 results_file_path = os.path.join(self.log_path, 'results.csv') 269 with open(results_file_path, mode='w') as csv_file:
|
D | WifiRssiTest.py | 232 results_file_path = os.path.join(self.log_path, self.current_test_name) 233 with open(results_file_path, 'w') as results_file:
|