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: