summaryrefslogtreecommitdiff
path: root/tempest/api/orchestration/stacks/test_limits.py
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-04-28 18:45:21 +0000
committerGerrit Code Review <review@openstack.org>2015-04-28 18:45:21 +0000
commit8cde8065fba5eae522a060b1626185a4f835279f (patch)
tree96d696a2c0172d9f9b7d680e06ad5eb6c3ae0a24 /tempest/api/orchestration/stacks/test_limits.py
parent693ed4f8c5ee762de937338eafbabf5bfaf4a11d (diff)
parent1b05daaf2add62dc79335e3c559aac3c5482268f (diff)
downloadtempest-8cde8065fba5eae522a060b1626185a4f835279f.tar.gz
Merge "remove gate tag (part 1)"
Diffstat (limited to 'tempest/api/orchestration/stacks/test_limits.py')
-rw-r--r--tempest/api/orchestration/stacks/test_limits.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tempest/api/orchestration/stacks/test_limits.py b/tempest/api/orchestration/stacks/test_limits.py
index c49b040d4..4291d76da 100644
--- a/tempest/api/orchestration/stacks/test_limits.py
+++ b/tempest/api/orchestration/stacks/test_limits.py
@@ -26,7 +26,6 @@ LOG = logging.getLogger(__name__)
class TestServerStackLimits(base.BaseOrchestrationTest):
- @test.attr(type='gate')
@test.idempotent_id('ec9bed71-c460-45c9-ab98-295caa9fd76b')
def test_exceed_max_template_size_fails(self):
stack_name = data_utils.rand_name('heat')
@@ -40,7 +39,6 @@ Outputs:
stack_name, template)
self.assertIn('Template exceeds maximum allowed size', str(ex))
- @test.attr(type='gate')
@test.idempotent_id('d1b83e73-7cad-4a22-9839-036548c5387c')
def test_exceed_max_resources_per_stack(self):
stack_name = data_utils.rand_name('heat')