From: Sage Weil Date: Wed, 18 Dec 2019 23:13:57 +0000 (-0600) Subject: qa/tasks/cephfs/fuse_mount: use python3 X-Git-Tag: v15.1.0~434^2~2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=1de47907c354c1b081bd57125add004a4dd039fa;p=ceph-ci.git qa/tasks/cephfs/fuse_mount: use python3 Signed-off-by: Sage Weil --- diff --git a/qa/tasks/cephfs/fuse_mount.py b/qa/tasks/cephfs/fuse_mount.py index c7eb0ff7ef2..626a0682f4a 100644 --- a/qa/tasks/cephfs/fuse_mount.py +++ b/qa/tasks/cephfs/fuse_mount.py @@ -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))