tempest: Skip QoS test until fixed

The test is failing intermittently. In order to reach a better stability
of the job running in-tree tempest tests, this patch skips the test
until we come up with a proper fix.

Change-Id: I37f1488db258f6a4d383fb472cb5433c65371ac5
Related-bug: 1662109
This commit is contained in:
Jakub Libosvar 2017-02-22 10:51:35 -05:00
parent c9f83dcaa8
commit e674034aa1
1 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,7 @@ from oslo_log import log as logging
from tempest.lib.common import ssh
from tempest.lib import exceptions
from tempest import test
import testtools
from neutron.common import utils
from neutron.services.qos import qos_consts
@ -81,6 +82,7 @@ class QoSTest(base.BaseTempestTestCase):
@classmethod
@test.requires_ext(extension="qos", service="network")
@base_api.require_qos_rule_type(qos_consts.RULE_TYPE_BANDWIDTH_LIMIT)
@testtools.skip('bug/1662109')
def resource_setup(cls):
super(QoSTest, cls).resource_setup()