diff options
author | tjuyinkanglin <14_ykl@tongji.edu.cn> | 2016-07-15 16:26:49 +0800 |
---|---|---|
committer | tjuyinkanglin <14_ykl@tongji.edu.cn> | 2016-07-18 13:00:55 +0800 |
commit | 79e7edbb7dd0e8aed4cea42d4d2a996ef32b4237 (patch) | |
tree | 85eedce5af124d3b10e28a7129e369539545189b /tests/unit/benchmark/scenarios/availability/test_attacker_general.py | |
parent | 3a3ccbd79d47333ce7626674c68a4cdfac44020d (diff) |
code clean up
JIRA: YARDSTICK-272
Change-Id: Id2f1b3d1beff8843700cdfcaaa1e8f496f445ed9
Signed-off-by: tjuyinkanglin <14_ykl@tongji.edu.cn>
Diffstat (limited to 'tests/unit/benchmark/scenarios/availability/test_attacker_general.py')
-rw-r--r-- | tests/unit/benchmark/scenarios/availability/test_attacker_general.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/benchmark/scenarios/availability/test_attacker_general.py b/tests/unit/benchmark/scenarios/availability/test_attacker_general.py index d6488a9a7..643c1e7ac 100644 --- a/tests/unit/benchmark/scenarios/availability/test_attacker_general.py +++ b/tests/unit/benchmark/scenarios/availability/test_attacker_general.py @@ -32,7 +32,7 @@ class GeneralAttackerServiceTestCase(unittest.TestCase): 'fault_type': 'general-attacker', 'action_parameter':{'process_name':'nova_api'}, 'rollback_parameter':{'process_name':'nova_api'}, - 'key':'stop_service', + 'key':'stop-service', 'host': 'node1', } |