From c81494bb3770874402df10af9a3e9950bddd2da5 Mon Sep 17 00:00:00 2001 From: karamchandan <amit.kbatra@alumnos.upm.es> Date: Thu, 13 Jul 2023 12:30:23 +0200 Subject: [PATCH] Fix scenario3/l3 deployment script --- src/tests/scenario3/l3/deploy.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tests/scenario3/l3/deploy.sh b/src/tests/scenario3/l3/deploy.sh index e8e02b026..be6c43ef7 100755 --- a/src/tests/scenario3/l3/deploy.sh +++ b/src/tests/scenario3/l3/deploy.sh @@ -13,8 +13,8 @@ # See the License for the specific language governing permissions and # limitations under the License. -source deploy_specs.sh -./deploy/all.sh +source src/tests/scenario3/l3/deploy_specs.sh +deploy/all.sh source tfs_runtime_env_vars.sh ofc22/run_test_01_bootstrap.sh ofc22/run_test_02_create_service.sh -- GitLab