[Plugins] Rename workload dammy.failure -> Dummy.failure
`dummy.failure' was the first class-based workload so it got specific name started with lowercase `dummy'. But other dummy scenarios have become class-based recently, so dummy.failure is a kind of white crow now. This patch simply renames the workload, without keeping backward compatibility, because this is not critical. Change-Id: I9ddeb0368adc7e517a74e6d25144b8e88ee4cd44
This commit is contained in:
parent
bfc657b7d0
commit
8a1672f293
@ -674,7 +674,7 @@
|
|||||||
action_3: 4.0
|
action_3: 4.0
|
||||||
action_4: 5.0
|
action_4: 5.0
|
||||||
|
|
||||||
dummy.failure:
|
Dummy.failure:
|
||||||
-
|
-
|
||||||
args:
|
args:
|
||||||
sleep: 0.2
|
sleep: 0.2
|
||||||
|
@ -25,7 +25,7 @@ class DummyScenarioException(exceptions.RallyException):
|
|||||||
msg_fmt = _("Dummy scenario expected exception: '%(message)s'")
|
msg_fmt = _("Dummy scenario expected exception: '%(message)s'")
|
||||||
|
|
||||||
|
|
||||||
@scenario.configure(name="dummy.failure")
|
@scenario.configure(name="Dummy.failure")
|
||||||
class DummyFailure(scenario.Scenario):
|
class DummyFailure(scenario.Scenario):
|
||||||
"""Dummy benchmarks for testing Rally benchmark engine at scale."""
|
"""Dummy benchmarks for testing Rally benchmark engine at scale."""
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"dummy.failure": [
|
"Dummy.failure": [
|
||||||
{
|
{
|
||||||
"args": {
|
"args": {
|
||||||
"sleep": 0.2,
|
"sleep": 0.2,
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
dummy.failure:
|
Dummy.failure:
|
||||||
-
|
-
|
||||||
args:
|
args:
|
||||||
sleep: 0.2
|
sleep: 0.2
|
||||||
|
Loading…
Reference in New Issue
Block a user