diff options
| author | Zuul <zuul@review.opendev.org> | 2021-01-06 11:16:25 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2021-01-06 11:16:25 +0000 |
| commit | 23afc0af92ad3446033529aaf41bbefa7109c5e9 (patch) | |
| tree | 41a50f167532c048d22584856d61eb30fe1ab01c /openstackclient/tests/functional | |
| parent | 6f616a29b300238c004b676edd98a5337be38193 (diff) | |
| parent | 29a7c9afce32e7acbd40b9e4a73140ef9e05e7f3 (diff) | |
| download | python-openstackclient-23afc0af92ad3446033529aaf41bbefa7109c5e9.tar.gz | |
Merge "image: Unset properties rather than setting to None"
Diffstat (limited to 'openstackclient/tests/functional')
| -rw-r--r-- | openstackclient/tests/functional/image/v2/test_image.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openstackclient/tests/functional/image/v2/test_image.py b/openstackclient/tests/functional/image/v2/test_image.py index 264ba519..0a3a7360 100644 --- a/openstackclient/tests/functional/image/v2/test_image.py +++ b/openstackclient/tests/functional/image/v2/test_image.py @@ -119,6 +119,7 @@ class ImageTests(base.BaseImageTests): 'image set ' + '--property a=b ' + '--property c=d ' + + '--property hw_rng_model=virtio ' + '--public ' + self.name ) @@ -133,6 +134,7 @@ class ImageTests(base.BaseImageTests): 'image unset ' + '--property a ' + '--property c ' + + '--property hw_rng_model ' + self.name ) json_output = json.loads(self.openstack( |
