Searched refs:lastlines (Results 1 – 1 of 1) sorted by relevance
343 def collect_log_since_last_check(dut, lastlines, logfile): argument347 cmd ='awk \'/{}/,0\' /var/log/messages'.format(lastlines[logfile])349 cmd ='awk \'/{}/,0\' /var/log/chrome/chrome'.format(lastlines[logfile])351 cmd ='awk \'/{}/,0\' /var/log/ui/ui.LATEST'.format(lastlines[logfile])353 cmd ='awk \'/{}/,0\' /var/log/atrus.log'.format(lastlines[logfile])