commit | 152f1054b5ed98dafe1333deba6b14a08d7ec03f | [log] [tgz] |
---|---|---|
author | Doug Schveninger <ds6901@att.com> | Fri Sep 06 19:53:02 2019 -0500 |
committer | Doug Schveninger <ds6901@att.com> | Fri Sep 20 22:20:33 2019 -0500 |
tree | 7ee24475a2ef3a7f185d3b2ec95fa87bb3c65c3e | |
parent | fa4796b999297947a141b4d0f0643050224d8d02 [diff] |
Address bug 1839794 on the Volume show version client Bug https://bugs.launchpad.net/tempest/+bug/1839794 found out that the volume version_show client that was not used had a defect when builing the URL. Used the same direction that the compute version client did to strip off the version and project info and add back the version.[0] Also added a Volume v3 test using the client. [0] https://github.com/openstack/tempest/blob/master/tempest/lib/services/compute/versions_client.py#L40 Change-Id: I9be99f5fc0eab3de125ce69415a0be65b1c4ad0d Closes-Bug: #1839794