[openstack-dev] Fw: [nova] Queries regarding how to run test cases of python-client in juno release

Matt Riedemann mriedem at linux.vnet.ibm.com
Tue Mar 3 16:46:49 UTC 2015



On 2/27/2015 1:44 AM, Rattenpal Amandeep wrote:
> FYI
>
> -----Forwarded by Rattenpal Amandeep/DEL/TCS on 02/27/2015 01:14PM -----
> To: openstack-dev at lists.openstack.org
> From: Rattenpal Amandeep/DEL/TCS
> Date: 02/25/2015 11:43AM
> Subject: [openstack-dev] [python-novaclient] [python-client] Queries
> regarding how to run test cases of python-client in juno release
>
> Hi
>
> I am unable to find script for run test cases of python-clients in juno
> release.
> novaclients are shilfed into dist-packages but there is no script for
> run the test cases.
> Please help me to come out from this problem.
>
> Thanks,
> Regards
> Amandeep Rattenpal
> Asst. System Engineer,
> Mail to: rattenpal.amandeep at tcs.com
> Web site: www.tcs.com
>
> =====-----=====-----=====
> Notice: The information contained in this e-mail
> message and/or attachments to it may contain
> confidential or privileged information. If you are
> not the intended recipient, any dissemination, use,
> review, distribution, printing or copying of the
> information contained in this e-mail message
> and/or attachments to it are strictly prohibited. If
> you have received this communication in error,
> please notify us by reply e-mail or telephone and
> immediately and permanently delete the message
> and any attachments. Thank you
>
>
>
> __________________________________________________________________________
> OpenStack Development Mailing List (not for usage questions)
> Unsubscribe: OpenStack-dev-request at lists.openstack.org?subject:unsubscribe
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>

Simple, don't do development from distro packages since they might 
remove the tests since those aren't needed in production.

If you want to run tests, do a development workflow:

1. git clone git://git.openstack.org/openstack/python-novaclient
2. cd python-novaclient
3. tox -r -e py27,pep8

-- 

Thanks,

Matt Riedemann




More information about the OpenStack-dev mailing list