From 63404e2f7666a3a319d420f283e41f82415b42e8 Mon Sep 17 00:00:00 2001 From: dparalen Date: Mon, 19 Dec 2016 14:05:33 +0100 Subject: [PATCH] Tempest test tag baremetal doesn't exist Remove the tempest baremetal test case tag. Also remove the compute tag where not booting a VM via the Nova service. Change-Id: I2660fda0c5aeca656be5c7b565f2e0bf255658f1 Closes-Bug: 1651123 --- ironic_tempest_plugin/tests/test_basic.py | 6 ++---- ironic_tempest_plugin/tests/test_discovery.py | 1 - 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/ironic_tempest_plugin/tests/test_basic.py b/ironic_tempest_plugin/tests/test_basic.py index dd099c0..7d9cc72 100644 --- a/ironic_tempest_plugin/tests/test_basic.py +++ b/ironic_tempest_plugin/tests/test_basic.py @@ -57,8 +57,7 @@ class InspectorBasicTest(manager.InspectorScenarioTest): interval=self.wait_provisioning_state_interval) @test.idempotent_id('03bf7990-bee0-4dd7-bf74-b97ad7b52a4b') - @test.services('baremetal', 'compute', 'image', - 'network', 'object_storage') + @test.services('compute', 'image', 'network', 'object_storage') def test_baremetal_introspection(self): """This smoke test case follows this set of operations: @@ -111,7 +110,6 @@ class InspectorBasicTest(manager.InspectorScenarioTest): self.terminate_instance(ins) @test.idempotent_id('70ca3070-184b-4b7d-8892-e977d2bc2870') - @test.services('baremetal') def test_introspection_abort(self): """This smoke test case follows this very basic set of operations: @@ -150,7 +148,7 @@ class InspectorSmokeTest(manager.InspectorScenarioTest): @test.idempotent_id('a702d1f1-88e4-42ce-88ef-cba2d9e3312e') @test.attr(type='smoke') - @test.services('baremetal', 'object_storage') + @test.services('object_storage') def test_baremetal_introspection(self): """This smoke test case follows this very basic set of operations: diff --git a/ironic_tempest_plugin/tests/test_discovery.py b/ironic_tempest_plugin/tests/test_discovery.py index c4508b7..439d6d5 100644 --- a/ironic_tempest_plugin/tests/test_discovery.py +++ b/ironic_tempest_plugin/tests/test_discovery.py @@ -114,7 +114,6 @@ class InspectorDiscoveryTest(manager.InspectorScenarioTest): inspected_node['driver_info'].get(key)) @test.idempotent_id('dd3abe5e-0d23-488d-bb4e-344cdeff7dcb') - @test.services('baremetal', 'compute') def test_bearmetal_auto_discovery(self): """This test case follows this set of operations: