Code Review
/
openstack-build
/
cinder-build.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
789c818
)
Fix NFS driver unit test docstring
author
Tom Barron
<tpb@dyncloud.net>
Wed, 20 Jan 2016 20:40:31 +0000
(15:40 -0500)
committer
Tom Barron
<tpb@dyncloud.net>
Wed, 20 Jan 2016 20:40:52 +0000
(15:40 -0500)
This trivial commit fixes an incorrect docstring in
a unit test for the generic NFS driver.
Change-Id: I06adbc168501cd6214bc23194ee36c2873cb3cba
cinder/tests/unit/test_nfs.py
patch
|
blob
|
history
diff --git
a/cinder/tests/unit/test_nfs.py
b/cinder/tests/unit/test_nfs.py
index ca3724bb5003b71e0efc55354e2d1f97dd217d45..36b3f44d2d807bca9877f7987e9f093a70dca70b 100644
(file)
--- a/
cinder/tests/unit/test_nfs.py
+++ b/
cinder/tests/unit/test_nfs.py
@@
-239,7
+239,7
@@
class RemoteFsDriverTestCase(test.TestCase):
def test_determine_nas_security_options_when_admin_set_false(self):
"""Test the setting of the NAS Security Option
- In this test case, the Admin set the flag to '
tru
e'.
+ In this test case, the Admin set the flag to '
fals
e'.
"""
drv = self._driver
drv._mounted_shares = [self.TEST_EXPORT]