Home
last modified time | relevance | path

Searched refs:unpack_custom_file (Results 1 – 3 of 3) sorted by relevance

/tools/test/connectivity/acts/framework/acts/test_utils/power/
DPowerBaseTest.py153 self.atten_level = self.unpack_custom_file(self.attenuation_file)
154 self.threshold = self.unpack_custom_file(self.threshold_file)
236 def unpack_custom_file(self, file, test_specific=True): member in PowerBaseTest
DPowerWiFiBaseTest.py42 self.networks = self.unpack_custom_file(self.network_file, False)
/tools/test/connectivity/acts/framework/acts/test_utils/power/cellular/
Dcellular_power_base_test.py92 self.calibration_table = self.unpack_custom_file(file, False)