Searched refs:device_name (Results 1 – 7 of 7) sorted by relevance
/tools/test/connectivity/acts/tests/google/wifi/ |
D | WifiChaosTest.py | 136 device_name = device['hostname'] 139 if dutils.lock_device(device_name, self.admin): 140 self.pcap_host = device_name 142 self.log.info("Locked Packet Capture device: %s" % device_name) 146 self.log.warning("Failed to lock %s PCAP." % device_name)
|
/tools/test/connectivity/acts_tests/tests/google/bt/ |
D | relay_tool.py | 45 def get_relay_device(config_path, testbed_name, device_name): argument 64 if device.name == device_name) 69 'any of %s.' % (device_name, testbed_name, all_device_names),
|
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/ |
D | apollo_lib.py | 1273 def device_name(self): member in BudsDevice 1441 information_dictionary['name'] = self.device_name
|
/tools/test/connectivity/acts_tests/tests/google/fuchsia/bt/ |
D | command_input.py | 1732 def do_btc_connect_device_by_name(self, device_name): argument 1746 if device_name is device['name']:
|
/tools/test/connectivity/acts/framework/acts/controllers/ |
D | buds_controller.py | 82 'name': buds_device.device_name})
|
/tools/tradefederation/core/tests/res/testtype/ |
D | python_output1.txt | 45 self.assertEqual(_devices(server_port), [[device_name, "offline"]])
|
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/test_actions/ |
D | bt_utils.py | 150 self.logger.error('Not paired to %s', sec_device.device_name)
|