[openstack-dev] keystone: running a single test

Adam Young ayoung at redhat.com
Wed Mar 6 00:58:47 UTC 2013


On 03/05/2013 06:56 PM, Bhandaru, Malini K wrote:
>
> Hello Keystone Developers!
>
> How might I run  a single test .. for focused debugging of a failure. 
> Happy if I could just even run only the tests in test_v3_auth.py.
>
> Example test_v3_auth.py test_auth_with_id (tests.test_v3_auth.TestAuthXML)
>
> Thanks
>
> Malini
>
>
>
> _______________________________________________
> OpenStack-dev mailing list
> OpenStack-dev at lists.openstack.org
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
The general pattern is package.subpackage:Class.function so


./run_test.sh test_v3_auth:TestAuthXML.test_auth_with_id


(there is no package name  test)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20130305/8564c5a4/attachment.html>


More information about the OpenStack-dev mailing list