diff options
| author | Jenkins <jenkins@review.openstack.org> | 2017-01-12 23:44:01 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2017-01-12 23:44:01 +0000 |
| commit | ff120c847da10f9d1ed9fc3cf6cdd20c4428635b (patch) | |
| tree | 93dc3cc85a27820110c39d2b31366f63c4102ca4 /openstackclient/tests | |
| parent | a9af66e04b6377c2eec4c683fa30a946fc5f5c13 (diff) | |
| parent | 511b7880ea0dae6042426aac3743ac9941fc8db3 (diff) | |
| download | python-openstackclient-ff120c847da10f9d1ed9fc3cf6cdd20c4428635b.tar.gz | |
Merge "unskip network qos rule type functional test"
Diffstat (limited to 'openstackclient/tests')
| -rw-r--r-- | openstackclient/tests/functional/network/v2/test_network_qos_rule_type.py | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/openstackclient/tests/functional/network/v2/test_network_qos_rule_type.py b/openstackclient/tests/functional/network/v2/test_network_qos_rule_type.py index 2bb04a9d..7dff0cbd 100644 --- a/openstackclient/tests/functional/network/v2/test_network_qos_rule_type.py +++ b/openstackclient/tests/functional/network/v2/test_network_qos_rule_type.py @@ -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: |
