]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
NetApp: Refactor E-Series tests
authorMichael Price <michael.price@netapp.com>
Mon, 2 Nov 2015 19:06:36 +0000 (13:06 -0600)
committerMichael Price <michael.price@netapp.com>
Tue, 1 Dec 2015 17:24:50 +0000 (17:24 +0000)
commit3b9c900e9cac8f2c3f3f60cb18470684386f3759
tree37ef3284c59b7d643660a5d42036062aa54db231
parent55b6773c24039433367cdb36e8bb716333c3c6b7
NetApp: Refactor E-Series tests

Refactor the unittests for the NetApp E-Series drivers, removing
any functional tests and relocating tests underneath the
the path where the rest of the tests live.

Improve the coverage against the Fibre Channel E-Series driver
by refactoring the iSCSI tests to work generically where possible.

Change-Id: I30082859242cb5bc8d607ea2a6684a41f863b611
cinder/tests/unit/test_netapp_eseries_iscsi.py [deleted file]
cinder/tests/unit/volume/drivers/netapp/eseries/fakes.py
cinder/tests/unit/volume/drivers/netapp/eseries/test_client.py
cinder/tests/unit/volume/drivers/netapp/eseries/test_driver.py [new file with mode: 0644]
cinder/tests/unit/volume/drivers/netapp/eseries/test_fc_driver.py
cinder/tests/unit/volume/drivers/netapp/eseries/test_iscsi_driver.py
cinder/tests/unit/volume/drivers/netapp/eseries/test_library.py
cinder/volume/drivers/netapp/eseries/library.py