[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:
Alexander Maretskiy 2016-09-01 18:45:02 +03:00
parent bfc657b7d0
commit 8a1672f293
4 changed files with 4 additions and 4 deletions

View File

@ -674,7 +674,7 @@
action_3: 4.0
action_4: 5.0
dummy.failure:
Dummy.failure:
-
args:
sleep: 0.2

View File

@ -25,7 +25,7 @@ class DummyScenarioException(exceptions.RallyException):
msg_fmt = _("Dummy scenario expected exception: '%(message)s'")
@scenario.configure(name="dummy.failure")
@scenario.configure(name="Dummy.failure")
class DummyFailure(scenario.Scenario):
"""Dummy benchmarks for testing Rally benchmark engine at scale."""

View File

@ -1,5 +1,5 @@
{
"dummy.failure": [
"Dummy.failure": [
{
"args": {
"sleep": 0.2,

View File

@ -1,5 +1,5 @@
---
dummy.failure:
Dummy.failure:
-
args:
sleep: 0.2