Disable delete_cluster_with_custom_nodegroup test
Disable delete_cluster_with_custom_nodegroup test because it's blocked by bug #1521682 in 8.0 (another test for nodegroup removal was added recently: Iae0abac3af1d126facf2045763c4fe1b1b9e940e) Change-Id: I4f4a0b4cd5b815306917535595545a88c1e09919 Related-bug: #1521682
This commit is contained in:
parent
7ad2dedc60
commit
4629bf8ed3
@ -547,7 +547,9 @@ class TestMultipleClusterNets(TestBasic):
|
|||||||
|
|
||||||
@test(depends_on=[deploy_controllers_from_custom_nodegroup],
|
@test(depends_on=[deploy_controllers_from_custom_nodegroup],
|
||||||
groups=["delete_cluster_with_custom_nodegroup", "thread_7",
|
groups=["delete_cluster_with_custom_nodegroup", "thread_7",
|
||||||
"multiple_cluster_networks"])
|
"multiple_cluster_networks"],
|
||||||
|
# TODO: enable this test when bug #1521682 is fixed
|
||||||
|
enabled=False)
|
||||||
@log_snapshot_after_test
|
@log_snapshot_after_test
|
||||||
def delete_cluster_with_custom_nodegroup(self):
|
def delete_cluster_with_custom_nodegroup(self):
|
||||||
"""Delete env, check nodes from custom nodegroup can't bootstrap
|
"""Delete env, check nodes from custom nodegroup can't bootstrap
|
||||||
|
Loading…
Reference in New Issue
Block a user