Renamed shaiker_controller to shaker_controller

This commit is contained in:
Sergey Belous 2015-03-17 12:45:38 +00:00
parent 077074c174
commit 8badbbabfe
3 changed files with 2 additions and 14 deletions

View File

@ -1,12 +0,0 @@
from rally.benchmark.scenarios import base
class shaiker_controller(base.Scenario):
"""Sample plugin for shaiker."""
@base.scenario()
def sample_print(self):
print "its work"
print "controllers: ", self.context["controllers"]
self.context["nodes"] = ["10", "11", "12"]
print "nodes: ", self.context["nodes"]

View File

@ -1,7 +1,7 @@
from rally.benchmark.scenarios import base
class shaiker_controller(base.Scenario):
class shaker_controller(base.Scenario):
"""Sample plugin for shaiker."""
@base.scenario()

View File

@ -1,5 +1,5 @@
{
"shaiker_controller.sample_print": [
"shaker_controller.sample_print": [
{
"runner": {
"type": "serial",