Skip to content

Commit 72960a5

Browse files
committed
volume: Migrate 'volume set', 'volume unset' to SDK
Change-Id: Ib5333fe72df741b04c131d4686191f5b4afa7a50 Signed-off-by: Stephen Finucane <stephenfin@redhat.com> Depends-on: https://review.opendev.org/c/openstack/openstacksdk/+/992638
1 parent 33dadce commit 72960a5

5 files changed

Lines changed: 469 additions & 356 deletions

File tree

openstackclient/tests/functional/volume/v2/test_volume.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ def test_volume_set_and_unset(self):
124124
cmd_output["properties"],
125125
)
126126
self.assertEqual(
127-
'false',
127+
False,
128128
cmd_output["bootable"],
129129
)
130130
self.wait_for_status("volume", name, "available")

0 commit comments

Comments
 (0)