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, 0 insertions, 20 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 deleted file mode 100644 index e0ca93727b..0000000000 --- a/integration-tests/integration-tests-init/chef-solo/roles/integration-tests-setup.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "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": { - } -} - |