Lines Matching refs:logger
57 …cls.logger.info("Adding: \"include selftest.inc\" in %s" % os.path.join(cls.builddir, "conf/local.…
63 cls.logger.info("Adding: \"include bblayers.inc\" in bblayers.conf")
71 cls.logger.info("Removing the include from local.conf")
77 cls.logger.info("Removing the include from bblayers.conf")
140 …self.logger.warning("tearDown commands have failed: %s" % ', '.join(map(str, failed_extra_commands…
141 self.logger.debug("Trying to move on.")
160 self.logger.debug("Adding command '%s' to tearDown for this test." % command)
165 self.logger.debug("Adding path '%s' to be cleaned up when test is over" % path)
178 self.logger.debug("Writing to: %s\n%s\n" % (dest_path, data))
183 self.logger.warning('MACHINE overridden: %s' % machine)
187 self.logger.debug("Appending to: %s\n%s\n" % (self.testinc_path, data))
192 self.logger.warning('MACHINE overridden: %s' % machine)
196 self.logger.debug("Removing from: %s\n%s\n" % (self.testinc_path, data))
206 self.logger.debug("Writing to: %s\n%s\n" % (inc_file, data))
213 self.logger.debug("Appending to: %s\n%s\n" % (inc_file, data))
220 self.logger.debug("Removing from: %s\n%s\n" % (inc_file, data))
226 self.logger.debug("Deleting file: %s" % inc_file)
234 self.logger.debug("Writing to: %s\n%s\n" % (self.testinc_bblayers_path, data))
239 self.logger.debug("Appending to: %s\n%s\n" % (self.testinc_bblayers_path, data))
244 self.logger.debug("Removing from: %s\n%s\n" % (self.testinc_bblayers_path, data))
249 self.logger.debug("Writing to: %s\n%s\n" % (self.machineinc_path, data))