Searched refs:discover (Results 1 – 7 of 7) sorted by relevance
176 def discover( function241 discovered = unittest.defaultTestLoader.discover('cases', pattern)243 discovered = unittest.defaultTestLoader.discover('cases_R140', pattern)410 result = discover(**args)419 result = discover(
160 run cli/test-702-multi-radio-discover-by-rx.py163 run cli/test-705-multi-radio-discover-scan.py224 run ncp/test-705-multi-radio-discover-scan.py233 run ncp/test-005-discover-scan.py
48 … devices_dict = await scanner.discover(return_adv=True, service_uuids=[BBTC_SERVICE_UUID.lower()])
86 …e auto-start mode on the client which then monitors the network data to discover available SRP ser…
48 - [discover](#discover-channel)1268 ### discover \[channel\]1272 - channel: The channel to discover on. If no channel is provided, the discovery will cover all vali…1275 > discover2202 Parameters are optional and indicate additional items to discover. Can be added in any order.2204 - `ip6-addrs` to discover the list of IPv6 addresses of every router.2205 - `children` to discover the child table of every router.
273 logging.info('discover: %r', leader.discover())611 logging.info("child1 discover: %r", child1.discover())
284 def discover(self, channel: Optional[int] = None) -> List[Dict[str, Any]]: member in OTCI