From 4629bf8ed3480e8c49d40fb3af6237cae78de038 Mon Sep 17 00:00:00 2001 From: Artem Panchenko Date: Fri, 4 Dec 2015 16:04:22 +0200 Subject: [PATCH] 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 --- fuelweb_test/tests/test_multiple_networks.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/fuelweb_test/tests/test_multiple_networks.py b/fuelweb_test/tests/test_multiple_networks.py index b7ede880f..a77336d3f 100644 --- a/fuelweb_test/tests/test_multiple_networks.py +++ b/fuelweb_test/tests/test_multiple_networks.py @@ -547,7 +547,9 @@ class TestMultipleClusterNets(TestBasic): @test(depends_on=[deploy_controllers_from_custom_nodegroup], 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 def delete_cluster_with_custom_nodegroup(self): """Delete env, check nodes from custom nodegroup can't bootstrap