Lines Matching refs:log
41 def log(self, str): member in Log
56 self.log = Log(logfile)
62 self.log.log("==== shell session ===========================")
63 self.log.log("%s> %s" % (path, cmd))
65 stdout=self.log.f, stderr=self.log.f)
66 self.log.log("status = %s" % status)
67 self.log.log("============================================== \n\n")
74 self.log.log("==== shell session ===========================")
75 self.log.log("%s> %s" % (path, cmd))
77 self.log.log("status = %s" % status)
78 self.log.log("out = %s" % out)
79 self.log.log("============================================== \n\n")
105 self.log.caption("Running test %s locally" % test)
110 self.log.error("Error getting commands for test %s" % test)
117 self.log.log("No commands found")
129 self.log.error("Error running command %s for test %s"
140 self.log.error("Invalid args. Please provide tests")
154 self.log.error("Error running test %s" % test)
202 print("Please follow log %s" % checker.log.filename)
206 % checker.log.filename)