From df357f729c3109055a80126bc011618beec83126 Mon Sep 17 00:00:00 2001 From: Khantwal Date: Wed, 5 Feb 2025 16:49:11 +0530 Subject: Remove chef for integration-tests - Remove chef from integration-tests-init and handle executions through shell scripts Issue-ID: SDC-4713 Change-Id: Ic34d8e9af50d8b36c310d528334f52e942bcbb59 Signed-off-by: Anamika Khantwal --- .../integration-tests-init/chef-solo/importNormatives.json | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 integration-tests/integration-tests-init/chef-solo/importNormatives.json (limited to 'integration-tests/integration-tests-init/chef-solo/importNormatives.json') diff --git a/integration-tests/integration-tests-init/chef-solo/importNormatives.json b/integration-tests/integration-tests-init/chef-solo/importNormatives.json deleted file mode 100644 index f5c9276e2e..0000000000 --- a/integration-tests/integration-tests-init/chef-solo/importNormatives.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "run_list": [ "recipe[sdc-normatives::import_Normatives]" ] -} - -- cgit