From d417093e3d8df3b9f6b4b4e915e47b67ffa97718 Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Wed, 16 Dec 2020 12:42:25 -0800 Subject: [PATCH] qa: fix tox failures Fixes: c6121e48ecb7224e5addf4b5fdeb64907a8d8683 Fixes: https://tracker.ceph.com/issues/48633 Signed-off-by: Patrick Donnelly (cherry picked from commit 123de8cda861a1acbb6ff9940e762e86c412cdf0) --- qa/tasks/cephfs/test_volume_client.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qa/tasks/cephfs/test_volume_client.py b/qa/tasks/cephfs/test_volume_client.py index 1c37b37a0b0..653b2cc2926 100644 --- a/qa/tasks/cephfs/test_volume_client.py +++ b/qa/tasks/cephfs/test_volume_client.py @@ -876,7 +876,7 @@ vc.disconnect() volume_id = "volumeid" # Create auth_id - out = self.fs.mon_manager.raw_cluster_cmd( + self.fs.mon_manager.raw_cluster_cmd( "auth", "get-or-create", "client.guest1", "mds", "allow *", "osd", "allow rw", @@ -938,7 +938,7 @@ vc.disconnect() volume_id = "volumeid" # Create auth_id - out = self.fs.mon_manager.raw_cluster_cmd( + self.fs.mon_manager.raw_cluster_cmd( "auth", "get-or-create", "client.guest1", "mds", "allow *", "osd", "allow rw", -- 2.47.3