Lines Matching refs:logging
17 import logging
67 logging.info("DUT: Init")
82 … logging.info("DUT: Creating bond to '%s' from '%s'" % (str(address), str(self._device.address)))
91 …logging.info("DUT: Creating OOB bond to '%s' from '%s'" % (str(address), str(self._device.address)…
118 … logging.info("DUT: setting IO Capabilities data to '%s'" % self._io_capabilities_name_lookup.get(
126 …logging.info("DUT: setting Authentication Requirements data to '%s'" % self._auth_reqs_name_lookup…
134 logging.info("DUT: Sending user input response uid: %d; response: %s" % (uid, b))
185 logging.info("DUT: Waiting for expected UI event")
193 logging.info("DUT: Inputting pin code: %s" % str(pin))
213 logging.info("DUT: Waiting for expected UI event")
227 logging.info("DUT: Waiting for Bond Event: %s " % expected_bond_event)
229 …lambda event: event.message_type == expected_bond_event or logging.info("DUT: Actual Bond Event: %…
239 logging.info("DUT: Waiting for enforce security event")
241 … lambda event: event.result == expected_enforce_security_event or logging.info(event.result))
247 logging.info("DUT: Waiting for Disconnect Event")
248 …assertThat(self._disconnect_event_stream).emits(lambda event: logging.info("event: %s" % event.add…