diff options
author | 2025-02-05 16:49:11 +0530 | |
---|---|---|
committer | 2025-02-06 15:40:22 +0530 | |
commit | df357f729c3109055a80126bc011618beec83126 (patch) | |
tree | 082e0b662a02763b7d7f61ababdefed3f090c940 /integration-tests/integration-tests-init/chef-solo/roles/integration-tests-setup.json | |
parent | d41e1b68b6be32ee367bdadd37955e91fba21303 (diff) |
Remove chef for integration-tests1.14.0
- Remove chef from integration-tests-init and handle executions through shell scripts
Issue-ID: SDC-4713
Change-Id: Ic34d8e9af50d8b36c310d528334f52e942bcbb59
Signed-off-by: Anamika Khantwal <anamika.khantwal@accenture.com>
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": { - } -} - |