Home
last modified time | relevance | path

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

/tools/test/connectivity/acts_tests/tests/google/bt/performance/
DInjectWifiInterferenceTest.py23 from acts_contrib.test_utils.bt.BtInterferenceBaseTest import unpack_custom_file
42 self.static_wifi_interference = unpack_custom_file(file)
44 self.dynamic_wifi_interference = unpack_custom_file(file)
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/
DBtInterferenceBaseTest.py71 def unpack_custom_file(file): function
166 self.static_wifi_interference = unpack_custom_file(file)
168 self.dynamic_wifi_interference = unpack_custom_file(file)
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/power/
DPowerBaseTest.py189 self.atten_level = self.unpack_custom_file(self.attenuation_file)
190 self.threshold = self.unpack_custom_file(self.threshold_file)
298 def unpack_custom_file(self, file, test_specific=True): member in PowerBaseTest
DPowerWiFiBaseTest.py43 self.networks = self.unpack_custom_file(self.network_file, False)