Searched refs:step_result (Results 1 – 9 of 9) sorted by relevance
23 step_result = api.step('platform things', cmd=None)24 step_result.presentation.logs['name'] = [target.os]25 step_result.presentation.logs['arch'] = [target.arch]26 step_result.presentation.logs['platform'] = [target.platform]27 step_result.presentation.logs['triple'] = [target.triple]28 step_result.presentation.logs['string'] = [str(target)]
78 controlled_step_result step_result = stepper.try_step( system , x , t , dt ); in check_controlled_stepper_concept() local80 …BOOST_CHECK_MESSAGE( step_result == success , "step result: " << step_result ); // error = 0 for c… in check_controlled_stepper_concept()
80 step_result = self.m.json.read(87 data = step_result.json.output.get('env')
66 step_result = api.step('Get task log links',69 task_json = step_result.stdout
164 step_result = api.run(223 output = dict(step_result.json.output)
219 step_result = api.run(344 output = dict(step_result.json.output)
157 step_result = api.run(212 output = dict(step_result.json.output)
216 step_result = api.run(341 output = dict(step_result.json.output)
120 with api.step.nest('ensure xcode') as step_result:121 step_result.presentation.step_text = (