Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/scripts/lib/resulttool/
H A Dresultutils.py44 rawlog_sections = { variable
125 for logtype in rawlog_sections:
220 for logtype in rawlog_sections:
223 logger.info("Extracting " + rawlog_sections[logtype] + "-raw.log")
224 … with open(dst.replace(fn, rawlog_sections[logtype] + "-raw.log"), "w+") as f: