mirror of
https://opendev.org/openstack/python-openstackclient.git
synced 2026-01-17 07:20:45 +00:00
Merge "unskip network qos rule type functional test"
This commit is contained in:
commit
ff120c847d
1 changed files with 1 additions and 5 deletions
|
|
@ -13,8 +13,6 @@
|
|||
# License for the specific language governing permissions and limitations
|
||||
# under the License.
|
||||
|
||||
import testtools
|
||||
|
||||
from openstackclient.tests.functional import base
|
||||
|
||||
|
||||
|
|
@ -22,10 +20,8 @@ class NetworkQosRuleTypeTests(base.TestCase):
|
|||
"""Functional tests for Network QoS rule type. """
|
||||
|
||||
AVAILABLE_RULE_TYPES = ['dscp_marking',
|
||||
'bandwidth_limit',
|
||||
'minimum_bandwidth']
|
||||
'bandwidth_limit']
|
||||
|
||||
@testtools.skip('broken SDK testing')
|
||||
def test_qos_rule_type_list(self):
|
||||
raw_output = self.openstack('network qos rule type list')
|
||||
for rule_type in self.AVAILABLE_RULE_TYPES:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue