Change value `storage_protocol = ISCSI` to `storage_protocol = iSCSI` in the
`[volume]` section because of LVM driver reports storage protocol as
`iSCSI'
Change-Id: I65f257a71c2fcb9c2718d5d446c636254ea65cf6
Closes-Issue: PROD-20178
diff --git a/_modules/runtest/tempest_sections/volume.py b/_modules/runtest/tempest_sections/volume.py
index 8de5e2b..c30e274 100644
--- a/_modules/runtest/tempest_sections/volume.py
+++ b/_modules/runtest/tempest_sections/volume.py
@@ -80,7 +80,7 @@
return
# TODO: Add more backends here
- protocol_map = {'ceph': 'ceph', 'lvm': 'ISCSI'}
+ protocol_map = {'ceph': 'ceph', 'lvm': 'iSCSI'}
# TODO: cinder support multibackends with different storage protocols,
# pick first we know about for now, but might be refactored in future.