]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
Clean up after an autotest run.
authorTommi Virtanen <tommi.virtanen@dreamhost.com>
Wed, 15 Jun 2011 18:51:16 +0000 (11:51 -0700)
committerTommi Virtanen <tommi.virtanen@dreamhost.com>
Wed, 15 Jun 2011 18:51:16 +0000 (11:51 -0700)
teuthology/task/autotest.py

index 94a3089d44eb53969e321d9026c72ed2750a844d..f91f7c9b779a7f5c0e3e8d273c73a2a96fba9734 100644 (file)
@@ -114,3 +114,9 @@ def task(ctx, config):
                     run.Raw('3>&1'),
                     ],
                 )
+
+            remote.run(
+                args=[
+                    'rm', '-rf', '--', control, '/tmp/cephtest/autotest',
+                    ],
+                )