Searched refs:Task (Results 1 – 25 of 57) sorted by relevance
123
17 # Task 10907 (meta/recipes-devtools/quilt/quilt-native_0.60.bb, do_install) (dependent Tasks ['qui…18 # Task 10908 (meta/recipes-devtools/quilt/quilt-native_0.60.bb, do_populate_sysroot) (dependent Ta…19 # Task 10997 (meta/recipes-devtools/icecc-create-env/icecc-create-env-native_0.1.bb, do_patch) (de…20 # Task 11001 (meta/recipes-devtools/icecc-create-env/icecc-create-env-native_0.1.bb, do_configure)…21 # Task 11002 (meta/recipes-devtools/icecc-create-env/icecc-create-env-native_0.1.bb, do_compile) (…22 # Task 10998 (meta/recipes-devtools/icecc-create-env/icecc-create-env-native_0.1.bb, do_install) (…23 # Task 10999 (meta/recipes-devtools/icecc-create-env/icecc-create-env-native_0.1.bb, do_populate_s…24 # Task 10910 (meta/recipes-devtools/quilt/quilt-native_0.60.bb, do_configure) (dependent Tasks ['q…25 # Task 10911 (meta/recipes-devtools/quilt/quilt-native_0.60.bb, do_compile) (dependent Tasks ['qui…
17 from orm.models import Target_Image_File, Target_Installed_Package, Task52 tasks = Task.objects.filter(73 tasks = Task.objects.filter(outcome=2).values('id', 'sstate_result')86 tasks = Task.objects.filter(87 outcome__in=(Task.OUTCOME_COVERED,88 Task.OUTCOME_PREBUILT)).values('id',93 if (task['sstate_result'] != Task.SSTATE_NA and94 task['sstate_result'] != Task.SSTATE_MISS):106 tasks = Task.objects.filter(121 tasks = Task.objects.filter([all …]
23 Verify Task Service Attributes34 # "Name": "Task Service",75 Test Generated Task Instance Validity And Task State82 # "@odata.type": "#Task.v1_4_3.Task",96 # "Name": "Task 3",119 ${task_id} ${resp_obj}= Generate Task Instance149 Wait For Task Completion ${task_id} ${allowed_task_completion_state}171 Verify Task Persistency Post BMC Reboot175 Verify Generate Task Instance Completion194 Load Task Service Properties Data[all …]
8 TEST(Task, CoAwaitVoid) in TEST() argument24 TEST(Task, CoAwaitInt) in TEST() argument48 TEST(Task, CoAwaitThrow) in TEST() argument80 TEST(Task, RecursiveTask) in TEST() argument
14 from orm.models import Task, Task_Dependency39 self.task = Task.objects.create(build=self.build, recipe=recipe,40 order=1, outcome=Task.OUTCOME_COVERED, task_executed=False,
13 from orm.models import Project, Build, Task, Recipe, Layer, Layer_Version90 task1 = Task.objects.create(build=build, recipe=recipe,92 task2 = Task.objects.create(build=build, recipe=recipe,103 task1.outcome = Task.OUTCOME_SUCCESS120 task2.outcome = Task.OUTCOME_SUCCESS
13 from orm.models import Project, Build, Recipe, Task, Layer, Layer_Version35 task = Task.objects.create(build=self.build, recipe=recipe, order=1)
13 from orm.models import Project, Build, Recipe, Task, Layer, Layer_Version34 task = Task.objects.create(build=self.build, recipe=recipe, order=1)
19 …m.models import BitbakeVersion, Layer, Layer_Version, Recipe, Release, Project, Build, Target, Task162 task = Task.objects.create(build=build,165 outcome=Task.OUTCOME_SUCCESS)
303 Create List Of Task308 # task_dict_list Task id dictionary list.321 Create Initiated Task State Dict327 # task_obj Task dictionary.344 Get Task Inventory349 # task_info Task information.351 # Task information.359 ${task_inv}= Create Initiated Task State Dict ${task_payload}369 # task_list Task id list.370 # target_uri Task created for target URI.[all …]
284 Initiate BMC Dump Using Redfish And Return Task Id294 # "@odata.type": "#Task.v1_4_3.Task",318 # "@odata.type": "#Task.v1_4_3.Task",324 Wait Until Keyword Succeeds 5 min 15 sec Check Task Completion ${resp.dict['Id']}386 # task_id Task ID.409 Get Task Status414 # task_id Task ID.419 Check Task Completion424 # task_id Task ID.434 # task_id Task ID.[all …]
552 Get All Task568 ${task_dict}= Get Task Objects ${task_list}570 …${task_inventory}= Check Task Attribute ${target_uri} ${match_status} ${match_state} ${task_d…578 Get Task Objects604 Check Task Attribute615 # task_dict Task inventory.631 Check Task Progress State636 # task_inv_dict Task inventory dictionary.777 ${task_inv_dict}= Get Task State from File795 ${task_inv}= Check Task With Match TargetUri ${redfish_update_uri}[all …]
4 qio_task_new(void *task, void *source, void *func, void *opaque) "Task new task=%p source=%p func=%…5 qio_task_complete(void *task) "Task complete task=%p"6 qio_task_thread_start(void *task, void *worker, void *opaque) "Task thread start task=%p worker=%p …7 qio_task_thread_run(void *task) "Task thread run task=%p"8 qio_task_thread_exit(void *task) "Task thread exit task=%p"9 qio_task_thread_result(void *task) "Task thread result task=%p"10 qio_task_thread_source_attach(void *task, void *source) "Task thread source attach task=%p source=%…11 qio_task_thread_source_cancel(void *task, void *source) "Task thread source cancel task=%p source=%…
218 ${task_inv_dict}= Get Task State from File224 ${task_inv}= Check Task With Match TargetUri ${redfish_update_uri}228 ... Verify Task Progress State ${task_inv} ${task_inv_dict['TaskStarting']}231 ... Verify Task Progress State ${task_inv} ${task_inv_dict['TaskCompleted']}259 ${task_inv_dict}= Get Task State from File288 ${task_inv2}= Get Task Inventory ${task_info2}292 ... Verify Task Progress State ${task_inv2} ${task_inv_dict['TaskException']}297 ${task_inv1}= Get Task Inventory ${task_info1}301 ... Verify Task Progress State ${task_inv1} ${task_inv_dict['TaskCompleted']}411 ${task_inv_dict}= Get Task State from File[all …]
16 waflib/Task.py | 2 +-64 diff --git a/waflib/Task.py b/waflib/Task.py66 --- a/waflib/Task.py67 +++ b/waflib/Task.py88 class subst_pc(Task.Task):
29 from orm.models import Build, Task, Recipe, Layer_Version, Layer, Target, LogMessage, HelpText251 task_to_update = Task.objects.get(276 task_object, created = self._cached_get_or_create(Task,293 …if task_object.outcome == Task.OUTCOME_COVERED and 1 == task_object.get_related_setscene().count():294 task_object.outcome = Task.OUTCOME_CACHED297 outcome_task_setscene = Task.objects.get(task_executed=True, build = task_object.build,299 if outcome_task_setscene == Task.OUTCOME_SUCCESS:300 task_object.sstate_result = Task.SSTATE_RESTORED302 elif outcome_task_setscene == Task.OUTCOME_FAILED:303 task_object.sstate_result = Task.SSTATE_FAILED[all …]
22 class Task: class62 t = Task(
9 from orm.models import Build, Task, Target, Package412 for outcome_enum, title in Task.TASK_OUTCOME:413 if outcome_enum is Task.OUTCOME_NA:426 for sstate_result_enum, title in Task.SSTATE_RESULT:481 self.static_context_extra['OUTCOME_FAILED'] = Task.OUTCOME_FAILED
22 from orm.models import Build, Target, Task, Layer, Layer_Version, Recipe545 covered_list = [ x for x in revlist if x.outcome == Task.OUTCOME_COVERED ]547 revlist = [ x for x in revlist if x.outcome != Task.OUTCOME_COVERED ]554 covered_list = [ x for x in revlist if x.outcome == Task.OUTCOME_COVERED ]559 tasks_list = Task.objects.filter( pk=task_id )570 if ( task_object.outcome == Task.OUTCOME_COVERED ):605 context[ 'matching_tasks' ] = Task.objects.filter(608 order__isnull=True).exclude(outcome=Task.OUTCOME_NA).order_by('-build__completed_on')620 …Task.objects.filter(recipe_id = recipe_id, build_id = build_id).exclude(order__isnull=True).exclud…807 tdeps = tdeps.exclude(depends_on__outcome=Task.OUTCOME_NA).select_related("depends_on")[all …]
542 tf = Task.objects.filter(build = self)545 completeper = tf.exclude(outcome=Task.OUTCOME_NA).count()*100 // tfc669 return tasks.filter(order__gt=0, outcome=Task.OUTCOME_FAILED)749 self.task_build.exclude(outcome=Task.OUTCOME_NA).count() == 01019 class Task(models.Model): class1074 super(Task, self).__init__(*args, **kwargs)1081 …return Task.objects.filter(task_executed=True, build = self.build, recipe = self.recipe, task_name…1084 return Task.TASK_OUTCOME[int(self.outcome) + 1][1]1087 return Task.TASK_OUTCOME_HELP[int(self.outcome)][1]1090 if self.sstate_result==Task.SSTATE_NA:[all …]
68 mov r6, #0xFF @ Indicate new Task call
10 SNMP, standardised by the Distributed Management Task Force (DMTF) available \
31 Redfish - The Distributed Management Task Force (DTMF) Redfish specification.
41 mov r6, #0xFF @ Indicate new Task call
13 ERROR: Task 5 (meta/recipes-connectivity/bind/bind_9.10.2.bb, do_configure) failed with exit code '…