code clean up
[yardstick.git] / tests / unit / benchmark / scenarios / availability / test_scenario_general.py
index c17edea..bab9d62 100644 (file)
@@ -29,14 +29,14 @@ class ScenarioGeneralTestCase(unittest.TestCase):
                     'key': "kill-process"}],
                 'monitors': [{
                     'monitor_type': "general-monitor",
-                    'key': "service_status"}],
+                    'key': "service-status"}],
                 'steps':[
                     {
                         'actionKey': "kill-process",
                         'actionType': "attacker",
                         'index': 1},
                     {
-                        'actionKey': "service_status",
+                        'actionKey': "service-status",
                         'actionType': "monitor",
                         'index': 2}]
             }
@@ -62,4 +62,4 @@ class ScenarioGeneralTestCase(unittest.TestCase):
         mock_obj.verify.return_value = False
         ins.director = mock_obj
         ins.run(None)
-        ins.teardown()
\ No newline at end of file
+        ins.teardown()