Disable QoS scenario tests differently
The test was disabled due to some issues in the reference implementation.
CIs for other implementations might not want to disable it.
Closes-Bug: #1689238
Related-Bug: #1662109
Change-Id: I36357e2ef967db3a73c2341903cd18f5109a006b
diff --git a/neutron/tests/tempest/scenario/test_qos.py b/neutron/tests/tempest/scenario/test_qos.py
index c4d22cd..616ecb5 100644
--- a/neutron/tests/tempest/scenario/test_qos.py
+++ b/neutron/tests/tempest/scenario/test_qos.py
@@ -20,7 +20,6 @@
from tempest.lib import decorators
from tempest.lib import exceptions
from tempest import test
-import testtools
from neutron.common import utils
from neutron.services.qos import qos_consts
@@ -83,7 +82,6 @@
@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()