]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Archive autotest result output.
authorTommi Virtanen <tommi.virtanen@dreamhost.com>
Thu, 16 Jun 2011 22:38:38 +0000 (15:38 -0700)
committerTommi Virtanen <tommi.virtanen@dreamhost.com>
Thu, 16 Jun 2011 23:09:49 +0000 (16:09 -0700)
teuthology/task/autotest.py

index 4be6e76186bd690572706a9e0595b16dcc971c92..442a237daadec8fb0e2acae24505bfdb9842297f 100644 (file)
@@ -125,6 +125,16 @@ def task(ctx, config):
                     'rm', '-rf', '--', control,
                     ],
                 )
+
+            remote.run(
+                args=[
+                    'mv',
+                    '--',
+                    '/tmp/cephtest/autotest/client/results/{tag}'.format(tag=tag),
+                    '/tmp/cephtest/archive/autotest/{tag}'.format(tag=tag),
+                    ],
+                )
+
         remote.run(
             args=[
                 'rm', '-rf', '--', '/tmp/cephtest/autotest',