cinder/cinder/tests/unit/volume/drivers/infortrend
Xinli Guan 3bf8ca293e Adding new test case for InforTrend driver
create_volume_from_snapshot can specify a volume size larger
than the original snapshot. InforTrend driver handles this case:
    creating a new empty volume which size is the new volume['size']
    copying the data from the snapshot to the new volume
This patch is to add unit test case to verify the scenario.

Change-Id: I84712af94c597a36b0464206fd442692feaa9a99
2017-03-22 14:24:28 +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 Adding new test case for InforTrend driver 2017-03-22 14:24:28 +00:00