Merge "Fix deploy template tests on Rocky and earlier"

This commit is contained in:
Zuul 2019-03-12 10:50:02 +00:00 committed by Gerrit Code Review
commit a78c676cdd
1 changed files with 0 additions and 9 deletions

View File

@ -199,15 +199,6 @@ class TestDeployTemplates(base.BaseBaremetalTest):
class TestDeployTemplatesOldAPI(base.BaseBaremetalTest):
"""Negative tests for deploy templates using an old API version."""
max_microversion = '1.54'
def setUp(self):
super(TestDeployTemplatesOldAPI, self).setUp()
self.useFixture(
api_microversion_fixture.APIMicroversionFixture(
self.max_microversion)
)
@decorators.attr(type=['negative'])
@decorators.idempotent_id('e9481a0d-23e0-4757-bc11-c3c9ab9d3839')
def test_create_deploy_template_old_api(self):