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/startup.sh | |
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/startup.sh')
-rw-r--r-- | integration-tests/integration-tests-init/startup.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/integration-tests/integration-tests-init/startup.sh b/integration-tests/integration-tests-init/startup.sh index e216341882..60dda604fc 100644 --- a/integration-tests/integration-tests-init/startup.sh +++ b/integration-tests/integration-tests-init/startup.sh @@ -1,4 +1,5 @@ #!/bin/sh -cd /home/"${user}"/chef-solo || exit $? -chef-solo -c solo.rb -E "${ENVNAME}"
\ No newline at end of file +cd /home/onap/init-script +sh -x /home/onap/check_backend.sh +sh -x /home/onap/import_normatives.sh |