Re: teuthology and code coverage

2013-08-14 Thread Josh Durgin
On 08/13/2013 10:01 AM, Loic Dachary wrote: Hi, When running teuthology from a laptop with the configuration below and ./virtualenv/bin/teuthology --archive=/tmp/teuthology try.yaml it then fails on ./virtualenv/bin/teuthology-coverage -v --html-output /tmp/html -o /tmp/lcov

Re: teuthology and code coverage

2013-08-14 Thread Loic Dachary
On 14/08/2013 09:38, Josh Durgin wrote: On 08/13/2013 10:01 AM, Loic Dachary wrote: Hi, When running teuthology from a laptop with the configuration below and ./virtualenv/bin/teuthology --archive=/tmp/teuthology try.yaml it then fails on ./virtualenv/bin/teuthology-coverage -v

teuthology and code coverage

2013-08-13 Thread Loic Dachary
Hi, When running teuthology from a laptop with the configuration below and ./virtualenv/bin/teuthology --archive=/tmp/teuthology try.yaml it then fails on ./virtualenv/bin/teuthology-coverage -v --html-output /tmp/html -o /tmp/lcov --cov-tools-dir $(pwd)/coverage /tmp/teuthology

Re: teuthology and code coverage revisited

2013-03-05 Thread Josh Durgin
On 03/04/2013 03:40 PM, Loic Dachary wrote: CommandFailedError: Command failed on 10.20.0.7 with status 1: 'rmdir -- /tmp/cephtest/ubuntu@teuthology-2013-03-04_21-03-19' DEBUG:teuthology.run_tasks:Exception was not quenched, exiting: Exception: failed to fetch package version from

Re: teuthology and code coverage revisited

2013-03-05 Thread Loic Dachary
On 03/05/2013 06:30 PM, Josh Durgin wrote: On 03/04/2013 03:40 PM, Loic Dachary wrote: CommandFailedError: Command failed on 10.20.0.7 with status 1: 'rmdir -- /tmp/cephtest/ubuntu@teuthology-2013-03-04_21-03-19' DEBUG:teuthology.run_tasks:Exception was not quenched, exiting: Exception:

Re: HOWTO: teuthology and code coverage

2013-01-17 Thread Gregory Farnum
It's great to see people outside of Inktank starting to get into using teuthology. Thanks for the write-up! -Greg On Wed, Jan 16, 2013 at 6:01 AM, Loic Dachary l...@dachary.org wrote: Hi, I'm happy to report that running teuthology to get a lcov code coverage report worked for me.

HOWTO: teuthology and code coverage

2013-01-16 Thread Loic Dachary
Hi, I'm happy to report that running teuthology to get a lcov code coverage report worked for me. http://dachary.org/wp-uploads/2013/01/teuthology/total/mon/Monitor.cc.gcov.html It took me a while to figure out the logic (thanks Josh for the help :-). I wrote a HOWTO explaining the steps in