From: Patrick Donnelly Date: Wed, 16 Dec 2020 20:42:25 +0000 (-0800) Subject: qa: fix tox failures X-Git-Tag: v15.2.9~76^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=96b78c7905ba7b86d03f6c8d87ca7f43585f167e;p=ceph.git qa: fix tox failures Fixes: c6121e48ecb7224e5addf4b5fdeb64907a8d8683 Fixes: https://tracker.ceph.com/issues/48633 Signed-off-by: Patrick Donnelly (cherry picked from commit 123de8cda861a1acbb6ff9940e762e86c412cdf0) --- diff --git a/qa/tasks/cephfs/test_volume_client.py b/qa/tasks/cephfs/test_volume_client.py index 08dd2e2bb20..3e6c7d63b72 100644 --- a/qa/tasks/cephfs/test_volume_client.py +++ b/qa/tasks/cephfs/test_volume_client.py @@ -856,7 +856,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", @@ -918,7 +918,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",