]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
workunit: save coverage and coredumps
authorJosh Durgin <josh.durgin@dreamhost.com>
Wed, 31 Aug 2011 00:12:14 +0000 (17:12 -0700)
committerJosh Durgin <josh.durgin@dreamhost.com>
Wed, 31 Aug 2011 00:13:44 +0000 (17:13 -0700)
Anything that runs a ceph utility should be using these commands.

teuthology/task/workunit.py

index c3b9ffffd50d965a3dcdbbfc4488989f7e5ab29d..a178d8c7b3edf35fdb09f96fb2e058c14f90e721 100644 (file)
@@ -154,6 +154,9 @@ def _run_tests(ctx, role, tests):
                         run.Raw('PATH="$PATH:/tmp/cephtest/binary/usr/local/bin"'),
                         run.Raw('LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/tmp/cephtest/binary/usr/local/lib"'),
                         run.Raw('CEPH_CONF="/tmp/cephtest/ceph.conf"'),
+                        '/tmp/cephtest/enable-coredump',
+                        '/tmp/cephtest/binary/usr/local/bin/ceph-coverage',
+                        '/tmp/cephtest/archive/coverage',
                         '{srcdir}/{workunit}'.format(
                             srcdir=srcdir,
                             workunit=workunit,