cinder/cinder/tests/unit/volume/drivers/infortrend
Xinli Guan 925f5c128a New test case for InfroTrend driver
create_cloned_volume can specify the cloned volume size larger
than the source volume size. InforTrend driver handles this case:

- Creating a new empty volume which size is the new volume['size']
- Copying the data from the source volume to the new created volume
This patch is to add unit  test case to verify the scenario.

Change-Id: Ibd46fd154bd32e50e120eb2634a8341fab275c5a
2017-03-27 19:15:26 +00:00
..
__init__.py Move drivers unit tests to unit.volume.drivers directory 2016-07-25 17:39:50 -04:00
test_infortrend_cli.py Replace assertDictMatch with assertDictEqual method in tests 2016-12-21 12:06:24 -05:00
test_infortrend_common.py New test case for InfroTrend driver 2017-03-27 19:15:26 +00:00