From 87dcaab130da4753e4e0cff6ad8fa02cef56558e Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Fri, 13 Jul 2018 10:57:24 -0700 Subject: [PATCH] qa: update cluster log health warning message Signed-off-by: Patrick Donnelly --- qa/suites/fs/basic_functional/tasks/sessionmap.yaml | 2 +- qa/suites/kcephfs/recovery/tasks/sessionmap.yaml | 2 +- qa/tasks/cephfs/test_sessionmap.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/qa/suites/fs/basic_functional/tasks/sessionmap.yaml b/qa/suites/fs/basic_functional/tasks/sessionmap.yaml index 054fdb7079234..2926c73243a9b 100644 --- a/qa/suites/fs/basic_functional/tasks/sessionmap.yaml +++ b/qa/suites/fs/basic_functional/tasks/sessionmap.yaml @@ -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: diff --git a/qa/suites/kcephfs/recovery/tasks/sessionmap.yaml b/qa/suites/kcephfs/recovery/tasks/sessionmap.yaml index 9be8338a86cd9..9e3c8b645c727 100644 --- a/qa/suites/kcephfs/recovery/tasks/sessionmap.yaml +++ b/qa/suites/kcephfs/recovery/tasks/sessionmap.yaml @@ -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: diff --git a/qa/tasks/cephfs/test_sessionmap.py b/qa/tasks/cephfs/test_sessionmap.py index 9d12ab6d8bee6..8bd7f5c1602df 100644 --- a/qa/tasks/cephfs/test_sessionmap.py +++ b/qa/tasks/cephfs/test_sessionmap.py @@ -230,6 +230,6 @@ class TestSessionMap(CephFSTestCase): # 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") -- 2.39.5