]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: fix tox failures 38625/head
authorPatrick Donnelly <pdonnell@redhat.com>
Wed, 16 Dec 2020 20:42:25 +0000 (12:42 -0800)
committerPatrick Donnelly <pdonnell@redhat.com>
Wed, 16 Dec 2020 20:43:58 +0000 (12:43 -0800)
Fixes: c6121e48ecb7224e5addf4b5fdeb64907a8d8683
Fixes: https://tracker.ceph.com/issues/48633
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
qa/tasks/cephfs/test_volume_client.py

index 9485860f2e13336d3aaee4ac88d461a234eb71f7..f889421d9fc8c9685ae0acf9434e1977122fc940 100644 (file)
@@ -845,7 +845,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",
@@ -907,7 +907,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",