diff options
| author | Jenkins <jenkins@review.openstack.org> | 2016-12-02 18:50:29 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2016-12-02 18:50:29 +0000 |
| commit | 697710538363c5df9adfad1b3db216a7be91b433 (patch) | |
| tree | df7a2535e8da401fa8827cd9071451c2636477fa /openstackclient/tests | |
| parent | 3730fe9f5f8242d5e419022484ae7eca855d9c0d (diff) | |
| parent | 77ea8baafe69cd7da6e0dfa0075da9f6cf12c164 (diff) | |
| download | python-openstackclient-697710538363c5df9adfad1b3db216a7be91b433.tar.gz | |
Merge "SDK Refactor: Prepare network qos policy commands"
Diffstat (limited to 'openstackclient/tests')
| -rw-r--r-- | openstackclient/tests/unit/network/v2/fakes.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openstackclient/tests/unit/network/v2/fakes.py b/openstackclient/tests/unit/network/v2/fakes.py index 797da4f9..c18511f7 100644 --- a/openstackclient/tests/unit/network/v2/fakes.py +++ b/openstackclient/tests/unit/network/v2/fakes.py @@ -746,6 +746,7 @@ class FakeNetworkQosPolicy(object): loaded=True) # Set attributes with special mapping in OpenStack SDK. + qos_policy.is_shared = qos_policy_attrs['shared'] qos_policy.project_id = qos_policy_attrs['tenant_id'] return qos_policy |
