Re: [openstack-dev] [testr] debugging failing testr runs

2013-12-17 Thread Robert Collins
You ran a listing: ./.tox/py33/bin/python -m subunit.run discover -t ./ ./keystoneclient/tests --list which outputs the discovered tests as subunit enumerations. .tox/py33/bin/testr run will run the tests for you -Rob On 18 December 2013 05:18, Chmouel Boudjnah wrote: > Hello, > > I was won

[openstack-dev] [testr] debugging failing testr runs

2013-12-17 Thread Chmouel Boudjnah
Hello, I was wondering what was the strategy to debug a failed run with tox? I was trying to see which tests was failing with python-keystoneclient and py33 and this is the type of error i am getting : http://paste.openstack.org/show/gc3xMk34ELuSF5Fk1mvP/ (bet it with tox directly or from the v