]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/tasks/cephfs/fuse_mount: use python3
authorSage Weil <sage@redhat.com>
Wed, 18 Dec 2019 23:13:57 +0000 (17:13 -0600)
committerSage Weil <sage@redhat.com>
Wed, 18 Dec 2019 23:13:57 +0000 (17:13 -0600)
Signed-off-by: Sage Weil <sage@redhat.com>
qa/tasks/cephfs/fuse_mount.py

index c7eb0ff7ef2974331ac98f0a519c509232735d02..626a0682f4ad67a1b2c498b43a9be4676c373ddc 100644 (file)
@@ -436,7 +436,7 @@ print(find_socket("{client_name}"))
 
         # Find the admin socket
         p = self.client_remote.run(args=[
-            'sudo', 'python2', '-c', pyscript
+            'sudo', 'python3', '-c', pyscript
         ], stdout=StringIO(), timeout=(15*60))
         asok_path = p.stdout.getvalue().strip()
         log.info("Found client admin socket at {0}".format(asok_path))