Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/test/py/
H A Dconftest.py342 tests_not_run = [] variable
362 tests_not_run.append(item.name)
403 if tests_not_run:
404 log.status_fail('%d not run' % len(tests_not_run))
405 for test in tests_not_run:
535 tests_not_run.remove(item.name)