Searched refs:test_id (Results 1 – 12 of 12) sorted by relevance
/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/bt/ |
D | gattc_lib.py | 41 test_id = self.build_id(self.test_counter) 44 return self.send_command(test_id, test_cmd, test_args) 54 test_id = self.build_id(self.test_counter) 57 return self.send_command(test_id, test_cmd, test_args) 70 test_id = self.build_id(self.test_counter) 73 return self.send_command(test_id, test_cmd, test_args) 83 test_id = self.build_id(self.test_counter) 86 return self.send_command(test_id, test_cmd, test_args) 97 test_id = self.build_id(self.test_counter) 100 return self.send_command(test_id, test_cmd, test_args) [all …]
|
D | ble_lib.py | 34 test_id = self.build_id(self.test_counter) 37 return self.send_command(test_id, test_cmd, test_args) 58 test_id = self.build_id(self.test_counter) 60 return self.send_command(test_id, test_cmd, test_args) 81 test_id = self.build_id(self.test_counter) 84 return self.send_command(test_id, test_cmd, test_args)
|
D | gatts_lib.py | 40 test_id = self.build_id(self.test_counter) 43 return self.send_command(test_id, test_cmd, test_args)
|
/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/ |
D | wlan_lib.py | 36 test_id = self.build_id(self.test_counter) 39 return self.send_command(test_id, test_cmd, {}) 55 test_id = self.build_id(self.test_counter) 58 return self.send_command(test_id, test_cmd, test_args) 63 test_id = self.build_id(self.test_counter) 66 return self.send_command(test_id, test_cmd, {})
|
D | base_lib.py | 35 def build_id(self, test_id): argument 41 return self.client_id + "." + str(test_id) 43 def send_command(self, test_id, test_cmd, test_args): argument 56 "id": test_id,
|
/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/netstack/ |
D | netstack_lib.py | 33 test_id = self.build_id(self.test_counter) 36 return self.send_command(test_id, test_cmd, test_args)
|
/tools/test/connectivity/acts/framework/acts/test_utils/tel/ |
D | TelephonyLabPowerTest.py | 160 os.path.join(self.monsoon_log_path, self.test_id)) 191 self.test_id, offset_time) 194 self.log.info("{} Result: {} mA".format(self.test_id,
|
D | TelephonyBaseTest.py | 126 test_id = "%s:%s:%s" % (self.__class__.__name__, self.test_name, 128 self.test_id = test_id
|
/tools/test/connectivity/acts/framework/acts/test_utils/bt/ |
D | BluetoothBaseTest.py | 92 test_id = "{}:{}:{}".format(self.__class__.__name__, fn.__name__, 94 log_string = "[Test ID] {}".format(test_id) 105 test_id)
|
/tools/test/connectivity/acts/framework/acts/controllers/ |
D | fuchsia_device.py | 189 def build_id(self, test_id): argument 195 return self.client_id + "." + str(test_id)
|
/tools/test/connectivity/acts/tests/google/tel/live/ |
D | TelPowerTest.py | 124 os.path.join(self.monsoon_log_path, self.test_id)) 280 self.test_id, offset_time) 302 self.test_id, average_current, pass_criteria))
|
D | TelLivePostflightTest.py | 51 post_crash = ad.check_crash_report(self.test_id)
|