Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/test_utils/power/
DPowerWiFiBaseTest.py37 self.networks = self.unpack_custom_file(self.network_file, False)
DPowerBaseTest.py127 self.atten_level = self.unpack_custom_file(self.attenuation_file)
129 self.threshold = self.unpack_custom_file(self.threshold_file)
171 def unpack_custom_file(self, file, test_specific=True): member in PowerBaseTest