Lines Matching refs:logging
17 import logging
63 logging.debug("DUT: Init")
75 … logging.debug("DUT: Creating bond to '%s' from '%s'" % (str(address), str(self._device.address)))
90 … logging.debug("DUT: setting IO Capabilities data to '%s'" % self._io_capabilities_name_lookup.get(
98 …logging.debug("DUT: setting Authentication Requirements data to '%s'" % self._auth_reqs_name_looku…
106 logging.info("DUT: setting OOB data present to '%s'" % data_present)
113 logging.debug("DUT: Sending user input response uid: %d; response: %s" % (uid, b))
155 logging.debug("DUT: Waiting for expected UI event")
169 logging.debug("DUT: Waiting for Bond Event")
179 logging.info("DUT: Waiting for enforce security event")
181 … lambda event: event.result == expected_enforce_security_event or logging.info(event.result))