]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
GlusterFS: Renaming test case to test_mount_glusterfs
authorBharat Kumar Kobagana <bharat.kobagana@redhat.com>
Mon, 11 May 2015 07:19:21 +0000 (12:49 +0530)
committerBharat Kumar Kobagana <bharat.kobagana@redhat.com>
Mon, 11 May 2015 10:19:12 +0000 (15:49 +0530)
commit279a6ec22f5cdeaa0556c7f5d428fdbfe3383687
treeac0a78ad29bf06067a9b9e33a722567c9e8c2a22
parent5afa79cd4b2724c1bb87258683af03f558959b47
GlusterFS: Renaming test case to test_mount_glusterfs

With the patch [1], GlusterFS is now using mount method in
RemoteFsClient. That method mounts a gluster share only if it has
not already been mounted.

So, having test case name as
test_mount_glusterfs_should_mount_correctly, doesn't make sense now.
This patch changes its name to 'test_mount_glusterfs'.

[1] https://review.openstack.org/#/c/165424/

Change-Id: I33c16a8315a11fc16ab478d667490f3f73002ee8
cinder/tests/unit/test_glusterfs.py