Searched refs:check_line (Results 1 – 1 of 1) sorted by relevance
| /openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
| H A D | devtool.py | 725 def check_line(checkfile, expected, message, present=True): function 741 check_line(modfile, 'Linux Software RAID', 'Could not find initial string') 742 … check_line(modfile, 'antique pin sardine', 'Unexpectedly found replacement string', present=False) 745 check_line(modfile, 'antique pin sardine', 'mdadm.8.in file not modified (sed failed)') 748 …check_line(manfile, 'antique pin sardine', 'man file not modified. man searched file path: %s' % m… 751 check_line(modfile, 'Linux Software RAID', 'man .in file not restored (git failed)') 754 …check_line(manfile, 'Linux Software RAID', 'man file not updated. man searched file path: %s' % ma…
|