summaryrefslogtreecommitdiff
path: root/glanceclient/tests/unit/test_client.py
Commit message (Collapse)AuthorAgeFilesLines
* Add parsing the endpoint URLTakashi NATSUME2015-09-081-0/+20
| | | | | | | | Add parsing the endpoint URL and check the path string only in order to decide the API version. Change-Id: Ib0a035f3bed31e2162a1231a5f5dcc3907d37243 Closes-Bug: #1489727
* Import only modules and update tox.iniCindy Pallares2015-06-171-6/+6
| | | | | | | | | As stated in the OpenStack Hacking Guidelines, it is prefered that only modules should be imported. Also updated tox.ini to ignore opestack/common among others. Change-Id: I2f0a603c31052eadee581c11880c0ec6bd392829
* Move unit tests to standard directoryStuart McLaren2015-04-181-0/+46
This patch moves the glanceclient unit tests to the standard directory (xxxclient/tests/unit) in preparation for adding functional gate tests 'check-glanceclient-dsvm-functional' in the same vein as existing client tests for other projects, eg: * check-novaclient-dsvm-functional * check-keystoneclient-dsvm-functional * check-neutronclient-dsvm-functional Change-Id: I29d4b9e3a428c851575ee9afde40d6df583456c4