Function test updates
[nonrtric.git] / test / auto-test / FTC2001.sh
1 #!/usr/bin/env bash
2
3 #  ============LICENSE_START===============================================
4 #  Copyright (C) 2020 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="Testing southbound proxy for A1PMS and ICS"
21
22 #App names to include in the test when running docker, space separated list
23 DOCKER_INCLUDED_IMAGES="CBS CONSUL CP CR MR A1PMS RICSIM ICS PRODSTUB HTTPPROXY NGW KUBEPROXY"
24
25 #App names to include in the test when running kubernetes, space separated list
26 KUBE_INCLUDED_IMAGES=" MR CR A1PMS PRODSTUB RICSIM CP ICS 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="CBS CONSUL NGW"
34
35 #Supported test environment profiles
36 SUPPORTED_PROFILES="ONAP-HONOLULU ONAP-ISTANBUL ONAP-JAKARTA ONAP-KOHN ONAP-LONDON  ORAN-CHERRY ORAN-D-RELEASE ORAN-E-RELEASE 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 use_simulator_https
52 use_ics_rest_https
53 use_prod_stub_https
54
55 if [ "$A1PMS_VERSION" == "V2" ]; then
56     notificationurl=$CR_SERVICE_APP_PATH_0"/test"
57 else
58    echo "A1PMS VERSION 2 (V2) is required"
59    exit 1
60 fi
61
62 clean_environment
63
64 start_kube_proxy
65
66 STD_NUM_RICS=2
67
68 start_http_proxy
69
70 start_ric_simulators $RIC_SIM_PREFIX"_g3" $STD_NUM_RICS STD_2.0.0
71
72 start_mr #Just to prevent errors in the a1pms log...
73
74 start_control_panel $SIM_GROUP/$CONTROL_PANEL_COMPOSE_DIR/$CONTROL_PANEL_CONFIG_FILE
75
76 if [ ! -z "$NRT_GATEWAY_APP_NAME" ]; then
77     start_gateway $SIM_GROUP/$NRT_GATEWAY_COMPOSE_DIR/$NRT_GATEWAY_CONFIG_FILE
78 fi
79
80 start_a1pms PROXY $SIM_GROUP/$A1PMS_COMPOSE_DIR/$A1PMS_CONFIG_FILE
81
82 __CONFIG_HEADER="NOHEADER"
83 if [ $RUNMODE == "KUBE" ]; then
84     __CONFIG_HEADER="HEADER"
85 else
86     if [[ "$A1PMS_FEATURE_LEVEL" == *"NOCONSUL"* ]]; then
87     __CONFIG_HEADER="HEADER"
88     fi
89 fi
90
91 prepare_consul_config      NOSDNC  ".consul_config.json" $__CONFIG_HEADER
92
93 if [ $RUNMODE == "KUBE" ]; then
94     a1pms_load_config                       ".consul_config.json"
95 else
96     if [[ "$A1PMS_FEATURE_LEVEL" == *"NOCONSUL"* ]]; then
97         a1pms_api_put_configuration 200 ".consul_config.json"
98     else
99         start_consul_cbs
100         consul_config_app                   ".consul_config.json"
101     fi
102 fi
103
104 start_cr 1
105
106 start_prod_stub
107
108 start_ics PROXY $SIM_GROUP/$ICS_COMPOSE_DIR/$ICS_CONFIG_FILE
109
110 set_a1pms_trace
111
112 set_ics_debug
113
114 sleep_wait 120 "Let A1PMS cofiguration take effect"
115
116 a1pms_api_get_status 200
117
118 # Print the A1 version for STD 2.X
119 for ((i=1; i<=$STD_NUM_RICS; i++))
120 do
121     sim_print $RIC_SIM_PREFIX"_g3_"$i interface
122 done
123 # Load the polictypes in std
124 for ((i=1; i<=$STD_NUM_RICS; i++))
125 do
126     sim_put_policy_type 201 $RIC_SIM_PREFIX"_g3_"$i STD_QOS_0_2_0 demo-testdata/STD2/sim_qos.json
127     sim_put_policy_type 201 $RIC_SIM_PREFIX"_g3_"$i STD_QOS2_0.1.0 demo-testdata/STD2/sim_qos2.json
128 done
129
130 #Check the number of schemas and the individual schemas in STD
131 a1pms_equal json:policy-types 2 120
132
133 for ((i=1; i<=$STD_NUM_RICS; i++))
134 do
135     a1pms_equal json:policy-types?ric_id=$RIC_SIM_PREFIX"_g3_"$i 2 120
136 done
137
138 # Check the schemas in STD
139 for ((i=1; i<=$STD_NUM_RICS; i++))
140 do
141     a1pms_api_get_policy_type 200 STD_QOS_0_2_0 demo-testdata/STD2/qos-a1pms-modified.json
142     a1pms_api_get_policy_type 200 'STD_QOS2_0.1.0' demo-testdata/STD2/qos2-a1pms-modified.json
143 done
144
145 #Check the number of types
146 a1pms_equal json:policy-types 2 300
147
148 a1pms_api_put_service 201 "Emergency-response-app" 0 "$CR_SERVICE_APP_PATH_0/1"
149
150 # Create policies in STD
151 for ((i=1; i<=$STD_NUM_RICS; i++))
152 do
153     generate_policy_uuid
154     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
155     generate_policy_uuid
156     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
157 done
158
159
160 # Check the number of policies in STD
161 for ((i=1; i<=$STD_NUM_RICS; i++))
162 do
163     sim_equal $RIC_SIM_PREFIX"_g3_"$i num_instances 2
164 done
165
166 # Print calling hosts STD 2.X
167 for ((i=1; i<=$STD_NUM_RICS; i++))
168 do
169     sim_print $RIC_SIM_PREFIX"_g3_"$i remote_hosts
170     sim_contains_str $RIC_SIM_PREFIX"_g3_"$i remote_hosts proxy
171 done
172
173 FLAT_A1_EI="1"
174
175 CB_JOB="$PROD_STUB_SERVICE_PATH$PROD_STUB_JOB_CALLBACK"
176 CB_SV="$PROD_STUB_SERVICE_PATH$PROD_STUB_SUPERVISION_CALLBACK"
177 RIC_G1_1=$RIC_SIM_PREFIX"_g3_1"
178 RIC_G1_2=$RIC_SIM_PREFIX"_g3_2"
179 if [ $RUNMODE == "KUBE" ]; then
180     RIC_G1_1=$(get_kube_sim_host $RIC_G1_1)
181     RIC_G1_2=$(get_kube_sim_host $RIC_G1_2)
182 fi
183 TARGET1="$RIC_SIM_HTTPX://$RIC_G1_1:$RIC_SIM_PORT/datadelivery"
184 TARGET2="$RIC_SIM_HTTPX://$RIC_G1_1:$RIC_SIM_PORT/datadelivery"
185
186 STATUS1="$CR_SERVICE_APP_PATH_0/job1-status"
187 STATUS2="$CR_SERVICE_APP_PATH_0/job2-status"
188
189 prodstub_arm_producer 200 prod-a
190 prodstub_arm_type 200 prod-a type1
191 prodstub_arm_job_create 200 prod-a job1
192 prodstub_arm_job_create 200 prod-a job2
193
194 ### ics status
195 ics_api_service_status 200
196
197 if [[ "$ICS_FEATURE_LEVEL" == *"TYPE-SUBSCRIPTIONS"* ]]; then
198     #Type registration status callbacks
199     TYPESTATUS1="$CR_SERVICE_APP_PATH_0/type-status1"
200
201     ics_api_idc_put_subscription 201 subscription-id-1 owner1 $TYPESTATUS1
202
203     ics_api_idc_get_subscription_ids 200 owner1 subscription-id-1
204 fi
205
206 ## Setup prod-a
207 if [ $ICS_VERSION == "V1-1" ]; then
208     ics_api_edp_put_producer 201 prod-a $CB_JOB/prod-a $CB_SV/prod-a type1 testdata/ics/ei-type-1.json
209
210     ics_api_edp_get_producer 200 prod-a $CB_JOB/prod-a $CB_SV/prod-a type1 testdata/ics/ei-type-1.json
211 else
212     ics_api_edp_put_type_2 201 type1 testdata/ics/ei-type-1.json
213
214     ics_api_edp_put_producer_2 201 prod-a $CB_JOB/prod-a $CB_SV/prod-a type1
215
216     ics_api_edp_get_producer_2 200 prod-a $CB_JOB/prod-a $CB_SV/prod-a type1
217 fi
218
219 ics_api_edp_get_producer_status 200 prod-a ENABLED
220
221
222 ## Create a job for prod-a
223 ## job1 - prod-a
224 if [  -z "$FLAT_A1_EI" ]; then
225     ics_api_a1_put_job 201 type1 job1 $TARGET1 ricsim_g3_1 testdata/ics/job-template.json
226 else
227     ics_api_a1_put_job 201 job1 type1 $TARGET1 ricsim_g3_1 $STATUS1 testdata/ics/job-template.json
228 fi
229
230 # Check the job data in the producer
231 if [ $ICS_VERSION == "V1-1" ]; then
232     prodstub_check_jobdata 200 prod-a job1 type1 $TARGET1 ricsim_g3_1 testdata/ics/job-template.json
233 else
234     if [[ "$ICS_FEATURE_LEVEL" != *"INFO-TYPES"* ]]; then
235         prodstub_check_jobdata_2 200 prod-a job1 type1 $TARGET1 ricsim_g3_1 testdata/ics/job-template.json
236     else
237         prodstub_check_jobdata_3 200 prod-a job1 type1 $TARGET1 ricsim_g3_1 testdata/ics/job-template.json
238     fi
239 fi
240
241
242 ## Create a second job for prod-a
243 ## job2 - prod-a
244 if [  -z "$FLAT_A1_EI" ]; then
245     ics_api_a1_put_job 201 type1 job2 $TARGET2 ricsim_g3_2 testdata/ics/job-template.json
246 else
247     ics_api_a1_put_job 201 job2 type1 $TARGET2 ricsim_g3_2 $STATUS2 testdata/ics/job-template.json
248 fi
249
250 # Check the job data in the producer
251 if [ $ICS_VERSION == "V1-1" ]; then
252     prodstub_check_jobdata 200 prod-a job2 type1 $TARGET2 ricsim_g3_2 testdata/ics/job-template.json
253 else
254     if [[ "$ICS_FEATURE_LEVEL" != *"INFO-TYPES"* ]]; then
255         prodstub_check_jobdata_2 200 prod-a job2 type1 $TARGET2 ricsim_g3_2 testdata/ics/job-template.json
256     else
257         prodstub_check_jobdata_3 200 prod-a job2 type1 $TARGET2 ricsim_g3_2 testdata/ics/job-template.json
258     fi
259 fi
260
261 # Arm producer prod-a for supervision failure
262 prodstub_arm_producer 200 prod-a 400
263
264 # Wait for producer prod-a to go disabled
265 ics_api_edp_get_producer_status 200 prod-a DISABLED 360
266
267 if [[ "$ICS_FEATURE_LEVEL" == *"INFO-TYPES"* ]]; then
268     ics_equal json:data-producer/v1/info-producers 0 1000
269 else
270     ics_equal json:ei-producer/v1/eiproducers 0 1000
271 fi
272
273 if [[ "$ICS_FEATURE_LEVEL" == *"TYPE-SUBSCRIPTIONS"* ]]; then
274     cr_equal 0 received_callbacks 3 30
275     cr_api_check_all_ics_subscription_events 200 0 type-status1 type1 testdata/ics/ei-type-1.json REGISTERED
276     cr_api_check_all_ics_events 200 0 job1-status DISABLED
277     cr_api_check_all_ics_events 200 0 job2-status DISABLED
278 else
279     cr_equal 0 received_callbacks 2 30
280     cr_api_check_all_ics_events 200 0 job1-status DISABLED
281     cr_api_check_all_ics_events 200 0 job2-status DISABLED
282 fi
283
284 cr_contains_str 0 remote_hosts $HTTP_PROXY_APP_NAME
285
286 check_a1pms_logs
287 check_ics_logs
288
289 #### TEST COMPLETE ####
290
291 store_logs          END
292
293 print_result
294
295 auto_clean_environment