diff options
| author | Zuul <zuul@review.openstack.org> | 2018-06-01 21:00:22 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2018-06-01 21:00:22 +0000 |
| commit | 8781d7e94ba0edaaad8119061ac8334058213e30 (patch) | |
| tree | 1efe778b4e4a723b8dd7ce87a34c0c984ca90af2 /openstackclient/tests/functional | |
| parent | 47d0d0e0c02529cf6516532758e1dc565ef7cc1a (diff) | |
| parent | 9b6d02d5f958e5b2ea6155879fd0514a15ce2231 (diff) | |
| download | python-openstackclient-8781d7e94ba0edaaad8119061ac8334058213e30.tar.gz | |
Merge "Make max_burst_kbps option as optional for bw limit QoS rule"
Diffstat (limited to 'openstackclient/tests/functional')
| -rw-r--r-- | openstackclient/tests/functional/network/v2/test_network_qos_rule.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/openstackclient/tests/functional/network/v2/test_network_qos_rule.py b/openstackclient/tests/functional/network/v2/test_network_qos_rule.py index 5d235405..98e588e8 100644 --- a/openstackclient/tests/functional/network/v2/test_network_qos_rule.py +++ b/openstackclient/tests/functional/network/v2/test_network_qos_rule.py @@ -167,7 +167,6 @@ class NetworkQosRuleTestsBandwidthLimit(common.NetworkTests): 'network qos rule create -f json ' '--type bandwidth-limit ' '--max-kbps 10000 ' - '--max-burst-kbits 1400 ' '--egress %s' % self.QOS_POLICY_NAME )) |
