Re: [openstack-dev] How to skip certain unit tests?

2013-11-06 Thread Bhuvan Arumugam
On Wed, Oct 30, 2013 at 7:02 PM, Vijay B os.v...@gmail.com wrote: Hi, How can we skip certain unit tests when running run_tests.sh? I'm looking at the Openstack unit test page If it's not too late you may skip tests with testr/run_tests.sh. List all tests using testr store in a file,

Re: [openstack-dev] How to skip certain unit tests?

2013-11-04 Thread Vijay B
Hi John, Rob, Thanks for the pointers - I used skipTest() within the specific tests I wanted to skip to get over the failing ones. Just an fyi, I'm working with my own internal quantum staging gate on an older release, so I haven't checked on the latest neutron master yet. In case I do find

[openstack-dev] How to skip certain unit tests?

2013-10-30 Thread Vijay B
Hi, How can we skip certain unit tests when running run_tests.sh? I'm looking at the Openstack unit test page at http://docs.openstack.org/developer/nova/devref/unit_tests.html but I cannot find info on how to do this. Any idea if there already is a way to do this? If not, does the community

Re: [openstack-dev] How to skip certain unit tests?

2013-10-30 Thread John Griffith
On Wed, Oct 30, 2013 at 8:02 PM, Vijay B os.v...@gmail.com wrote: Hi, How can we skip certain unit tests when running run_tests.sh? I'm looking at the Openstack unit test page at http://docs.openstack.org/developer/nova/devref/unit_tests.html but I cannot find info on how to do this. Any

Re: [openstack-dev] How to skip certain unit tests?

2013-10-30 Thread Robert Collins
On 31 October 2013 15:20, John Griffith john.griff...@solidfire.com wrote: Hi Vijay, Theoretically there should never be broken tests in master, that's what the gates are for and if there are they should be fixed very quickly. Back to your question, I don't know of a way to skip from