]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
cram: fix for runs with coverage enabled
authorJosh Durgin <josh.durgin@inktank.com>
Mon, 28 Jan 2013 22:53:43 +0000 (14:53 -0800)
committerJosh Durgin <josh.durgin@inktank.com>
Mon, 28 Jan 2013 22:54:49 +0000 (14:54 -0800)
Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
teuthology/task/cram.py

index 3399ecf50391084cbf0a8807edacdada1aa263f7..5289212de7707670336a9205ce497a53c91f9b49 100644 (file)
@@ -113,6 +113,9 @@ def _run_tests(ctx, role):
             run.Raw('CEPH_CONF="/tmp/cephtest/ceph.conf"'),
             run.Raw('CEPH_ID="{id}"'.format(id=id_)),
             run.Raw('PYTHONPATH="$PYTHONPATH:/tmp/cephtest/binary/usr/local/lib/python2.7/dist-packages:/tmp/cephtest/binary/usr/local/lib/python2.6/dist-packages"'),
+            '/tmp/cephtest/enable-coredump',
+            '/tmp/cephtest/binary/usr/local/bin/ceph-coverage',
+            '/tmp/cephtest/archive/coverage',
             '/tmp/cephtest/virtualenv/bin/cram',
             '-v', '--',
             run.Raw('/tmp/cephtest/archive/cram.{role}/*.t'.format(role=role)),