commit | 4b45f9e54c8bbb89e55e9d7dc8542c074b63245d | [log] [tgz] |
---|---|---|
author | Paras Babbar <PBabbar@redhat.com> | Wed Dec 11 16:51:57 2019 -0500 |
committer | Paras Babbar <PBabbar@redhat.com> | Fri Jan 24 19:19:45 2020 -0500 |
tree | ad6e8461eebd44d9c42aab4e7af0ecd944bc9dd0 | |
parent | d3c82c79228c7442f530a1466676d36b74a4658d [diff] |
Fix test_stamp_pattern to remove dependency of user supplied volume name This patch removes CONF.compute.volume_device_name dependency and use modified list_disks method to get the newly attached device name and use that for mkfs rather than the user supplied device name which is based on assumtion. Also modfied test_attach_detach testcase and unit test for remote_client accordingly. Change-Id: I862d1ba55f45b09385057a51b0b52a851c19287e Closes-Bug: #1852807