diff options
| author | Zuul <zuul@review.opendev.org> | 2021-01-22 20:42:59 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2021-01-22 20:42:59 +0000 |
| commit | 01a53fa96fe2fbd67682850ee7ce9ab140c9211b (patch) | |
| tree | 804abdf656ca1d6da335cbb6f9e8809e9d8f1b69 /openstackclient/tests/unit/network/v2/fakes.py | |
| parent | bfa032cb1885d5129f7420432f42b68e6840548b (diff) | |
| parent | 0cc878e5b053765a0d3c13f5588bc160b05a388b (diff) | |
| download | python-openstackclient-01a53fa96fe2fbd67682850ee7ce9ab140c9211b.tar.gz | |
Merge "Add device profile to ``port``"
Diffstat (limited to 'openstackclient/tests/unit/network/v2/fakes.py')
| -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 d6906690..e5023d43 100644 --- a/openstackclient/tests/unit/network/v2/fakes.py +++ b/openstackclient/tests/unit/network/v2/fakes.py @@ -697,6 +697,7 @@ class FakePort(object): 'description': 'description-' + uuid.uuid4().hex, 'device_id': 'device-id-' + uuid.uuid4().hex, 'device_owner': 'compute:nova', + 'device_profile': 'cyborg_device_profile_1', 'dns_assignment': [{}], 'dns_domain': 'dns-domain-' + uuid.uuid4().hex, 'dns_name': 'dns-name-' + uuid.uuid4().hex, |
