Rename rally/benchmark to rally/task

We need to reduce amount of works in our glossary
Rally task commands are based on what is in rally/benchmark
So it will be better to call this directory properly

Change-Id: I7dccdec82c24942517cb2611a8e12218db6118f1
This commit is contained in:
Alexander Nevenchannyy
2015-06-25 22:48:11 +03:00
parent 3760f40ec1
commit 6694950b12
74 changed files with 268 additions and 268 deletions

View File

@@ -13,7 +13,7 @@
# License for the specific language governing permissions and limitations
# under the License.
from rally.benchmark.scenarios import base
from rally.task.scenarios import base
class FakeScenarioPlugin1(base.Scenario):

View File

@@ -13,7 +13,7 @@
# License for the specific language governing permissions and limitations
# under the License.
from rally.benchmark.scenarios import base
from rally.task.scenarios import base
class FakeScenarioPlugin2(base.Scenario):