summaryrefslogtreecommitdiff
path: root/heat/tests/test_swift.py
Commit message (Expand)AuthorAgeFilesLines
* Change namespace for Swift testsricolin2015-11-181-469/+0
* Replaced mox usage with mock in test_swiftJay Dobies2015-10-221-322/+348
* Fix [H405] pep rule in heat/testsPeter Razumovsky2015-10-121-2/+4
* Convergence: Fix to use cache_data for FnGetRefId (1)Rakesh H S2015-09-301-0/+20
* Add show resource function to swift containerOleksii Chuprykov2015-08-181-0/+1
* Use default_client_name for swiftOleksii Chuprykov2015-07-201-2/+2
* Produce more meaningful exception messages in nested stacksAngus Salkeld2015-06-241-1/+1
* Retain references to stacks in all unit testsZane Bitter2015-05-141-2/+2
* Move swift resourcehuangtianhua2015-03-061-1/+1
* Use keystoneclient auth pluginsJamie Lennox2015-01-271-1/+1
* Add PurgeOnDelete property to OS::Swift::ContainerPavlo Shchelokovskyy2015-01-021-20/+81
* Better error on deleting non-empty Swift containerPavlo Shchelokovskyy2014-12-301-0/+45
* Implement handle_check for OS::Swift::ContainerAnderson Mesquita2014-11-111-0/+23
* Don't import HeatTestCase directlyZhenguo Niu2014-10-221-2/+2
* Glance, swift use ClientPlugin.ignore_not_foundSteve Baker2014-08-111-0/+18
* Use standard FnGetAtt method for Swift containerZane Bitter2014-07-291-1/+2
* Implement swift client pluginSteve Baker2014-07-091-29/+26
* tests add stub_keystoneclient to base test classSteven Hardy2014-06-181-20/+1
* Unit tests: Create resources with ResourceDefinitionZane Bitter2014-06-051-2/+4
* Only raise UpdateReplace when properties changeThomas Herve2014-05-221-4/+0
* Use resource methods for metadata get/setSteve Baker2014-05-051-1/+1
* tests make dummy db setup/reset consistentSteven Hardy2014-04-281-2/+0
* Merge "Make the first line of every file consistent."Jenkins2014-04-081-1/+1
|\
| * Make the first line of every file consistent.Jason Dunsmore2014-03-041-1/+1
* | Order imports in alphabetical order (8/9)Pavlo Shchelokovskyy2014-03-271-3/+2
|/
* Remove vim header from files.Jason Dunsmore2014-03-041-1/+0
* Merge "Fix showing events on swift."Jenkins2014-01-141-4/+2
|\
| * Fix showing events on swift.Chmouel Boudjnah2014-01-101-4/+2
* | Replace try...except...pass block with assertRaisesJUN JIE NAN2014-01-041-5/+2
|/
* Let users specify metadatas on swift accounts.Chmouel Boudjnah2013-12-221-7/+36
* Don't pass swift headers as NoneChmouel Boudjnah2013-12-161-12/+25
* Implement parallel deleteVijendar Komalla2013-09-041-6/+6
* Change _testnoexisthost_ references in testsSteven Hardy2013-09-041-3/+3
* Remove localhost references from testsSteven Hardy2013-08-301-3/+3
* Tests for s3 and swift resources were extendedMaksym Iarmak2013-08-141-0/+6
* Remove unnecessary individual import tests.utils.XLiang Chen2013-08-091-10/+8
* Only use a token for openstack client operations.Steve Baker2013-07-221-0/+15
* Merge "Convert Resource to separate action/status"Jenkins2013-06-181-2/+2
|\
| * Convert Resource to separate action/statusSteven Hardy2013-06-141-2/+2
* | Use PhysName for testing Swift container namesZane Bitter2013-06-171-24/+19
* | Fix bizarre Swift DeletionPolicy unit testsZane Bitter2013-06-171-10/+1
* | Use physical_resource_name() for Swift containersZane Bitter2013-06-171-5/+2
|/
* engine : move update_template_diff functions into ResourceSteven Hardy2013-05-231-1/+1
* engine : replace UPDATE_REPLACE with ResourceReplace exceptionSteven Hardy2013-05-231-29/+30
* Align usage of test skipping.Monty Taylor2013-05-171-8/+0
* tests : convert most remaining tests to inline templatesSteven Hardy2013-05-081-35/+40
* Fix skips done in the test suite by using testtools skipIfThomas Herve2013-05-071-10/+11
* Make DeletionPolicy a resource attribute instead of a property.Thomas Herve2013-05-021-2/+3
* Remove use of nose attrib plugin and most unittestClint Byrum2013-04-301-10/+3
* Enable running tests via testrClint Byrum2013-04-301-1/+2