Skip to content

Commit

Permalink
tempest: Skip QoS test until fixed
Browse files Browse the repository at this point in the history
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
  • Loading branch information
cubeek committed Feb 22, 2017
1 parent c9f83dc commit e674034
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions neutron/tests/tempest/scenario/test_qos.py
Expand Up @@ -20,6 +20,7 @@
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
Expand Down Expand Up @@ -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()

Expand Down

0 comments on commit e674034

Please sign in to comment.