summaryrefslogtreecommitdiff
path: root/openstackclient/tests/functional/network/v2
diff options
context:
space:
mode:
authorSławek Kapłoński <slawek@kaplonski.pl>2018-05-11 13:04:23 +0200
committerSlawek Kaplonski <skaplons@redhat.com>2018-05-25 12:54:41 -0700
commit9b6d02d5f958e5b2ea6155879fd0514a15ce2231 (patch)
treea5e8938e591f43f2d651332d29c9fdcc145b8a0e /openstackclient/tests/functional/network/v2
parentf7e4d31820e797e0d374e7dfde1142373245ea87 (diff)
downloadpython-openstackclient-9b6d02d5f958e5b2ea6155879fd0514a15ce2231.tar.gz
Make max_burst_kbps option as optional for bw limit QoS rule
Attribute max_burst_kbps of QoS bandwidth limit rule in Neutron's is optional in API so it should be also optional on client's side. Change-Id: Ie085b73fa885ff12f9ac080666cf3ca6a09b632a Related-Bug:#1770622 Task: 19658 Story: 2002017
Diffstat (limited to 'openstackclient/tests/functional/network/v2')
-rw-r--r--openstackclient/tests/functional/network/v2/test_network_qos_rule.py1
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
))