diff options
| author | Vu Cong Tuan <tuanvc@vn.fujitsu.com> | 2017-05-30 16:37:01 +0700 |
|---|---|---|
| committer | Vu Cong Tuan <tuanvc@vn.fujitsu.com> | 2017-05-30 16:38:27 +0700 |
| commit | b52bbe1eec23ab498cc9fcda87045bddb28264db (patch) | |
| tree | b8ab8fba0e93ce5ef14abd4644319b47188fc7ff /openstackclient/tests/unit/network | |
| parent | b78153aec4f050e64ee8ec9c930ae673bb3ecd47 (diff) | |
| download | python-openstackclient-b52bbe1eec23ab498cc9fcda87045bddb28264db.tar.gz | |
Trivial fix typos
Change-Id: I72a1da209df38e226ec02d9dbd0142ed4020c0d2
Diffstat (limited to 'openstackclient/tests/unit/network')
| -rw-r--r-- | openstackclient/tests/unit/network/v2/fakes.py | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/openstackclient/tests/unit/network/v2/fakes.py b/openstackclient/tests/unit/network/v2/fakes.py index 9a289941..e736b0fd 100644 --- a/openstackclient/tests/unit/network/v2/fakes.py +++ b/openstackclient/tests/unit/network/v2/fakes.py @@ -144,7 +144,7 @@ class FakeAddressScope(object): If address scopes list is provided, then initialize the Mock object with the list. Otherwise create one. - :param List address scopes: + :param List address_scopes: A list of FakeResource objects faking address scopes :param int count: The number of address scopes to fake @@ -883,7 +883,7 @@ class FakeNetworkQosPolicy(object): If qos policies list is provided, then initialize the Mock object with the list. Otherwise create one. - :param List address scopes: + :param List qos_policies: A list of FakeResource objects faking qos policies :param int count: The number of QoS policies to fake @@ -961,7 +961,7 @@ class FakeNetworkQosRule(object): If Network QoS rules list is provided, then initialize the Mock object with the list. Otherwise create one. - :param List address scopes: + :param List qos_rules: A list of FakeResource objects faking Network QoS rules :param int count: The number of QoS minimum bandwidth rules to fake @@ -1161,7 +1161,7 @@ class FakeSecurityGroup(object): If security groups list is provided, then initialize the Mock object with the list. Otherwise create one. - :param List security groups: + :param List security_groups: A list of FakeResource objects faking security groups :param int count: The number of security groups to fake @@ -1241,7 +1241,7 @@ class FakeSecurityGroupRule(object): If security group rules list is provided, then initialize the Mock object with the list. Otherwise create one. - :param List security group rules: + :param List security_group_rules: A list of FakeResource objects faking security group rules :param int count: The number of security group rules to fake @@ -1406,7 +1406,7 @@ class FakeFloatingIP(object): If floating_ips list is provided, then initialize the Mock object with the list. Otherwise create one. - :param List floating ips: + :param List floating_ips: A list of FakeResource objects faking floating ips :param int count: The number of floating ips to fake @@ -1585,7 +1585,7 @@ class FakeSubnetPool(object): If subnet_pools list is provided, then initialize the Mock object with the list. Otherwise create one. - :param List subnet pools: + :param List subnet_pools: A list of FakeResource objects faking subnet pools :param int count: The number of subnet pools to fake |
