summaryrefslogtreecommitdiff
path: root/heat/tests/test_stack_update.py
Commit message (Expand)AuthorAgeFilesLines
* Regenerate trust when update with different userricolin2020-11-171-0/+32
* Merge "Deprecate wrappertask decorator"Zuul2020-07-061-0/+2
|\
| * Deprecate wrappertask decoratorZane Bitter2020-04-301-0/+2
* | Use unittest.mock instead of third party mockSean McGinnis2020-05-051-1/+1
|/
* Make tags handling more robustZane Bitter2019-10-101-1/+1
* Rename mox_resource_id to mock_resource_idKrzysztof Opasiak2018-08-271-4/+4
* Remove mox usage from test_stack_updateThomas Herve2018-03-011-8/+0
* Rollback stack with correct tagshuangtianhua2017-08-141-3/+10
* Use StackDefinition in intrinsic functions for resolving dataZane Bitter2017-07-211-12/+4
* Unit tests: Do assertions on stored properties dataZane Bitter2017-07-191-52/+119
* Non-destructive upgrade for deprecated resourcesricolin2016-09-021-0/+65
* Support condition for resourcehuangtianhua2016-08-241-0/+56
* Begin move of UpdateReplace back to its rightful locationZane Bitter2016-08-181-1/+1
* Use a queue instead of an event to send messagesZane Bitter2016-07-181-12/+8
* Always call TaskRunner._sleep()Zane Bitter2016-07-181-1/+1
* Improve unit tests for stack-update-cancelZane Bitter2016-06-151-1/+1
* Unit tests: Don't use ResourceDefinition as cfn snippetZane Bitter2016-05-011-6/+10
* Unit tests: Eliminate deprecated use of ResourceDefinition.DiffZane Bitter2016-05-011-1/+1
* Mark resources UPDATE_COMPLETE when they request replacementZane Bitter2016-03-281-1/+1
* Add post hooksThomas Herve2016-02-101-0/+34
* Restrict update/replace of resourceRabi Mishra2016-02-091-0/+43
* Fix to send only one notification when update completesRakesh H S2015-12-031-0/+5
* Implement pre-delete hookThomas Herve2015-11-181-0/+37
* Add tests for pre-create hooksThomas Herve2015-11-101-0/+36
* Merge "Use assertIsNone instead of assertEqual(None, ***)"Jenkins2015-10-271-1/+1
|\
| * Use assertIsNone instead of assertEqual(None, ***)Bertrand Lallau2015-10-261-1/+1
* | Use assertTrue/False instead of assertEqual(T/F)Bertrand Lallau2015-10-261-1/+1
|/
* Delete previous template upon updateThomas Herve2015-10-151-2/+9
* Fix [H405] pep rule in heat/testsPeter Razumovsky2015-10-121-38/+33
* Fix action (CREATE) in progress error for TemplateResource/RGRabi Mishra2015-10-011-0/+3
* Merge "Copy resource data in _delete_backup_stack"Jenkins2015-09-181-0/+7
|\
| * Copy resource data in _delete_backup_stackSergey Kraynev2015-09-171-0/+7
* | Save previous template on non convergence updatesSteven Hardy2015-09-161-7/+13
|/
* Work around parameter error deleting backup stackSteven Hardy2015-09-141-1/+3
* Move Resource exceptions to common module (1)Oleksii Chuprykov2015-09-041-1/+2
* Merge "Fix stack-list after failed update"Jenkins2015-08-211-0/+102
|\
| * Fix stack-list after failed updateRakesh H S2015-08-171-0/+102
* | resource failure causes nested stacks to be rolled backricolin2015-08-201-0/+49
|/
* Move internal test resources to generic_resourceSergey Kraynev2015-07-241-8/+2
* Move registration of GenericResource to HeatTestSergey Kraynev2015-06-151-3/+0
* Register ResourceWithProps in HeatTestCaseSergey Kraynev2015-06-151-2/+0
* Register ResWithComplexPropsAndAttrs in HeatTestSergey Kraynev2015-06-151-2/+0
* Register ResourceWithResourceID in HeatTestCaseSergey Kraynev2015-06-091-8/+0
* Backup new resource as soon as possiblekairat_kushaev2015-06-021-0/+70
* Save updated-in-place resources to backup stackkairat_kushaev2015-05-071-0/+68
* Database API and engine changes for stack tagsJason Dunsmore2015-04-081-0/+43
* Fix stack update issueEthan Lynn2015-04-021-0/+26
* Pass the environment into the Template class and not StackAngus Salkeld2015-03-181-19/+16
* Replace mox with mock for stack-update test casestengqm2015-03-141-230/+176
* Store template + environment for rollback.Anant Patil2015-03-111-3/+3