Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/
H A Dtest_task_page.py40 order=1, outcome=Task.OUTCOME_COVERED, task_executed=False,
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/builds/
H A Dtest_core_image_min.py87 outcome__in=(Task.OUTCOME_COVERED,
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/
H A Dviews.py546 covered_list = [ x for x in revlist if x.outcome == Task.OUTCOME_COVERED ]
548 revlist = [ x for x in revlist if x.outcome != Task.OUTCOME_COVERED ]
555 covered_list = [ x for x in revlist if x.outcome == Task.OUTCOME_COVERED ]
571 if ( task_object.outcome == Task.OUTCOME_COVERED ):
835 if tr.outcome != Task.OUTCOME_COVERED:
/openbmc/openbmc/poky/bitbake/lib/toaster/orm/
H A Dmodels.py1046 OUTCOME_COVERED = 1 variable in Task
1055 (OUTCOME_COVERED, 'Covered'),
1064 (OUTCOME_COVERED, 'This task did not run because its output is provided by another task'),
/openbmc/openbmc/poky/bitbake/lib/bb/ui/
H A Dbuildinfohelper.py293 …if task_object.outcome == Task.OUTCOME_COVERED and 1 == task_object.get_related_setscene().count():
1219 task_information['outcome'] = Task.OUTCOME_COVERED