diff options
author | adheli.tavares <adheli.tavares@est.tech> | 2023-02-02 08:44:51 +0000 |
---|---|---|
committer | adheli.tavares <adheli.tavares@est.tech> | 2023-02-02 10:11:29 +0000 |
commit | c6eb02ae0f1b9b69a248621e68dbc7a481ce95b7 (patch) | |
tree | 070fbbc0685ff2d9dab5a94c9c5bf11d272ca721 /csit/run-project-csit.sh | |
parent | 0700486a08b2bc08589f7e6b0be8338d6bbb4efa (diff) |
Add configurations to run SLAs validations on CSITs
Issue-ID: POLICY-4531
Change-Id: Idf69fe888828fabd4ec0cd3c18fea7aff96caac8
Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
Diffstat (limited to 'csit/run-project-csit.sh')
-rwxr-xr-x | csit/run-project-csit.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/csit/run-project-csit.sh b/csit/run-project-csit.sh index 6a4a9bb3..a3837b03 100755 --- a/csit/run-project-csit.sh +++ b/csit/run-project-csit.sh @@ -3,7 +3,7 @@ # Copyright 2016-2017 Huawei Technologies Co., Ltd. # Modification Copyright 2019 © Samsung Electronics Co., Ltd. # Modification Copyright 2021 © AT&T Intellectual Property. -# Modification Copyright 2021-2022 Nordix Foundation. +# Modification Copyright 2021-2023 Nordix Foundation. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -178,9 +178,9 @@ rm -rf "${WORKSPACE}/csit/archives/${PROJECT}" mkdir -p "${WORKSPACE}/csit/archives/${PROJECT}" # Run installation of prerequired libraries -source_safely "${SCRIPTS}/prepare-csit.sh" +source_safely "${SCRIPTS}/prepare-robot-env.sh" -# Activate the virtualenv containing all the required libraries installed by prepare-csit.sh +# Activate the virtualenv containing all the required libraries installed by prepare-robot-env.sh source_safely "${ROBOT_VENV}/bin/activate" WORKDIR=$(mktemp -d) |