From: Neha Ojha Date: Wed, 6 Dec 2017 21:23:44 +0000 (-0800) Subject: qa: preserve cbt task results X-Git-Tag: v13.0.2~845^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F19364%2Fhead;p=ceph.git qa: preserve cbt task results Signed-off-by: Neha Ojha --- diff --git a/qa/tasks/cbt.py b/qa/tasks/cbt.py index 91bd3ff5480d..40b8a08a7156 100644 --- a/qa/tasks/cbt.py +++ b/qa/tasks/cbt.py @@ -118,6 +118,8 @@ class CBT(Task): '{cbtdir}/cbt_config.yaml'.format(cbtdir=self.cbt_dir), ], ) + preserve_file = os.path.join(self.ctx.archive, '.preserve') + open(preserve_file, 'a').close() def end(self): super(CBT, self).end()