summaryrefslogtreecommitdiff
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Use testtools as base class for test cases.Monty Taylor2012-12-261-3/+4
| | | | | | Part of blueprint grizzly-testtools Change-Id: Iff9aac184a115df9b396e218209962e6897a32d9
* Add nosehtmloutput as a test dependency.Clark Boylan2012-08-211-0/+1
| | | | | | | | Adding nosehtmloutput as a test dependency allows nose to output its results to an html file. This will be used by Jenkins to save logs on a different server. Change-Id: I4292ba27db9371d5a8dae4b901a46165b9ee6721
* Make python-keystoneclient optionalgholt2012-08-142-1/+1
| | | | | | A lot of us don't use Keystone. Change-Id: Ifcd5fe609efbe950e935c0e0cfee200687b69eda
* Use keystoneclient for authentication.Chmouel Boudjnah2012-07-061-0/+1
| | | | | | | | | | | | | | | - This allows us to delegate all 2.0 authentication directly to the library without reimplementing ourselves. - Support reusing a token / storage-url without re-authenticating every time via the switch os_storage_url os_auth_token. - Allow auth via tenant_id instead of just tenant_name via the switch os_tenant_id. - Refactor a bit to make it easier in the future to add new OS features (i.e: region). - Implements blueprint use-keystoneclient-for-swiftclient. - Fixes bug 1016641. Change-Id: I532f38a68af884de25326aaac05a2050f5ffa1c7
* Fix pep8 errors w/pep8==1.3.Samuel Merritt2012-06-151-1/+1
| | | | | | | | | | Also lock down the version of pep8 in tools/test-requires. python-swiftclient had a passing test suite yesterday, but today a new and stricter version of pep8 came out, and the test suite started to fail. Specifying a particular version of pep8 will prevent that. Change-Id: I9092d2225c01b99158229918c86b185cdac9d362
* Adding fake_http_connect to test.utils.Chmouel Boudjnah2012-05-211-0/+1
| | | | - Copy fake_http_connect function from swift repository.
* Add openstack project infrastructure.Monty Taylor2012-05-162-0/+9