[openstack-dev] [Python-novaclient] Python-novaclient tests fail

2014-10-13 Thread Daniele Casini
Hi All, I am trying to test *python-novaclient* using /*pythonsetup.pytes**t*/asreported in http://docs.openstack.org/developer/python-novaclient/ cid:part1.07080205.06020204@dektech.com.au. In order to figure out the test logic I ran tests but an error is occurred: Exception:

Re: [openstack-dev] [Python-novaclient] Python-novaclient tests fail

2014-10-13 Thread Andrey Kurilin
Simple way to run tests is using tox: $ tox -epy27 For more details, look at nova guide: http://docs.openstack.org/developer/nova/devref/unit_tests.html PS: Why novaclient guide recommends to use python setup.py test? A bit strange for me. On Mon, Oct 13, 2014 at 1:19 PM, Daniele Casini

Re: [openstack-dev] [Python-novaclient] Python-novaclient tests fail

2014-10-13 Thread Daniele Casini
, October 13, 2014 3:50 PM *To:* openstack-dev@lists.openstack.org *Subject:* [openstack-dev] [Python-novaclient] Python-novaclient tests fail Hi All, I am trying to test *python-novaclient* using */python/**//**/setup.py/**//**/test/*asreported in http://docs.openstack.org/developer/python

Re: [openstack-dev] [Python-novaclient] Python-novaclient tests fail

2014-10-13 Thread Daniele Casini
I have already use tox instead of python setup.py test and the test is successfully passed. However, I do not understand because it does not pass using the way reported in the official document. Thus, two questions occour to me: Can I use tox in order to test python-novaclient? Should the

Re: [openstack-dev] [Python-novaclient] Python-novaclient tests fail

2014-10-13 Thread Ben Nemec
Subject: [openstack-dev] [Python-novaclient] Python-novaclient tests fail Hi All, I am trying to test python-novaclient using python setup.py test as reported in http://docs.openstack.org/developer/python-novaclient/cid:part1.07080205.06020204@dektech.com.au. In order to figure out the test

Re: [openstack-dev] [Python-novaclient] Python-novaclient tests fail

2014-10-13 Thread Ben Nemec
*From:*Daniele Casini [mailto:daniele.cas...@dektech.com.au] *Sent:* Monday, October 13, 2014 3:50 PM *To:* openstack-dev@lists.openstack.org *Subject:* [openstack-dev] [Python-novaclient] Python-novaclient tests fail Hi All, I am trying to test *python-novaclient* using */python

Re: [openstack-dev] [Python-novaclient] Python-novaclient tests fail

2014-10-13 Thread Andrey Kurilin
*From:*Daniele Casini [mailto:daniele.cas...@dektech.com.au] *Sent:* Monday, October 13, 2014 3:50 PM *To:* openstack-dev@lists.openstack.org *Subject:* [openstack-dev] [Python-novaclient] Python-novaclient tests fail Hi All, I am trying to test *python-novaclient* using