e252e1d114af405569d9a7267f601f930000d8f6
[nonrtric.git] / test / auto-test / PM_EI_DEMO.sh
1 #!/usr/bin/env bash
2
3 #  ============LICENSE_START===============================================
4 #  Copyright (C) 2020-2023 Nordix Foundation. All rights reserved.
5 #  ========================================================================
6 #  Licensed under the Apache License, Version 2.0 (the "License");
7 #  you may not use this file except in compliance with the License.
8 #  You may obtain a copy of the License at
9 #
10 #       http://www.apache.org/licenses/LICENSE-2.0
11 #
12 #  Unless required by applicable law or agreed to in writing, software
13 #  distributed under the License is distributed on an "AS IS" BASIS,
14 #  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15 #  See the License for the specific language governing permissions and
16 #  limitations under the License.
17 #  ============LICENSE_END=================================================
18 #
19
20 TC_ONELINE_DESCR="Preparation demo setup  - policy management and information information"
21
22 #App names to include in the test when running docker, space separated list
23 DOCKER_INCLUDED_IMAGES="CP CR MR A1PMS RICSIM SDNC ICS PRODSTUB RC HTTPPROXY KUBEPROXY NGW"
24
25 #App names to include in the test when running kubernetes, space separated list
26 KUBE_INCLUDED_IMAGES=" MR CR A1PMS RC PRODSTUB RICSIM CP ICS SDNC HTTPPROXY KUBEPROXY NGW"
27 #Prestarted app (not started by script) to include in the test when running kubernetes, space separated list
28 KUBE_PRESTARTED_IMAGES=""
29
30 #Ignore image in DOCKER_INCLUDED_IMAGES, KUBE_INCLUDED_IMAGES if
31 #the image is not configured in the supplied env_file
32 #Used for images not applicable to all supported profile
33 CONDITIONALLY_IGNORED_IMAGES="NGW"
34
35 #Supported test environment profiles
36 SUPPORTED_PROFILES="ONAP-JAKARTA ONAP-KOHN ONAP-LONDON  ORAN-F-RELEASE ORAN-G-RELEASE ORAN-H-RELEASE"
37 #Supported run modes
38 SUPPORTED_RUNMODES="DOCKER KUBE"
39
40 . ../common/testcase_common.sh $@
41
42 setup_testenvironment
43
44 #### TEST BEGIN ####
45
46 #Local vars in test script
47 ##########################
48
49 use_cr_https
50 use_a1pms_rest_https
51 if [[ "$SDNC_FEATURE_LEVEL" == *"NO_NB_HTTPS"* ]]; then
52     deviation "SDNC does not support NB https"
53     use_sdnc_http
54 else
55     use_sdnc_https
56 fi
57 use_simulator_https
58 use_ics_rest_https
59 use_prod_stub_https
60 use_rapp_catalogue_https
61
62
63 notificationurl=$CR_SERVICE_APP_PATH_0"/test"
64
65 clean_environment
66
67 start_kube_proxy
68
69 STD_NUM_RICS=2
70
71 #start_http_proxy  #Remove the comment on this line, comment out 'start_sdnc' and change SDNC to NOSDNC a few lines below to run with proxy
72
73 start_ric_simulators $RIC_SIM_PREFIX"_g3" $STD_NUM_RICS STD_2.0.0
74
75 if [[ "$A1PMS_FEATURE_LEVEL" == *"NO-DMAAP"* ]]; then
76     :
77 else
78     start_mr #Just to prevent errors in the a1pms log...
79 fi
80
81 start_control_panel $SIM_GROUP/$CONTROL_PANEL_COMPOSE_DIR/$CONTROL_PANEL_CONFIG_FILE
82
83 if [ ! -z "$NRT_GATEWAY_APP_NAME" ]; then
84     start_gateway $SIM_GROUP/$NRT_GATEWAY_COMPOSE_DIR/$NRT_GATEWAY_CONFIG_FILE
85 fi
86
87 start_sdnc    # Comment this line to run A1PMS with proxy
88 controller_api_wait_for_status_ok 200 ricsim_g3_1 # Comment this line to run A1PMS with proxy
89
90 start_a1pms PROXY $SIM_GROUP/$A1PMS_COMPOSE_DIR/$A1PMS_CONFIG_FILE
91
92
93
94 prepare_a1pms_config      SDNC  ".a1pms_config.json"  #Change to NOSDNC if running A1PMS with  proxy
95
96 if [ $RUNMODE == "KUBE" ]; then
97     a1pms_load_config                       ".a1pms_config.json"
98 else
99     a1pms_api_put_configuration 200 ".a1pms_config.json"
100 fi
101
102 start_cr 1
103
104 start_prod_stub
105
106 start_ics PROXY $SIM_GROUP/$ICS_COMPOSE_DIR/$ICS_CONFIG_FILE
107
108 start_rapp_catalogue
109
110 set_a1pms_trace
111
112 set_ics_trace
113
114 rapp_cat_api_get_services 200 EMPTY
115
116 rapp_cat_api_put_service 201 "Emergency-response-app" v1 "Emergency-response-app" "Emergency-response-app"
117
118 rapp_cat_api_get_services 200 "Emergency-response-app" v1 "Emergency-response-app" "Emergency-response-app"
119
120 sleep_wait 120 "Let A1PMS cofiguration take effect"
121
122 a1pms_api_get_status 200
123
124 # Print the A1 version for STD 2.X
125 for ((i=1; i<=$STD_NUM_RICS; i++))
126 do
127     sim_print $RIC_SIM_PREFIX"_g3_"$i interface
128 done
129 # Load the polictypes in std
130 for ((i=1; i<=$STD_NUM_RICS; i++))
131 do
132     sim_put_policy_type 201 $RIC_SIM_PREFIX"_g3_"$i STD_QOS_0_2_0 demo-testdata/STD2/sim_qos.json
133     sim_put_policy_type 201 $RIC_SIM_PREFIX"_g3_"$i STD_QOS2_0.1.0 demo-testdata/STD2/sim_qos2.json
134 done
135
136 #Check the number of schemas and the individual schemas in STD
137 a1pms_equal json:policy-types 2 120
138
139 for ((i=1; i<=$STD_NUM_RICS; i++))
140 do
141     a1pms_equal json:policy-types?ric_id=$RIC_SIM_PREFIX"_g3_"$i 2 120
142 done
143
144 # Check the schemas in STD
145 for ((i=1; i<=$STD_NUM_RICS; i++))
146 do
147     a1pms_api_get_policy_type 200 STD_QOS_0_2_0 demo-testdata/STD2/qos-a1pms-modified.json
148     a1pms_api_get_policy_type 200 'STD_QOS2_0.1.0' demo-testdata/STD2/qos2-a1pms-modified.json
149 done
150
151 #Check the number of types
152 a1pms_equal json:policy-types 2 300
153
154 a1pms_api_put_service 201 "Emergency-response-app" 0 "$CR_SERVICE_APP_PATH_0/1"
155
156 # Create policies in STD
157 for ((i=1; i<=$STD_NUM_RICS; i++))
158 do
159     sim_generate_policy_uuid
160     a1pms_api_put_policy 201 "Emergency-response-app" $RIC_SIM_PREFIX"_g3_"$i STD_QOS_0_2_0 $((2300+$i)) NOTRANSIENT $notificationurl demo-testdata/STD2/pi1_template.json 1
161     sim_generate_policy_uuid
162     a1pms_api_put_policy 201 "Emergency-response-app" $RIC_SIM_PREFIX"_g3_"$i 'STD_QOS2_0.1.0' $((2400+$i)) NOTRANSIENT $notificationurl demo-testdata/STD2/pi1_template.json 1
163 done
164
165
166 # Check the number of policies in STD
167 for ((i=1; i<=$STD_NUM_RICS; i++))
168 do
169     sim_equal $RIC_SIM_PREFIX"_g3_"$i num_instances 2
170 done
171
172 # Print calling hosts STD 2.X
173 for ((i=1; i<=$STD_NUM_RICS; i++))
174 do
175     sim_print $RIC_SIM_PREFIX"_g3_"$i remote_hosts
176 done
177
178 CB_JOB="$PROD_STUB_SERVICE_PATH$PROD_STUB_JOB_CALLBACK"
179 CB_SV="$PROD_STUB_SERVICE_PATH$PROD_STUB_SUPERVISION_CALLBACK"
180 RIC_G1_1=$RIC_SIM_PREFIX"_g3_1"
181 RIC_G1_2=$RIC_SIM_PREFIX"_g3_2"
182 if [ $RUNMODE == "KUBE" ]; then
183     RIC_G1_1=$(get_kube_sim_host $RIC_G1_1)
184     RIC_G1_2=$(get_kube_sim_host $RIC_G1_2)
185 fi
186 TARGET1="$RIC_SIM_HTTPX://$RIC_G1_1:$RIC_SIM_PORT/datadelivery"
187 TARGET2="$RIC_SIM_HTTPX://$RIC_G1_1:$RIC_SIM_PORT/datadelivery"
188
189 STATUS1="$CR_SERVICE_APP_PATH_0/callbacks/job1-status"
190 STATUS2="$CR_SERVICE_APP_PATH_0/callbacks/job2-status"
191
192 prodstub_arm_producer 200 prod-a
193 prodstub_arm_type 200 prod-a type1
194 prodstub_arm_job_create 200 prod-a job1
195 prodstub_arm_job_create 200 prod-a job2
196
197 ### ics status
198 ics_api_service_status 200
199
200 ## Setup prod-a
201 ics_api_edp_put_type_2 201 type1 testdata/ics/ei-type-1.json
202
203 ics_api_edp_put_producer_2 201 prod-a $CB_JOB/prod-a $CB_SV/prod-a type1
204
205 ics_api_edp_get_producer_2 200 prod-a $CB_JOB/prod-a $CB_SV/prod-a type1
206
207 ics_api_edp_get_producer_status 200 prod-a ENABLED
208
209
210 ## Create a job for prod-a
211 ## job1 - prod-a
212 ics_api_a1_put_job 201 job1 type1 $TARGET1 ricsim_g3_1 $STATUS1 testdata/ics/job-template.json
213
214 # Check the job data in the producer
215  prodstub_check_jobdata_3 200 prod-a job1 type1 $TARGET1 ricsim_g3_1 testdata/ics/job-template.json
216
217 ## Create a second job for prod-a
218 ## job2 - prod-a
219 ics_api_a1_put_job 201 job2 type1 $TARGET2 ricsim_g3_2 $STATUS2 testdata/ics/job-template.json
220
221 # Check the job data in the producer
222 prodstub_check_jobdata_3 200 prod-a job2 type1 $TARGET2 ricsim_g3_2 testdata/ics/job-template.json
223
224 check_a1pms_logs
225 check_ics_logs
226 check_sdnc_logs
227
228 #### TEST COMPLETE ####
229
230 store_logs          END
231
232 print_result
233
234 auto_clean_environment