From b49c7390ccbeed6b4db9532f924797e953249f16 Mon Sep 17 00:00:00 2001 From: Tommi Virtanen Date: Thu, 16 Jun 2011 15:38:38 -0700 Subject: [PATCH] Archive autotest result output. --- teuthology/task/autotest.py | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/teuthology/task/autotest.py b/teuthology/task/autotest.py index 4be6e76186bd6..442a237daadec 100644 --- a/teuthology/task/autotest.py +++ b/teuthology/task/autotest.py @@ -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', -- 2.39.5