Remove Ironic from test with platform components

Now this test fails on the step with network assignment
because Ironic requires an additional network.

Change-Id: I6ffac9a39ba9f5290063daf583fe244e012ae8db
Closes-bug: #1621428
This commit is contained in:
vgusev
2016-09-14 12:26:54 +03:00
parent a699f49a1d
commit 3f4ec70ff4

View File

@@ -430,8 +430,8 @@ class TestNodesToolchain(api.ToolchainApi):
Scenario: Scenario:
1. Create new environment with plugins and enable Ceilometer, 1. Create new environment with plugins and enable Ceilometer,
Sahara, Murano and Ironic. Sahara and Murano.
2. Add 3 controllers+mongo, 3 compute+cinder+ironic, 2. Add 3 controllers+mongo, 3 compute+cinder,
3 toolchain nodes and deploy the environment. 3 toolchain nodes and deploy the environment.
3. Check that plugins work. 3. Check that plugins work.
4. Run OSTF. 4. Run OSTF.
@@ -444,7 +444,6 @@ class TestNodesToolchain(api.ToolchainApi):
self.prepare_plugins() self.prepare_plugins()
data = { data = {
'ironic': True,
'sahara': True, 'sahara': True,
'murano': True, 'murano': True,
'ceilometer': True 'ceilometer': True
@@ -459,9 +458,9 @@ class TestNodesToolchain(api.ToolchainApi):
'slave-01': ['controller', 'mongo'], 'slave-01': ['controller', 'mongo'],
'slave-02': ['controller', 'mongo'], 'slave-02': ['controller', 'mongo'],
'slave-03': ['controller', 'mongo'], 'slave-03': ['controller', 'mongo'],
'slave-04': ['compute', 'cinder', 'ironic'], 'slave-04': ['compute', 'cinder'],
'slave-05': ['compute', 'cinder', 'ironic'], 'slave-05': ['compute', 'cinder'],
'slave-06': ['compute', 'cinder', 'ironic'], 'slave-06': ['compute', 'cinder'],
'slave-07': self.settings.stacklight_roles, 'slave-07': self.settings.stacklight_roles,
'slave-08': self.settings.stacklight_roles, 'slave-08': self.settings.stacklight_roles,
'slave-09': self.settings.stacklight_roles 'slave-09': self.settings.stacklight_roles