Updated test env documentation
[nonrtric.git] / test / auto-test / ONAP_UC.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
21 TC_ONELINE_DESCR="ONAP Use case REQ-626"
22 #App names to include in the test when running docker, space separated list
23 DOCKER_INCLUDED_IMAGES="CP CR MR DMAAPMR A1PMS RICSIM SDNC NGW KUBEPROXY"
24
25 #App names to include in the test when running kubernetes, space separated list
26 KUBE_INCLUDED_IMAGES="CP CR MR DMAAPMR A1PMS RICSIM SDNC KUBEPROXY NGW"
27 #Pre-started 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 "
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 if [[ "$A1PMS_FEATURE_LEVEL" == *"NO-DMAAP"* ]]; then
59     :
60 else
61     use_mr_https
62 fi
63 __httpx="HTTPS"
64 notificationurl=$CR_SERVICE_APP_PATH_0"/test"
65
66 sim_generate_policy_uuid
67
68 # Tested variants of REST/DMAAP/SDNC config
69
70
71 if [[ "$A1PMS_FEATURE_LEVEL" == *"NO-DMAAP"* ]]; then
72     TESTED_VARIANTS="REST   REST+SDNC"
73 else
74     TESTED_VARIANTS="REST   DMAAP   REST+SDNC   DMAAP+SDNC"
75 fi
76
77 for interface in $TESTED_VARIANTS ; do
78
79     echo "#####################################################################"
80     echo "#####################################################################"
81     echo "### Testing a1pms: $interface using https"
82     echo "#####################################################################"
83     echo "#####################################################################"
84
85     clean_environment
86
87     start_kube_proxy
88
89     if [[ $interface = *"DMAAP"* ]]; then
90         use_a1pms_dmaap_https
91     else
92         use_a1pms_rest_https
93     fi
94
95     OSC_NUM_RICS=1
96     STD_NUM_RICS=1
97
98     start_ric_simulators  $RIC_SIM_PREFIX"_g1" $OSC_NUM_RICS OSC_2.1.0
99
100     start_ric_simulators  $RIC_SIM_PREFIX"_g2" $STD_NUM_RICS STD_1.1.3
101
102     start_ric_simulators $RIC_SIM_PREFIX"_g3" $STD_NUM_RICS STD_2.0.0
103
104     if [[ "$A1PMS_FEATURE_LEVEL" == *"NO-DMAAP"* ]]; then
105         :
106     else
107         start_mr    "$MR_READ_TOPIC"  "/events" "users/policy-agent" \
108                     "$MR_WRITE_TOPIC" "/events" "users/mr-stub"
109     fi
110
111     start_control_panel $SIM_GROUP/$CONTROL_PANEL_COMPOSE_DIR/$CONTROL_PANEL_CONFIG_FILE
112
113     if [ ! -z "$NRT_GATEWAY_APP_NAME" ]; then
114         start_gateway $SIM_GROUP/$NRT_GATEWAY_COMPOSE_DIR/$NRT_GATEWAY_CONFIG_FILE
115     fi
116
117
118
119     if [[ $interface = *"SDNC"* ]]; then
120         start_sdnc
121         controller_api_wait_for_status_ok 200 ricsim_g1_1
122         prepare_a1pms_config      SDNC    ".a1pms_config.json"
123     else
124         prepare_a1pms_config      NOSDNC  ".a1pms_config.json"
125     fi
126
127     start_a1pms NORPOXY $SIM_GROUP/$A1PMS_COMPOSE_DIR/$A1PMS_CONFIG_FILE
128
129     set_a1pms_trace
130
131     if [ $RUNMODE == "KUBE" ]; then
132         a1pms_load_config                       ".a1pms_config.json"
133     else
134         #Temporary switch to http/https if dmaap use. Otherwise it is not possible to push config
135         if [ $__httpx == "HTTPS" ]; then
136             use_a1pms_rest_https
137         else
138             use_a1pms_rest_http
139         fi
140         a1pms_api_put_configuration 200 ".a1pms_config.json"
141         if [ $__httpx == "HTTPS" ]; then
142             if [[ $interface = *"DMAAP"* ]]; then
143                 use_a1pms_dmaap_https
144             else
145                 use_a1pms_rest_https
146             fi
147         else
148             if [[ $interface = *"DMAAP"* ]]; then
149                 use_a1pms_dmaap_http
150             else
151                 use_a1pms_rest_http
152             fi
153         fi
154     fi
155
156     # Check that all rics are synced in
157     a1pms_equal json:rics 3 300
158
159     a1pms_api_get_status 200
160
161     # Print the A1 version for OSC
162     for ((i=1; i<=$OSC_NUM_RICS; i++))
163     do
164         sim_print $RIC_SIM_PREFIX"_g1_"$i interface
165     done
166
167
168     # Print the A1 version for STD 1.X
169     for ((i=1; i<=$STD_NUM_RICS; i++))
170     do
171         sim_print $RIC_SIM_PREFIX"_g2_"$i interface
172     done
173
174     # Print the A1 version for STD 2.X
175     for ((i=1; i<=$STD_NUM_RICS; i++))
176     do
177         sim_print $RIC_SIM_PREFIX"_g3_"$i interface
178     done
179
180     #################################################################
181     ## REQ: Synchronize A1 Policy Information in RAN
182     #################################################################
183
184     # Load the policytypes in osc
185     for ((i=1; i<=$OSC_NUM_RICS; i++))
186     do
187         sim_put_policy_type 201 $RIC_SIM_PREFIX"_g1_"$i 100 demo-testdata/OSC/sim_qos.json
188         sim_put_policy_type 201 $RIC_SIM_PREFIX"_g1_"$i 20008 demo-testdata/OSC/sim_tsa.json
189     done
190
191     #Check the number of schemas and the individual schemas in OSC
192     a1pms_equal json:policy-types 3 300
193
194     for ((i=1; i<=$OSC_NUM_RICS; i++))
195     do
196         a1pms_equal json:policy-types?ric_id=$RIC_SIM_PREFIX"_g1_"$i 2 120
197     done
198
199     # Check the schemas in OSC
200     for ((i=1; i<=$OSC_NUM_RICS; i++))
201     do
202         a1pms_api_get_policy_type 200 100 demo-testdata/OSC/qos-a1pms-modified.json
203         a1pms_api_get_policy_type 200 20008 demo-testdata/OSC/tsa-a1pms-modified.json
204     done
205
206
207     # Load the policytypes in std
208     for ((i=1; i<=$STD_NUM_RICS; i++))
209     do
210         sim_put_policy_type 201 $RIC_SIM_PREFIX"_g3_"$i STD_QOS_0_2_0 demo-testdata/STD2/sim_qos.json
211         sim_put_policy_type 201 $RIC_SIM_PREFIX"_g3_"$i STD_QOS2_0.1.0 demo-testdata/STD2/sim_qos2.json
212     done
213
214     #Check the number of schemas and the individual schemas in STD
215     a1pms_equal json:policy-types 5 120
216
217     for ((i=1; i<=$STD_NUM_RICS; i++))
218     do
219         a1pms_equal json:policy-types?ric_id=$RIC_SIM_PREFIX"_g3_"$i 2 120
220     done
221
222     # Check the schemas in STD
223     for ((i=1; i<=$STD_NUM_RICS; i++))
224     do
225         a1pms_api_get_policy_type 200 STD_QOS_0_2_0 demo-testdata/STD2/qos-a1pms-modified.json
226         a1pms_api_get_policy_type 200 'STD_QOS2_0.1.0' demo-testdata/STD2/qos2-a1pms-modified.json
227     done
228
229     #Check the number of types
230     a1pms_equal json:policy-types 5 120
231
232     #################################################################
233     ##  REQ: A1 Policy Type / Instance Operations
234     #################################################################
235
236     # Create policies
237     use_a1pms_rest_http
238
239     a1pms_api_put_service 201 "Emergency-response-app" 0 "$CR_SERVICE_APP_PATH_0/1"
240
241     # Create policies in OSC
242     for ((i=1; i<=$OSC_NUM_RICS; i++))
243     do
244         a1pms_api_put_policy 201 "Emergency-response-app" $RIC_SIM_PREFIX"_g1_"$i 100 $((3000+$i)) NOTRANSIENT $notificationurl demo-testdata/OSC/piqos_template.json 1
245         a1pms_api_put_policy 201 "Emergency-response-app" $RIC_SIM_PREFIX"_g1_"$i 20008 $((4000+$i)) NOTRANSIENT $notificationurl demo-testdata/OSC/pitsa_template.json 1
246     done
247
248
249     # Check the number of policies in OSC
250     for ((i=1; i<=$OSC_NUM_RICS; i++))
251     do
252         sim_equal $RIC_SIM_PREFIX"_g1_"$i num_instances 2
253     done
254
255
256     # Create policies in STD
257     for ((i=1; i<=$STD_NUM_RICS; i++))
258     do
259         a1pms_api_put_policy 201 "Emergency-response-app" $RIC_SIM_PREFIX"_g2_"$i NOTYPE $((2100+$i)) NOTRANSIENT $notificationurl demo-testdata/STD/pi1_template.json 1
260         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
261         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
262     done
263
264
265     # Check the number of policies in STD
266     for ((i=1; i<=$STD_NUM_RICS; i++))
267     do
268         sim_equal $RIC_SIM_PREFIX"_g2_"$i num_instances 1
269         sim_equal $RIC_SIM_PREFIX"_g3_"$i num_instances 2
270     done
271
272     #################################################################
273     ##  REQ: A1 Policy Instance Status Operations
274     #################################################################
275
276     # Check status STD
277     for ((i=1; i<=$STD_NUM_RICS; i++))
278     do
279         a1pms_api_get_policy_status 200 $((2100+$i)) STD "UNDEFINED"
280         a1pms_api_get_policy_status 200 $((2300+$i)) STD2 EMPTY EMPTY
281         a1pms_api_get_policy_status 200 $((2400+$i)) STD2 EMPTY EMPTY
282     done
283
284     # Check status OSC
285     VAL='NOT IN EFFECT'
286     for ((i=1; i<=$OSC_NUM_RICS; i++))
287     do
288         a1pms_api_get_policy_status 200 $((3000+$i)) OSC "$VAL" "false"
289         a1pms_api_get_policy_status 200 $((4000+$i)) OSC "$VAL" "false"
290     done
291
292     # Note: Status callback is not tested since this callback (http POST) is made from the
293     # ricsim directly to the receiver of the status, i.e. the status does NOT
294     # pass through A1PMS
295
296     check_a1pms_logs
297
298     if [[ $interface = *"SDNC"* ]]; then
299         check_sdnc_logs
300     fi
301
302     #### TEST COMPLETE ####
303
304     store_logs          "https__${interface}"
305
306 done
307
308 print_result
309
310 auto_clean_environment