Merge "Temporarily skip test_cluster_cli to avoid timeouts"

This commit is contained in:
Jenkins 2016-09-30 15:00:47 +00:00 committed by Gerrit Code Review
commit 619c028ee3
1 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,7 @@
# under the License.
from tempest import config
from tempest.lib import decorators
from sahara_tempest_plugin.tests.cli import clusters
from sahara_tempest_plugin.tests.cli import cluster_templates
@ -72,6 +73,7 @@ class Scenario(images.SaharaImageCLITest,
self.wait_for_resource_deletion(ng_master, 'node group template')
self.wait_for_resource_deletion(ng_worker, 'node group template')
@decorators.skip_because(bug="1629295")
def test_cluster_cli(self):
image_name = self.openstack_image_register(
TEMPEST_CONF.data_processing.test_image_name,