X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fcommon%2Ftest_env-oran-i-release.sh;fp=test%2Fcommon%2Ftest_env-oran-i-release.sh;h=d35ea1e343bfbfd1663fa9d4f0338e26189193ee;hb=53ebb953e0e18e695fd0e807c2f1282ef54ceeee;hp=57402e4a1feb5d22588b38ca8b99dfd713578773;hpb=4a0b93332b6765f604d4394ea34efb0f2ecb4364;p=nonrtric.git diff --git a/test/common/test_env-oran-i-release.sh b/test/common/test_env-oran-i-release.sh index 57402e4a..d35ea1e3 100644 --- a/test/common/test_env-oran-i-release.sh +++ b/test/common/test_env-oran-i-release.sh @@ -2,7 +2,7 @@ # ============LICENSE_START=============================================== # Copyright (C) 2020-2023 Nordix Foundation. All rights reserved. -# Copyright (C) 2023 OpenInfra Foundation Europe. All rights reserved. +# Copyright (C) 2023-2024 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. @@ -289,7 +289,9 @@ A1PMS_DATA_FILE="application_configuration.json" # Container data file A1PMS_CONTAINER_MNT_DIR="/var/policy-management-service" # Mounted dir in the container A1PMS_FEATURE_LEVEL="NO-DMAAP ADAPTER-CLASS" # Space separated list of features A1PMS_ADAPTER_CLASS="" # Class name set by override file -A1PMS_ADAPTER_POLICY_NAME="" # Policy name set by override file +A1PMS_ADAPTER_POLICY_TYPE="" # Policy type set by override file +A1PMS_NOSDNC_ADAPTER_CLASS="" # Class name set by override file +A1PMS_SDNC_ADAPTER_CLASS="" # Class name set by override file ICS_APP_NAME="informationservice" # Name for ICS container ICS_DISPLAY_NAME="Information Coordinator Service" # Display name for ICS container @@ -410,7 +412,7 @@ SDNC_PWD="admin" # SNDC PWD SDNC_PWD="Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U" # SNDC PWD #SDNC_API_URL="/rests/operations/A1-ADAPTER-API:" # Base url path for SNDC API (for upgraded sdnc) SDNC_API_URL="/restconf/operations/A1-ADAPTER-API:" # Base url path for SNDC API -SDNC_ALIVE_URL="/apidoc/explorer/" # Base url path for SNDC API docs (for alive check) +SDNC_ALIVE_URL="/apidoc/explorer/index.html" # Base url path for SNDC API docs (for alive check) SDNC_COMPOSE_DIR="sdnc" SDNC_COMPOSE_FILE="docker-compose-2.yml" SDNC_KUBE_APP_FILE="app2.yaml"