Home
last modified time | relevance | path

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

/openbmc/u-boot/test/py/tests/
H A Dtest_log.py110 def run_with_format(fmt, expected_output): function
124 run_with_format('all', 'NOTICE.arch,file.c:123-func() msg')
128 run_with_format('fm', 'func() msg')
129 run_with_format('clfm', 'NOTICE.arch,func() msg')
130 run_with_format('FLfm', 'file.c:123-func() msg')
131 run_with_format('lm', 'NOTICE. msg')
132 run_with_format('m', 'msg')