Home
last modified time | relevance | path

Searched defs:outcome (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/tools/buildman/
H A Dtest.py171 def assertSummary(self, text, arch, plus, boards, outcome=OUTCOME_ERR): argument
/openbmc/openbmc/poky/bitbake/lib/toaster/orm/
H A Dmodels.py476 outcome = models.IntegerField(choices=BUILD_OUTCOME, default=IN_PROGRESS) variable in Build
1106 outcome = models.IntegerField(choices=TASK_OUTCOME, default=OUTCOME_NA) variable in Task