From 78689fbe3beeb45504dce1ad2284538403fb40d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vincent=20Fran=C3=A7oise?= Date: Fri, 20 May 2016 16:42:05 +0200 Subject: [PATCH] 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 --- .../tests/scenario/test_execute_basic_optim.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/watcher_tempest_plugin/tests/scenario/test_execute_basic_optim.py b/watcher_tempest_plugin/tests/scenario/test_execute_basic_optim.py index 57b10db9d..08cc728dd 100644 --- a/watcher_tempest_plugin/tests/scenario/test_execute_basic_optim.py +++ b/watcher_tempest_plugin/tests/scenario/test_execute_basic_optim.py @@ -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