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 failures there, will attempt to fix them and/or let the community know.
Cheers! Regards, Vijay On Wed, Oct 30, 2013 at 7:46 PM, Robert Collins <robe...@robertcollins.net>wrote: > 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 >
_______________________________________________ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev