summaryrefslogtreecommitdiff
path: root/openstackclient/tests/functional
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2021-01-06 11:16:25 +0000
committerGerrit Code Review <review@openstack.org>2021-01-06 11:16:25 +0000
commit23afc0af92ad3446033529aaf41bbefa7109c5e9 (patch)
tree41a50f167532c048d22584856d61eb30fe1ab01c /openstackclient/tests/functional
parent6f616a29b300238c004b676edd98a5337be38193 (diff)
parent29a7c9afce32e7acbd40b9e4a73140ef9e05e7f3 (diff)
downloadpython-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.py2
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(