Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/kunit/
H A Dkunit.py28 class KunitStatus(Enum): class
36 status: KunitStatus
84 status = KunitStatus.SUCCESS if success else KunitStatus.CONFIG_FAILURE
96 status = KunitStatus.SUCCESS if success else KunitStatus.BUILD_FAILURE
216 return KunitStatus.SUCCESS
217 return KunitStatus.TEST_FAILURE
460 if result.status != KunitStatus.SUCCESS:
476 if result.status != KunitStatus.SUCCESS:
489 if result.status != KunitStatus.SUCCESS:
509 if result.status != KunitStatus.SUCCESS:
[all …]