heat/heat/tests/engine
Thomas Herve f911ebbd67 Ignore string default for software config input
We recently (I87edc0d8f1fba2fb61276c682a60c1b2241b5705) enforced default
type for software config input, whereas it was always a string before.
It causes issues with upgrades, as we used to store "" as a default for
all configs regarless of their type, and it failed when we started
validating.

This identifies this case and skip validation.

Change-Id: I8a4f4e834b0862ecef4b97f208f4b03be3572e86
Closes-Bug: #1697627
2017-06-20 16:21:11 +02:00
..
service Ignore string default for software config input 2017-06-20 16:21:11 +02:00
__init__.py Split engine service test case 2015-04-20 10:19:58 -04:00
test_check_resource.py Avoid creating new resource with old template 2017-06-05 23:14:19 -04:00
test_dependencies.py Use more specific asserts in tests 2016-11-22 08:12:35 +01:00
test_engine_worker.py Remove db.api wrapper 2016-12-13 09:40:29 +01:00
test_node_data.py Add a NodeData class to roll up resource data 2017-02-24 10:10:26 -05:00
test_plugin_manager.py Move core engine related unit tests to tests/engine 2015-07-21 17:37:20 +05:30
test_resource_type.py Fix python-novaclient 8.0.0 related issues 2017-05-16 16:12:04 +02:00
test_scheduler.py Use more specific asserts in tests 2016-11-22 08:12:35 +01:00
test_sync_point.py Convergence: basic framework for cancelling workers 2016-09-10 09:22:36 +02:00
tools.py Sleep between check_resource calls 2017-03-13 15:28:20 +00:00