Home
last modified time | relevance | path

Searched refs:mon_info (Results 1 – 9 of 9) sorted by relevance

/tools/test/connectivity/acts/framework/acts/test_utils/power/
DPowerBaseTest.py130 self.mon_info = self.create_monsoon_info()
204 self.mon_info.offset = self.mon_offset + self.extra_wait
206 self.mon_info.offset = self.mon_offset
284 wputils.monsoon_data_plot(self.mon_info, self.file_path, tag=tag)
318 mon_info = ObjNew(
324 return mon_info
361 data_path = os.path.join(self.mon_info.data_path, '{}.txt'.format(tag))
362 total_expected_samples = self.mon_info.freq * (
363 self.mon_info.duration + self.mon_info.offset)
380 self.mon_info.dut.monsoon_usb_auto()
[all …]
DPowerCoexBaseTest.py77 self.start_pmc_ble_scan(BLE_scan_mode, self.mon_info.offset,
78 self.mon_info.duration)
DPowerWiFiBaseTest.py94 wputils.monsoon_data_plot(self.mon_info, self.file_path, tag=tag)
/tools/test/connectivity/acts/tests/google/power/wifi/
DPowerWiFiroamingTest.py84 self.mon_info.duration = self.toggle_interval
93 self.dut, self.mon_info, self.current_test_name)
97 self.dut, self.mon_info, self.current_test_name)
98 [plot, dt] = wputils.monsoon_data_plot(self.mon_info, file_path)
117 self.mon_info.duration = self.toggle_interval
125 self.dut, self.mon_info, self.current_test_name)
129 self.dut, self.mon_info, self.current_test_name)
130 [plot, dt] = wputils.monsoon_data_plot(self.mon_info, file_path)
DPowerWiFiscanTest.py68 self.mon_info.offset = 0
/tools/test/connectivity/acts/tests/google/power/bt/
DPowerBTbaselineTest.py49 self.mon_info.duration + self.mon_info.offset)
DPowerBTscanTest.py45 self.start_pmc_ble_scan(scan_mode, self.mon_info.offset,
46 self.mon_info.duration)
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/
Dwifi_power_test_utils.py42 def monsoon_data_plot(mon_info, file_path, tag=""): argument
74 period = 1 / float(mon_info.freq)
86 z0=[mon_info.duration],
89 z1=[round(avg_current * voltage * mon_info.duration, 2)],
90 z2=[round(avg_current * mon_info.duration, 2)]))
103 output_file("%s/%s.html" % (mon_info.data_path, plot_title))
/tools/test/connectivity/acts/tests/google/power/tel/lab/
DPowerTelTest.py136 self.mon_info = wputils.create_monsoon_info(self)
262 self.ad, self.mon_info, self.current_test_name, bug_report=0)