summaryrefslogtreecommitdiff
path: root/heat/tests/test_dbinstance.py
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary setUp and tearDownzhufl2016-09-301-3/+0
* Fix [H405] pep rule in heat/testsPeter Razumovsky2015-10-121-5/+4
* Show deprecated warnings when import parserEthan Lynn2015-04-141-1/+1
* Don't import HeatTestCase directlyZhenguo Niu2014-10-221-2/+2
* Use the template module to access the Template classAngus Salkeld2014-08-211-1/+2
* Deprecate old schema definition in dbinstanceZhang Yang2014-06-101-41/+87
* tests make dummy db setup/reset consistentSteven Hardy2014-04-281-1/+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 (7/9)Pavlo Shchelokovskyy2014-03-181-1/+1
|/
* Remove vim header from files.Jason Dunsmore2014-03-041-1/+0
* Fix comparison with singletonsPavlo Shchelokovskyy2013-12-181-1/+1
* assertEquals is deprecated, use assertEqualDirk Mueller2013-09-161-1/+1
* Move dbinstance into a TemplateResourceAngus Salkeld2013-09-071-61/+64
* Remove unnecessary individual import tests.utils.XLiang Chen2013-08-091-4/+3
* Use new style classesAngus Salkeld2013-07-231-2/+2
* Convert Resource to separate action/statusSteven Hardy2013-06-141-1/+1
* Create nested stacks in parallelZane Bitter2013-05-311-0/+2
* heat tests : convert most tests to inline templatesSteven Hardy2013-05-031-37/+40
* Fix test_dbinstance not running by itselfClint Byrum2013-05-011-0/+2
* Remove use of nose attrib plugin and most unittestClint Byrum2013-04-301-4/+0
* Removing all prints and capturing loggingClint Byrum2013-04-301-7/+3
* Make Resource.create() a co-routineZane Bitter2013-04-301-1/+2
* Move abstract nested stack class to separate fileZane Bitter2013-01-171-4/+3
* heat engine : map DBInstance DBSecurityGroups parameter correctlySteven Hardy2013-01-041-1/+1
* heat cleanups to align unit tests with pep8 1.3.4Steven Hardy2012-12-201-2/+2
* Split nested stack implementation into abstract and concreteZane Bitter2012-12-191-10/+13
* Get rid of unused importsZane Bitter2012-12-131-1/+0
* Get rid of nose.main() in unit test filesZane Bitter2012-12-131-7/+0
* Don't pass -1 as a stack_id in unit testsZane Bitter2012-12-101-2/+1
* Move template-format parsing code into commonZane Bitter2012-11-301-2/+2
* For tests, Parse all templates with parse_to_templateSteve Baker2012-11-261-1/+2
* Use a real context for tests.Steve Baker2012-11-221-7/+8
* Clean up hacks for parameter passing in unit testsZane Bitter2012-10-311-3/+4
* Move resources into a separate sub-packageZane Bitter2012-10-251-2/+2
* Unit test for DBInstance resource.Steve Baker2012-09-271-0/+120