From: Patrick Donnelly Date: Mon, 15 Oct 2018 21:44:45 +0000 (-0700) Subject: qa: fix run call args X-Git-Tag: v14.0.1~28^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d49122795679fb95d592cb9e3d63431ce46c5968;p=ceph.git qa: fix run call args Fixes: http://tracker.ceph.com/issues/36450 Introduced-by: 95746ecce9215c8428a02f1745d03e10536a4129 Signed-off-by: Patrick Donnelly --- diff --git a/qa/tasks/ceph_manager.py b/qa/tasks/ceph_manager.py index 52732083e1a8..287d189f66cc 100644 --- a/qa/tasks/ceph_manager.py +++ b/qa/tasks/ceph_manager.py @@ -1198,7 +1198,7 @@ class CephManager: if watch_channel is not None: args.append("--watch-channel") args.append(watch_channel) - return self.controller.run(args, wait=False, stdout=StringIO(), stdin=run.PIPE) + return self.controller.run(args=args, wait=False, stdout=StringIO(), stdin=run.PIPE) def flush_pg_stats(self, osds, no_wait=None, wait_for_mon=300): """