diff options
author | Daniel Hanrahan <daniel.hanrahan@est.tech> | 2024-07-09 12:31:10 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2024-07-09 12:31:10 +0000 |
commit | 76c1369b1540ed0dd72bf8ae5c7c22da40220ea8 (patch) | |
tree | 447a6576f3b6a5cb80ffa1cff32988311e77e341 /csit/run-csit.sh | |
parent | ef58dce98c142384b65e6cbacacb58387730da5d (diff) | |
parent | 3a9613f75519176efb2eb50bde88f268535e0ca9 (diff) |
Merge "Setup automated tests with two replicas of cps-and-ncmp"
Diffstat (limited to 'csit/run-csit.sh')
-rwxr-xr-x | csit/run-csit.sh | 5 |
1 files changed, 5 insertions, 0 deletions
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 |