Skip to content

Commit

Permalink
qa: update cluster log health warning message
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked from commit 87dcaab)
  • Loading branch information
batrick committed Jul 18, 2018
1 parent 9aab68c commit 1e3c699
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion qa/suites/fs/basic_functional/tasks/sessionmap.yaml
Expand Up @@ -5,7 +5,7 @@ overrides:
global:
ms type: simple
log-whitelist:
- client session with invalid root
- client session with non-allowable root

tasks:
- cephfs_test_runner:
Expand Down
2 changes: 1 addition & 1 deletion qa/suites/kcephfs/recovery/tasks/sessionmap.yaml
Expand Up @@ -5,7 +5,7 @@ overrides:
global:
ms type: simple
log-whitelist:
- client session with invalid root
- client session with non-allowable root

tasks:
- cephfs_test_runner:
Expand Down
2 changes: 1 addition & 1 deletion qa/tasks/cephfs/test_sessionmap.py
Expand Up @@ -230,6 +230,6 @@ def test_session_reject(self):
# Configure the client to claim that its mount point metadata is /baz
self.set_conf("client.badguy", "client_metadata", "root=/baz")
# Try to mount the client, see that it fails
with self.assert_cluster_log("client session with invalid root '/baz' denied"):
with self.assert_cluster_log("client session with non-allowable root '/baz' denied"):
with self.assertRaises(CommandFailedError):
self.mount_b.mount(mount_path="/foo/bar")

0 comments on commit 1e3c699

Please sign in to comment.