Remove tempest tests for APIv1 as smoke tests

Designate API v1 is now disabled by default [1], so i think
the tests for this API version shouldn't be considered
as smoke tests

[1] https://review.openstack.org/#/c/434347/

Change-Id: Ia75006f709b2f3c35cdbbd6a4ff8b590ec36ba67
This commit is contained in:
Alfredo Moralejo 2017-02-16 10:18:51 +01:00
parent ade0492d7c
commit f90cfcf912
2 changed files with 0 additions and 4 deletions

View File

@ -17,7 +17,6 @@
import six
from tempest.lib.common.utils import data_utils
from tempest.lib import exceptions as lib_exc
from tempest import test
from tempest.lib import decorators
from designate_tempest_plugin.tests import base
@ -60,7 +59,6 @@ class DnsDomainsTest(base.BaseDnsV1Test):
self.assertIn(domain['id'],
six.moves.map(lambda x: x['id'], domains))
@test.attr(type='smoke')
@decorators.idempotent_id('29f76dd4-2456-4e42-b0ca-bbffcc6bbf59')
def test_create_update_get_domain(self):
# Create Domain

View File

@ -16,7 +16,6 @@
import six
from tempest.lib.common.utils import data_utils
from tempest import test
from tempest.lib import decorators
from designate_tempest_plugin.tests import base
@ -65,7 +64,6 @@ class RecordsTest(base.BaseDnsV1Test):
# self.assertRaises(lib_exc.NotFound,
# self.client.get_record, domain_id, record_id)
@test.attr(type='smoke')
@decorators.idempotent_id('4c7bee47-68a4-4668-81f9-fa973ddfa1f1')
def test_list_records_for_domain(self):
# Get a list of records for a domain