]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Add unit tests for NetApp do_setup methods
authorAndrew Kerr <andrew.kerr@netapp.com>
Tue, 25 Nov 2014 20:47:01 +0000 (15:47 -0500)
committerAndrew Kerr <andrew.kerr@netapp.com>
Mon, 22 Dec 2014 14:23:35 +0000 (14:23 +0000)
commitad08487952cfd3d2f0522e503deabfa6a1cfd8f2
treeca5e8c5e5a292278def126c3728fb9fb6e23068a
parent1858830d73851d41487e0b5e77b99f155c778f7b
Add unit tests for NetApp do_setup methods

We need to ensure that our do_setup methods are properly calling check_flags.
This patch adds tests to that effect.  We also need to ensure that our config
documentation is accurate; this also fixes a minor issue for that.

Change-Id: I99eea59c2451fe1508bafa6ae1ed792b3d0b952e
cinder/tests/volume/drivers/netapp/dataontap/test_block_base.py
cinder/tests/volume/drivers/netapp/dataontap/test_nfs_base.py [new file with mode: 0644]
cinder/tests/volume/drivers/netapp/dataontap/test_nfs_cmode.py [new file with mode: 0644]
cinder/tests/volume/drivers/netapp/eseries/test_iscsi.py [new file with mode: 0644]
cinder/volume/drivers/netapp/options.py