From e00b7fc6ad41f4228a2eb45dc84ca53f3befddf0 Mon Sep 17 00:00:00 2001 From: Tommi Virtanen Date: Wed, 15 Jun 2011 11:51:16 -0700 Subject: [PATCH] Clean up after an autotest run. --- teuthology/task/autotest.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/teuthology/task/autotest.py b/teuthology/task/autotest.py index 94a3089d44e..f91f7c9b779 100644 --- a/teuthology/task/autotest.py +++ b/teuthology/task/autotest.py @@ -114,3 +114,9 @@ def task(ctx, config): run.Raw('3>&1'), ], ) + + remote.run( + args=[ + 'rm', '-rf', '--', control, '/tmp/cephtest/autotest', + ], + )