Functional Test Updates for I Release
[nonrtric.git] / test / auto-test / FTC900.sh
1 #!/usr/bin/env bash
2
3 #  ============LICENSE_START===============================================
4 #  Copyright (C) 2020-2023 Nordix Foundation. All rights reserved.
5 #  Copyright (C) 2023 OpenInfra Foundation Europe. All rights reserved.
6 #  ========================================================================
7 #  Licensed under the Apache License, Version 2.0 (the "License");
8 #  you may not use this file except in compliance with the License.
9 #  You may obtain a copy of the License at
10 #
11 #       http://www.apache.org/licenses/LICENSE-2.0
12 #
13 #  Unless required by applicable law or agreed to in writing, software
14 #  distributed under the License is distributed on an "AS IS" BASIS,
15 #  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16 #  See the License for the specific language governing permissions and
17 #  limitations under the License.
18 #  ============LICENSE_END=================================================
19 #
20
21 TC_ONELINE_DESCR="Preparation for test of the Control Panel and the Health Check app - populating a number of ric simulators with types and instances"
22
23 #App names to include in the test when running docker, space separated list
24 DOCKER_INCLUDED_IMAGES="CP CR MR A1PMS RICSIM NGW KUBEPROXY"
25
26 #App names to include in the test when running kubernetes, space separated list
27 KUBE_INCLUDED_IMAGES="CP CR MR A1PMS RICSIM KUBEPROXY NGW"
28 #Pre-started app (not started by script) to include in the test when running kubernetes, space separated list
29 KUBE_PRESTARTED_IMAGES=""
30
31 #Ignore image in DOCKER_INCLUDED_IMAGES, KUBE_INCLUDED_IMAGES if
32 #the image is not configured in the supplied env_file
33 #Used for images not applicable to all supported profile
34 CONDITIONALLY_IGNORED_IMAGES="NGW"
35
36 #Supported test environment profiles
37 SUPPORTED_PROFILES="ONAP-KOHN ONAP-LONDON ONAP-MONTREAL  ORAN-G-RELEASE ORAN-H-RELEASE ORAN-I-RELEASE"
38 #Supported run modes
39 SUPPORTED_RUNMODES="DOCKER KUBE"
40
41 . ../common/testcase_common.sh $@
42
43 setup_testenvironment
44
45 #### TEST BEGIN ####
46
47 clean_environment
48
49 start_kube_proxy
50
51 OSC_NUM_RICS=6
52 STD_NUM_RICS=5
53
54 start_ric_simulators  $RIC_SIM_PREFIX"_g1" $OSC_NUM_RICS OSC_2.1.0
55
56 start_ric_simulators  $RIC_SIM_PREFIX"_g2" $STD_NUM_RICS STD_1.1.3
57
58 start_ric_simulators  $RIC_SIM_PREFIX"_g3" $STD_NUM_RICS STD_2.0.0
59
60 if [[ "$A1PMS_FEATURE_LEVEL" == *"NO-DMAAP"* ]]; then
61     :
62 else
63     start_mr #Just to prevent errors in the a1pms log...
64 fi
65
66 start_control_panel $SIM_GROUP/$CONTROL_PANEL_COMPOSE_DIR/$CONTROL_PANEL_CONFIG_FILE
67
68 if [ ! -z "$NRT_GATEWAY_APP_NAME" ]; then
69     start_gateway $SIM_GROUP/$NRT_GATEWAY_COMPOSE_DIR/$NRT_GATEWAY_CONFIG_FILE
70 fi
71
72 start_a1pms NORPOXY $SIM_GROUP/$A1PMS_COMPOSE_DIR/$A1PMS_CONFIG_FILE
73
74 use_a1pms_rest_http
75
76
77
78 prepare_a1pms_config      NOSDNC  ".a1pms_config.json"
79
80 if [ $RUNMODE == "KUBE" ]; then
81     a1pms_load_config                       ".a1pms_config.json"
82 else
83     a1pms_api_put_configuration 200 ".a1pms_config.json"
84 fi
85
86 sleep_wait 120 "Let A1PMS configuration take effect"
87
88 a1pms_api_get_status 200
89
90 # Print the A1 version for OSC
91 for ((i=1; i<=$OSC_NUM_RICS; i++))
92 do
93     sim_print $RIC_SIM_PREFIX"_g1_"$i interface
94 done
95
96
97 # Print the A1 version for STD
98 for ((i=1; i<=$STD_NUM_RICS; i++))
99 do
100     sim_print $RIC_SIM_PREFIX"_g2_"$i interface
101 done
102
103 # Print the A1 version for STD 2.X
104 for ((i=1; i<=$STD_NUM_RICS; i++))
105 do
106     sim_print $RIC_SIM_PREFIX"_g3_"$i interface
107 done
108
109 # Load the policytypes in osc
110 for ((i=1; i<=$OSC_NUM_RICS; i++))
111 do
112     sim_put_policy_type 201 $RIC_SIM_PREFIX"_g1_"$i 2 testdata/OSC/sim_hw.json
113     sim_put_policy_type 201 $RIC_SIM_PREFIX"_g1_"$i 100 testdata/OSC/sim_qos.json
114     sim_put_policy_type 201 $RIC_SIM_PREFIX"_g1_"$i 20008 testdata/OSC/sim_tsa.json
115 done
116
117
118 #Check the number of schemas and the individual schemas in OSC
119 a1pms_equal json:policy-types 4 300
120
121 for ((i=1; i<=$OSC_NUM_RICS; i++))
122 do
123     a1pms_equal json:policy-types?ric_id=$RIC_SIM_PREFIX"_g1_"$i 3 120
124 done
125
126 # Check the schemas in OSC
127 for ((i=1; i<=$OSC_NUM_RICS; i++))
128 do
129     a1pms_api_get_policy_type 200 2 testdata/OSC/hw-a1pms-modified.json
130     a1pms_api_get_policy_type 200 100 testdata/OSC/qos-a1pms-modified.json
131     a1pms_api_get_policy_type 200 20008 testdata/OSC/tsa-a1pms-modified.json
132 done
133
134 # Load the policytypes in std
135 for ((i=1; i<=$STD_NUM_RICS; i++))
136 do
137     sim_put_policy_type 201 $RIC_SIM_PREFIX"_g3_"$i STD_QOS_0_2_0 demo-testdata/STD2/sim_qos.json
138     sim_put_policy_type 201 $RIC_SIM_PREFIX"_g3_"$i STD_QOS2_0.1.0 demo-testdata/STD2/sim_qos2.json
139 done
140
141 #Check the number of schemas and the individual schemas in STD
142 a1pms_equal json:policy-types 6 120
143
144 for ((i=1; i<=$STD_NUM_RICS; i++))
145 do
146     a1pms_equal json:policy-types?ric_id=$RIC_SIM_PREFIX"_g3_"$i 2 120
147 done
148
149 # Check the schemas in STD
150 for ((i=1; i<=$STD_NUM_RICS; i++))
151 do
152     a1pms_api_get_policy_type 200 STD_QOS_0_2_0 demo-testdata/STD2/qos-a1pms-modified.json
153     a1pms_api_get_policy_type 200 'STD_QOS2_0.1.0' demo-testdata/STD2/qos2-a1pms-modified.json
154 done
155
156 # Create policies
157 use_a1pms_rest_http
158
159 a1pms_api_put_service 201 "Emergency-response-app" 0 "$CR_SERVICE_APP_PATH_0/1"
160
161 notificationurl=$CR_SERVICE_APP_PATH_0"/test"
162
163 # Create policies in OSC
164 for ((i=1; i<=$OSC_NUM_RICS; i++))
165 do
166     sim_generate_policy_uuid
167     a1pms_api_put_policy 201 "Emergency-response-app" $RIC_SIM_PREFIX"_g1_"$i 2 $((2000+$i)) NOTRANSIENT $notificationurl testdata/OSC/pihw_template.json 1
168     sim_generate_policy_uuid
169     a1pms_api_put_policy 201 "Emergency-response-app" $RIC_SIM_PREFIX"_g1_"$i 100 $((3000+$i)) NOTRANSIENT $notificationurl testdata/OSC/piqos_template.json 1
170     sim_generate_policy_uuid
171     a1pms_api_put_policy 201 "Emergency-response-app" $RIC_SIM_PREFIX"_g1_"$i 20008 $((4000+$i)) NOTRANSIENT $notificationurl testdata/OSC/pitsa_template.json 1
172 done
173
174
175 # Check the number of policies in OSC
176 for ((i=1; i<=$OSC_NUM_RICS; i++))
177 do
178     sim_equal $RIC_SIM_PREFIX"_g1_"$i num_instances 3
179 done
180
181
182 # Create policies in STD
183 for ((i=1; i<=$STD_NUM_RICS; i++))
184 do
185     sim_generate_policy_uuid
186     a1pms_api_put_policy 201 "Emergency-response-app" $RIC_SIM_PREFIX"_g2_"$i NOTYPE $((2100+$i)) NOTRANSIENT $notificationurl testdata/STD/pi1_template.json 1
187     sim_generate_policy_uuid
188     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
189     sim_generate_policy_uuid
190     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
191 done
192
193
194 # Check the number of policies in STD
195 for ((i=1; i<=$STD_NUM_RICS; i++))
196 do
197     sim_equal $RIC_SIM_PREFIX"_g2_"$i num_instances 1
198     sim_equal $RIC_SIM_PREFIX"_g3_"$i num_instances 2
199 done
200
201 check_a1pms_logs
202
203 #### TEST COMPLETE ####
204
205 store_logs          END
206
207 print_result
208
209 auto_clean_environment