commit | fe757e3963cf89d84486316853acd7b2fdd79890 | [log] [tgz] |
---|---|---|
author | Emily Hugenbruch <ekhugenbruch@us.ibm.com> | Fri Sep 02 15:10:52 2016 -0400 |
committer | Emily Hugenbruch <ekhugenbruch@us.ibm.com> | Fri Sep 02 15:15:56 2016 -0400 |
tree | d70d812b2f0a8a2d2f0898dbd7d5202d62ff1ae6 | |
parent | 0d038f47b67940cce33b80a6ded62b0517056089 [diff] |
Narrow assertion in attach/delete volume test The attach_delete_volume test takes the device name from tempest.conf's volume_device_name and looks for the output in /proc/partition. It could be that this name occurs in part of another partition's string. Patch adjusts the name used in the assertion to make sure it's an exact match. Change-Id: I570864c7c38969dcdcbfa5bd71be0348d90bd790 Closes-Bug: #1619564