summaryrefslogtreecommitdiff
path: root/heat/tests/test_template_format.py
Commit message (Expand)AuthorAgeFilesLines
* Use correct raw string formatZane Bitter2017-11-161-1/+1
* Remove usage of parameter enforce_typeChangBo Guo(gcb)2017-05-081-2/+1
* Include template url in nested stack parse errorrabi2017-04-271-2/+4
* Use more specific asserts in testsBéla Vancsics2016-11-221-4/+5
* Get rid of gratuitous use of six.iterkeys()Zane Bitter2016-06-071-1/+1
* Set enforce_type=True on config overrides in testsAngus Salkeld2016-04-111-1/+2
* JSON size violation gives a bad error with nested templatesricolin2016-01-191-3/+5
* Remove useless file_name value from testSergey Kraynev2015-11-301-10/+7
* Optimize "open" method with context managerxiexs2015-11-271-3/+4
* 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 assertIn and assertNotInBertrand Lallau2015-10-261-1/+1
|/
* Make neutron resources available based on service extensionsRabi Mishra2015-10-191-0/+3
* py34: heat.tests.test_templateSirushti Murugesan2015-08-051-2/+4
* Fixes JSON to YAML conversion bugKent Wang2015-06-251-0/+12
* Use six.iterkeys(x) instead of x.keys()Tetiana Lashchova2015-04-231-1/+1
* Don't import HeatTestCase directlyZhenguo Niu2014-10-221-5/+5
* Improve error for custom resourceSergey Kraynev2014-10-031-3/+5
* Replace str() with six.text_type() where exception is usedEthan Lynn2014-07-291-1/+1
* Implement neutron client pluginSteve Baker2014-07-091-4/+0
* Order imports in alphabetical order (9/9)Pavlo Shchelokovskyy2014-05-221-1/+1
* Removing default version for templatesSergey Kraynev2014-05-121-1/+1
* tests make dummy db setup/reset consistentSteven Hardy2014-04-281-1/+0
* Replace str with six.text_type in testsLiang Chen2014-04-111-1/+2
* 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-2/+3
|/
* Remove vim header from files.Jason Dunsmore2014-03-041-1/+0
* Display max_template_size when a template is too largeJason Dunsmore2014-02-131-1/+2
* Fixes template not using the JSON or YAML formathuangtianhua2014-01-251-3/+34
* "version" section should be required in templatehuangtianhua2014-01-241-19/+11
* Use WithScenarios base class instead of load_testsThomas Herve2013-12-261-3/+0
* Catch all yaml exceptionsAngus Salkeld2013-10-191-2/+26
* Don't iterate over Stack.resources dictionaryZane Bitter2013-10-051-3/+2
* Don't obtain resources through stack.resourcesZane Bitter2013-10-041-1/+1
* assertEquals is deprecated, use assertEqualDirk Mueller2013-09-161-2/+2
* Use the generic RequestLimitExceeded exception when possibleLiang Chen2013-09-131-2/+4
* Set a small max_template_size for test_long_yamlSteve Baker2013-09-061-0/+1
* Merge "Limit maximum size of all templates"Jenkins2013-08-231-0/+12
|\
| * Limit maximum size of all templatesClint Byrum2013-08-221-0/+12
* | Add an environment_format.py like the template oneAngus Salkeld2013-08-221-18/+0
|/
* Remove unnecessary individual import tests.utils.XLiang Chen2013-08-091-5/+4
* Rename Quantum to NeutronSteven Dake2013-08-061-3/+3
* Make template_format.parse usable by environmentsAngus Salkeld2013-06-171-0/+18
* Align usage of test skipping.Monty Taylor2013-05-171-1/+1
* tests : convert test_template_format to test-local templatesSteven Hardy2013-05-081-25/+11
* Fix "No handlers could be found" warningsClint Byrum2013-05-011-4/+6
* Remove use of nose attrib plugin and most unittestClint Byrum2013-04-301-7/+2
* Enable running tests via testrClint Byrum2013-04-301-0/+2
* Skip quantum unit tests if client not installedZane Bitter2013-03-111-0/+4