commit | a84500a159353daeb2571d8bcfe6b03efb53137c | [log] [tgz] |
---|---|---|
author | lkuchlan <lkuchlan@redhat.com> | Wed Aug 17 08:30:39 2016 +0300 |
committer | lkuchlan <lkuchlan@redhat.com> | Tue Aug 23 12:47:44 2016 +0300 |
tree | 14a16c0b8885060d5f3f77103b93ef1506aabc1e | |
parent | d3f98c67dc8b498e0a161c1cb96493479272db61 [diff] |
Create resources using wrapper utility It is more efficient to use cls.create_volume and cls.create_snapshot methods from BaseVolumeTest class for resources creation. There is an advantage that these methods are synchronized with resource_cleanup, therefore, resource_cleanup method in the tests class is redundant. Change-Id: Iea8f430982826f84ef2eef4e886cca3c9b966366