summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Removed now-unused .cache.bundle references.1.1.01.0Monty Taylor2012-05-211-4/+0
| | | | Change-Id: I236cc26be12c21743197e93ed304655702cb1ff2
* Added setup.cfg for verbose test output.Monty Taylor2012-05-211-0/+7
|
* Add run_tests.sh script here.Chmouel Boudjnah2012-05-212-0/+50
| | | | - Snatched from python-glanceclient repo.
* Adding fake_http_connect to test.utils.Chmouel Boudjnah2012-05-213-1/+117
| | | | - Copy fake_http_connect function from swift repository.
* Merge pull request #1 from emonty/masterChmouel Boudjnah2012-05-1613-30/+281
|\ | | | | Add the bits needed by the project testing interface
| * Add openstack project infrastructure.Monty Taylor2012-05-1613-30/+281
|/
* Add logging.Chmouel Boudjnah2012-05-091-18/+101
| | | | - If SWIFTCLIENT_DEBUG env is defined then print the full query with curl.
* Defined version to 1.0Chmouel Boudjnah2012-05-081-1/+1
|
* Add CHANGELOG LICENSE and MANIFEST.inChmouel Boudjnah2012-05-083-0/+182
|
* Delete old test_client and add a gitignore.Chmouel Boudjnah2012-05-082-520/+3
|
* Rename client to swiftclient.Chmouel Boudjnah2012-05-081-0/+520
|
* Fix links.Chmouel Boudjnah2012-05-081-1/+1
|
* Import script from swift to run unittests.Chmouel Boudjnah2012-05-081-0/+7
|
* Add test_client from original swift repository.Chmouel Boudjnah2012-05-081-0/+520
|
* Add AUTHORS fileChmouel Boudjnah2012-05-081-0/+19
| | | | | - Generated from previous authors in Swift git repository for bin/swift swift.common.client and tests.common.test_client.
* Make sure we get a header StorageURL with 1.0Chmouel Boudjnah2012-05-081-3/+7
| | | | - Since RAX auth always come back with 200 we can't check with status code.
* Allow specify the tenant in user.Chmouel Boudjnah2012-05-081-4/+6
| | | | | - This is to allow the -U tenant:user syntax like previously supported when not using the os_ arguments.
* First commit.Chmouel Boudjnah2012-05-085-0/+2082