From: Warren Usui Date: Fri, 1 Dec 2017 03:51:20 +0000 (+0000) Subject: Move trace X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=62088ec153e2f708cbe09f038189f448dcdde46c;p=teuthology.git Move trace --- 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('>'),