]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
test_ansible: Set ctx.archive to empty string
authorZack Cerza <zack@redhat.com>
Thu, 11 Jul 2024 16:06:01 +0000 (10:06 -0600)
committerZack Cerza <zack@redhat.com>
Thu, 11 Jul 2024 22:48:31 +0000 (16:48 -0600)
Scheduled jobs are failing because they try to write to
/home/ansible.log.

Signed-off-by: Zack Cerza <zack@redhat.com>
teuthology/test/task/test_ansible.py

index 9f378b48045633154d8a2621c3ad32acaa4aadfa..1b7afc01d6df2fbea6f263f7e7bae1bf99f60b0f 100644 (file)
@@ -68,7 +68,7 @@ class TestAnsibleTask(TestTask):
         self.ctx.cluster.add(Remote('user@remote2'), ['role2'])
         self.ctx.config = dict()
         self.ctx.summary = dict()
-        self.ctx.archive = '../'
+        self.ctx.archive = ""
         self.task_config = dict(playbook=[])
         self.start_patchers()