diff options
Diffstat (limited to 'integration-tests/integration-tests-init/chef-solo/roles/integration-tests-setup.json')
-rw-r--r-- | integration-tests/integration-tests-init/chef-solo/roles/integration-tests-setup.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/integration-tests/integration-tests-init/chef-solo/roles/integration-tests-setup.json b/integration-tests/integration-tests-init/chef-solo/roles/integration-tests-setup.json new file mode 100644 index 0000000000..e0ca93727b --- /dev/null +++ b/integration-tests/integration-tests-init/chef-solo/roles/integration-tests-setup.json @@ -0,0 +1,20 @@ +{ + "name": "integration-tests", + "description": "Installation application - integrationTest", + "json_class": "Chef::Role", + "default_attributes": { + + }, + "override_attributes": { + + }, + "chef_type": "role", + "run_list": [ + "recipe[sdc-integration-tests-setup::1_check_Backend]", + "recipe[sdc-integration-tests-setup::2_import_Normatives]" + + ], + "env_run_lists": { + } +} + |