Removed telemetry tag from tempest tests

Since telemetry was removed from tempest, this changeset removes the
telemetry tags from the watcher integration tests

Change-Id: I6229ee23740c3d92a66fc04c8de8b0ed25911022
This commit is contained in:
Vincent Françoise
2016-05-20 16:42:05 +02:00
parent 22abaa9c3a
commit 78689fbe3b

View File

@@ -96,7 +96,7 @@ class TestExecuteBasicStrategy(base.BaseInfraOptimScenarioTest):
wait_until='ACTIVE',
clients=self.mgr)
@test.services('compute', 'network', 'telemetry', 'image')
@test.services('compute', 'network', 'image')
def test_execute_basic_action_plan(self):
"""Execute an action plan based on the BASIC strategy