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
This commit is contained in:
parent
4a68327e40
commit
d76e845ad7
@ -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:
|
||||
|
||||
|
@ -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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user