Merge "unskip network qos rule type functional test"
This commit is contained in:
@@ -13,8 +13,6 @@
|
|||||||
# License for the specific language governing permissions and limitations
|
# License for the specific language governing permissions and limitations
|
||||||
# under the License.
|
# under the License.
|
||||||
|
|
||||||
import testtools
|
|
||||||
|
|
||||||
from openstackclient.tests.functional import base
|
from openstackclient.tests.functional import base
|
||||||
|
|
||||||
|
|
||||||
@@ -22,10 +20,8 @@ class NetworkQosRuleTypeTests(base.TestCase):
|
|||||||
"""Functional tests for Network QoS rule type. """
|
"""Functional tests for Network QoS rule type. """
|
||||||
|
|
||||||
AVAILABLE_RULE_TYPES = ['dscp_marking',
|
AVAILABLE_RULE_TYPES = ['dscp_marking',
|
||||||
'bandwidth_limit',
|
'bandwidth_limit']
|
||||||
'minimum_bandwidth']
|
|
||||||
|
|
||||||
@testtools.skip('broken SDK testing')
|
|
||||||
def test_qos_rule_type_list(self):
|
def test_qos_rule_type_list(self):
|
||||||
raw_output = self.openstack('network qos rule type list')
|
raw_output = self.openstack('network qos rule type list')
|
||||||
for rule_type in self.AVAILABLE_RULE_TYPES:
|
for rule_type in self.AVAILABLE_RULE_TYPES:
|
||||||
|
Reference in New Issue
Block a user