]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
patch from ansible module instead of ceph_ansible
authorVasu Kulkarni <vasu@redhat.com>
Thu, 8 Dec 2016 17:45:36 +0000 (09:45 -0800)
committerVasu Kulkarni <vasu@redhat.com>
Tue, 20 Dec 2016 22:42:58 +0000 (14:42 -0800)
Signed-off-by: Vasu Kulkarni <vasu@redhat.com>
teuthology/test/task/test_ansible.py

index 735f0f93939cfe2ae2dcdb30e3e095ec8cc29411..33739f603080bcf29199cf46cb25e7d896e7d7cb 100644 (file)
@@ -36,12 +36,12 @@ class TestAnsibleTask(TestTask):
         m_file.name = 'file_name'
         m_NTF.return_value = m_file
         self.patcher_NTF = patch(
-            'teuthology.task.ceph_ansible.ansible.NamedTemporaryFile',
+            'teuthology.task.ansible.NamedTemporaryFile',
             m_NTF,
         )
         self.patcher_NTF.start()
         self.patcher_os_remove = patch(
-            'teuthology.task.ceph_ansible.ansible.os.remove',
+            'teuthology.task.ansible.os.remove',
         )
         self.patcher_os_remove.start()