HomeSort by relevance Sort by last modified time
    Searched refs:max_ndp (Results 1 - 3 of 3) sorted by null

  /tools/test/connectivity/acts/tests/google/wifi/aware/functional/
CapabilitiesTest.py 151 Note: the test requires MAX_NDP + 2 devices to be validated. If these are
158 max_ndp = dut.aware_capabilities[aconsts.CAP_MAX_NDP_SESSIONS]
160 # get number of attached devices: needs to be max_ndp+2 to allow for max_ndp
162 # However, will run the test with max_ndp+1 devices to verify that at least
165 num_peer_devices = min(len(self.android_devices) - 1, max_ndp + 1)
167 num_peer_devices >= max_ndp,
169 (max_ndp + 1, len(self.android_devices)))
228 if i != max_ndp:
261 asserts.assert_true(num_peer_devices > max_ndp,
    [all...]
ProtocolsTest.py 133 Note: the test requires MAX_NDP + 1 devices to be validated. If these are
139 max_ndp = dut.aware_capabilities[aconsts.CAP_MAX_NDP_SESSIONS]
140 asserts.assert_true(len(self.android_devices) > max_ndp,
142 (max_ndp + 1, len(self.android_devices)))
151 for i in range(max_ndp):
176 for i in range(max_ndp):
181 for i in range(max_ndp):
  /tools/test/connectivity/acts/tests/google/wifi/aware/performance/
ThroughputTest.py 129 Note: the test requires MAX_NDP + 1 devices to be validated. If these are
139 max_ndp = dut.aware_capabilities[aconsts.CAP_MAX_NDP_SESSIONS]
140 asserts.assert_true(len(self.android_devices) > max_ndp,
142 (max_ndp + 1, len(self.android_devices)))
151 for i in range(max_ndp):
179 for i in range(max_ndp):
193 for i in range(max_ndp):
199 for i in range(max_ndp):

Completed in 64 milliseconds