Home
last modified time | relevance | path

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

/tools/test/connectivity/acts_tests/tests/google/wifi/p2p/functional/
DWifiP2pMultiPeersTest.py69 def clear_all_events(self, duts): argument
70 for dut in duts:
73 def check_disconnection(self, duts): argument
74 for dut in duts:
/tools/test/connectivity/acts_tests/tests/google/wifi/aware/functional/
DDataPathTest.py2191 duts = self.android_devices
2192 loop_len = len(duts)
2200 duts[i].pretty_name = chr(ord("A") + i)
2207 ids.append(duts[i].droid.wifiAwareAttach(True))
2208 autils.wait_for_event(duts[i], aconsts.EVENT_CB_ON_ATTACHED)
2210 duts[i], aconsts.EVENT_CB_ON_IDENTITY_CHANGED)
2224 duts[i], duts[peer_device], ids[i], macs[i], ids[peer_device],
2237 duts[i].droid.connectivityUnregisterNetworkCallback(req)
/tools/test/connectivity/acts_tests/tests/google/wifi/
DWifiBridgedApTest.py123 duts = args
124 for dut in duts: