From 3a9613f75519176efb2eb50bde88f268535e0ca9 Mon Sep 17 00:00:00 2001 From: "halil.cakal" Date: Mon, 17 Jun 2024 09:24:59 +0100 Subject: Setup automated tests with two replicas of cps-and-ncmp - this change for two test suits: CSIT and K6 - increase cps-and-ncmp replicas to 2 - introduce nginx as load-balancer - set proxies inside nginx for the cps-and-ncmp URI paths - upgrade hazelcast-spring to 5.3.7 Issue-ID: CPS-2038 Change-Id: If1b6c1e1218af16b24cc061507ea9b25d277d143 Signed-off-by: halil.cakal --- csit/run-csit.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'csit') diff --git a/csit/run-csit.sh b/csit/run-csit.sh index 0981fc6edd..7f8f6b5270 100755 --- a/csit/run-csit.sh +++ b/csit/run-csit.sh @@ -2,6 +2,7 @@ # # Copyright 2016-2017 Huawei Technologies Co., Ltd. # Modification Copyright 2019-2021 © Samsung Electronics Co., Ltd. +# Modification Copyright (C) 2024 Nordix Foundation. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -186,6 +187,10 @@ export TESTOPTIONS="${2}" rm -rf "$WORKSPACE/archives/$TESTPLAN" mkdir -p "$WORKSPACE/archives/$TESTPLAN" +rm -rf "$WORKSPACE/nginx-log" +mkdir -p "$WORKSPACE/nginx-log" +chmod -R 755 "$WORKSPACE/nginx-log" + TESTPLANDIR="${WORKSPACE}/${TESTPLAN}" # Run installation of prerequired libraries -- cgit 1.2.3-korg