OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:step_name
(Results
1 - 2
of
2
) sorted by null
/external/skia/tools/
gen_bench_expectations_from_codereview.py
123
def _step_succeeded(try_build,
step_name
):
133
step_name
: string; name of the step we're concerned about.
135
step_url = '/'.join((try_build.json_url, 'steps',
step_name
))
/tools/test/connectivity/acts/framework/acts/controllers/
monsoon.py
830
step_name
= func.__name__
831
self.log.info("Executing step function %s." %
step_name
)
834
self.log.info("Skip taking samples for %s" %
step_name
)
839
self.log.info("Taking samples for %s." %
step_name
)
842
raise MonsoonError("Sampling for %s failed." %
step_name
)
845
data.tag =
step_name
[
all
...]
Completed in 885 milliseconds