Home
last modified time | relevance | path

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

/openbmc/u-boot/test/py/
H A Dconftest.py345 tests_not_run = [] variable
366 tests_not_run.append(item.name)
412 if tests_not_run:
413 log.status_fail('%d not run' % len(tests_not_run))
414 for test in tests_not_run:
580 tests_not_run.remove(item.name)