summaryrefslogtreecommitdiffstats
path: root/tests/functional
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional')
-rw-r--r--tests/functional/glusterd/test_volume_get.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/functional/glusterd/test_volume_get.py b/tests/functional/glusterd/test_volume_get.py
index 5746d5d59..bd4dd86ec 100644
--- a/tests/functional/glusterd/test_volume_get.py
+++ b/tests/functional/glusterd/test_volume_get.py
@@ -154,6 +154,8 @@ class TestVolumeGet(GlusterBaseClass):
"for existing volume %s with non-existing "
"option" % self.volname)
msg = 'Did you mean auth.allow or ...reject?'
+ if msg not in err:
+ msg = 'volume get option: failed: Did you mean ctime.noatime?'
self.assertIn(msg, err, "No proper error message for existing "
"volume %s with non-existing option"
% self.volname)