35846a9b7c
In a lot of placeses we are using word "benchmark" which can mean workload, subtask, or test case which is very confusing. This patch partially address wrong usage of "benchamrk" word Change-Id: Id3b2b7ae841a5243684c12cc51c96f005dbe7544
28 lines
690 B
ReStructuredText
28 lines
690 B
ReStructuredText
=======================
|
|
Launch Specific SubTask
|
|
=======================
|
|
|
|
|
|
Use case
|
|
--------
|
|
|
|
A developer is working on a feature that is covered by one or more specific
|
|
subtask. He/she would like to execute a rally task with an
|
|
existing task template file (YAML or JSON) indicating exactly what subtask
|
|
will be executed.
|
|
|
|
|
|
Problem description
|
|
-------------------
|
|
|
|
When executing a task with a template file in Rally, all subtasks are
|
|
executed without the ability to specify one or a set of subtasks the user
|
|
would like to execute.
|
|
|
|
|
|
Possible solution
|
|
-----------------
|
|
|
|
* Add optional flag to rally task start command to specify one or more
|
|
subtasks to execute as part of that test run.
|