From 62088ec153e2f708cbe09f038189f448dcdde46c Mon Sep 17 00:00:00 2001 From: Warren Usui Date: Fri, 1 Dec 2017 03:51:20 +0000 Subject: [PATCH] Move trace --- teuthology/task/ceph_ansible.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teuthology/task/ceph_ansible.py b/teuthology/task/ceph_ansible.py index 694ab9dbb..4a9b42207 100644 --- a/teuthology/task/ceph_ansible.py +++ b/teuthology/task/ceph_ansible.py @@ -412,6 +412,7 @@ class CephAnsible(Task): check_status=False ) log.info("Clone command (aardvark):") + import pdb; pdb.set_trace() ceph_installer.run(args=[ 'mkdir', run.Raw('~/ceph-ansible'), @@ -424,7 +425,6 @@ class CephAnsible(Task): run.Raw('-b %s' % branch), run.Raw(ansible_repo), ]) - import pdb; pdb.set_trace() ceph_installer.run(args=[ run.Raw('ls ~/ceph-ansible'), run.Raw('>'), -- 2.47.3