Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/kunit/
H A Dkunit.py28 class KunitStatus(Enum): class
36 status: KunitStatus
86 status = KunitStatus.SUCCESS if success else KunitStatus.CONFIG_FAILURE
98 status = KunitStatus.SUCCESS if success else KunitStatus.BUILD_FAILURE
218 return KunitStatus.SUCCESS
219 return KunitStatus.TEST_FAILURE
488 if result.status != KunitStatus.SUCCESS:
504 if result.status != KunitStatus.SUCCESS:
517 if result.status != KunitStatus.SUCCESS:
539 if result.status != KunitStatus.SUCCESS:
[all …]