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
> run_tests.sh, but there is a skip decorator that can be added to tests
> in the code.  You can also specify specific tests to run.  Using
> run_tests.sh (you can also do more sophisticated things with testr or
> tox directly) you could do something like:
> 'run_tests.sh cinder.tests.test_volumes' or more granular:
> 'run_tests.sh 
> cinder.tests.test_volume:VolumeTestCase.test_create_delete_volume

For any project that has switched to testr, it should be simple - pass
-- <some regex> in.

e.g. run_tests.sh -- (?!testnametoskip)

Cheers,
Rob

-- 
Robert Collins <rbtcoll...@hp.com>
Distinguished Technologist
HP Converged Cloud

_______________________________________________
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Reply via email to