Home
last modified time | relevance | path

Searched refs:log_locations (Results 1 – 1 of 1) sorted by relevance

/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/
H A Dparselogs.py34 log_locations = ["/var/log/", "/var/log/dmesg", "/tmp/dmesg_output.log"] variable in ParseLogsTest
74 def getLogList(self, log_locations): argument
76 for location in log_locations:
103 def get_local_log_list(self, log_locations): argument
104 self.transfer_logs(self.getLogList(log_locations))
170 log_list = self.get_local_log_list(self.log_locations)