summaryrefslogtreecommitdiff
path: root/functional/tests/test_object.py
Commit message (Collapse)AuthorAgeFilesLines
* cleanup files that are created for swift functional testsSteve Martinelli2014-11-121-3/+6
| | | | | | | | | Currently this portion of code is also being run when running tox to debug local tests. Which is very annoying since a developer will end up with a bunch of uuid files. Rather than creating it once per run, we can have a setup/teardown that is handled safely. Change-Id: I49a0bb3d14f24c54da93458d1e3b9093a1120453
* Fix issues with object related commandsSteve Martinelli2014-10-061-0/+91
1) Can't create instance of swiftclient. Since we now create an API instance, creating a swiftclient instance won't work. Trying to do any object related command fails. 2) Listing objects in a container fails, we depend on the data returned in a specific way, during the API transition this must have slipped through. Needs regression/funcitonal tests to mame sure this doesn't happen again. Change-Id: I69079a0dc9f32b84e6f9307729d3dbbba549ac5e