X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fauto-test%2Fverify-jobs-nonrtric.sh;fp=test%2Fauto-test%2Fverify-jobs-nonrtric.sh;h=7bee3fa56eaa25aec6292b91c4f0d235c64b159e;hb=927c17e5aa6123f2c9a5fbd8758d79b8281e7476;hp=d0ad54a6dda26319bc5db32cf73197c499324095;hpb=931e03479a552777755d805972428f8691c5dc1c;p=nonrtric.git diff --git a/test/auto-test/verify-jobs-nonrtric.sh b/test/auto-test/verify-jobs-nonrtric.sh index d0ad54a6..7bee3fa5 100644 --- a/test/auto-test/verify-jobs-nonrtric.sh +++ b/test/auto-test/verify-jobs-nonrtric.sh @@ -1,5 +1,23 @@ #!/bin/bash +# ============LICENSE_START=============================================== +# Copyright (C) 2020-2023 Nordix Foundation. All rights reserved. +# Copyright (C) 2023 OpenInfra Foundation Europe. All rights reserved. +# ======================================================================== +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# ============LICENSE_END================================================= +# + TEST_DIRECTORY="test/auto-test" TEST_SCRIPT="./Suite-Verify-jobs.sh" DOCKER_COMPOSE_VERSION="v2.21.0"