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:
@@ -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):
|
||||
|
||||
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user