2 parents a9af66e + 511b788 commit ff120c8Copy full SHA for ff120c8
1 file changed
openstackclient/tests/functional/network/v2/test_network_qos_rule_type.py
@@ -13,19 +13,15 @@
13
# License for the specific language governing permissions and limitations
14
# under the License.
15
16
-import testtools
17
-
18
from openstackclient.tests.functional import base
19
20
21
class NetworkQosRuleTypeTests(base.TestCase):
22
"""Functional tests for Network QoS rule type. """
23
24
AVAILABLE_RULE_TYPES = ['dscp_marking',
25
- 'bandwidth_limit',
26
- 'minimum_bandwidth']
+ 'bandwidth_limit']
27
28
- @testtools.skip('broken SDK testing')
29
def test_qos_rule_type_list(self):
30
raw_output = self.openstack('network qos rule type list')
31
for rule_type in self.AVAILABLE_RULE_TYPES:
0 commit comments