From 1de47907c354c1b081bd57125add004a4dd039fa Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Wed, 18 Dec 2019 17:13:57 -0600 Subject: [PATCH] qa/tasks/cephfs/fuse_mount: use python3 Signed-off-by: Sage Weil --- qa/tasks/cephfs/fuse_mount.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/tasks/cephfs/fuse_mount.py b/qa/tasks/cephfs/fuse_mount.py index c7eb0ff7ef297..626a0682f4ad6 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)) -- 2.39.5