summaryrefslogtreecommitdiff
path: root/tests/software_config/test_heat_config.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/software_config/test_heat_config.py')
-rw-r--r--tests/software_config/test_heat_config.py12
1 files changed, 11 insertions, 1 deletions
diff --git a/tests/software_config/test_heat_config.py b/tests/software_config/test_heat_config.py
index 0392acf..9fb3f1b 100644
--- a/tests/software_config/test_heat_config.py
+++ b/tests/software_config/test_heat_config.py
@@ -26,7 +26,7 @@ from tests.software_config import common
class HeatConfigTest(common.RunScriptTest):
fake_hooks = ['cfn-init', 'chef', 'puppet', 'salt', 'script',
- 'apply-config', 'hiera']
+ 'apply-config', 'hiera', 'json-file']
data = [
{
@@ -76,6 +76,11 @@ class HeatConfigTest(common.RunScriptTest):
'inputs': [],
'config': 'seven'
}, {
+ 'id': '8888',
+ 'group': 'json-file',
+ 'inputs': [],
+ 'config': 'eight'
+ }, {
'id': '9999',
'group': 'no-such-hook',
'inputs': [],
@@ -114,6 +119,11 @@ class HeatConfigTest(common.RunScriptTest):
'deploy_stderr': 'stderr',
'deploy_stdout': 'stdout'
},
+ 'json-file': {
+ 'deploy_status_code': '0',
+ 'deploy_stderr': 'stderr',
+ 'deploy_stdout': 'stdout'
+ },
'apply-config': {
'deploy_status_code': '0',
'deploy_stderr': 'stderr',