Merge "NONRTRIC - Implement DMaaP mediator producer service in Java"
[nonrtric.git] / test / auto-test / FTC1.sh
1 #!/bin/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
21 TC_ONELINE_DESCR="Sanity test, create service and then create,update and delete a policy using http/https and Agent REST/DMAAP with/without SDNC controller"
22
23 #App names to include in the test when running docker, space separated list
24 DOCKER_INCLUDED_IMAGES="CBS CONSUL CP CR MR DMAAPMR PA RICSIM SDNC NGW KUBEPROXY"
25
26 #App names to include in the test when running kubernetes, space separated list
27 KUBE_INCLUDED_IMAGES="CP CR MR PA RICSIM SDNC KUBEPROXY NGW"
28 #Prestarted 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-GUILIN ONAP-HONOLULU ONAP-ISTANBUL ORAN-CHERRY ORAN-D-RELEASE ORAN-E-RELEASE"
38 #Supported run modes
39 SUPPORTED_RUNMODES="DOCKER KUBE"
40
41 . ../common/testcase_common.sh  $@
42 . ../common/agent_api_functions.sh
43 . ../common/consul_cbs_functions.sh
44 . ../common/control_panel_api_functions.sh
45 . ../common/controller_api_functions.sh
46 . ../common/cr_api_functions.sh
47 . ../common/mr_api_functions.sh
48 . ../common/ricsimulator_api_functions.sh
49 . ../common/http_proxy_api_functions.sh
50 . ../common/kube_proxy_api_functions.sh
51 . ../common/gateway_api_functions.sh
52
53 setup_testenvironment
54
55 #### TEST BEGIN ####
56
57 generate_policy_uuid
58
59 # Tested variants of REST/DMAAP/SDNC config
60 TESTED_VARIANTS="REST   DMAAP   REST+SDNC   DMAAP+SDNC"
61 #Test agent and simulator protocol versions (others are http only)
62 TESTED_PROTOCOLS="HTTP HTTPS"
63 for __httpx in $TESTED_PROTOCOLS ; do
64     for interface in $TESTED_VARIANTS ; do
65
66         echo "#####################################################################"
67         echo "#####################################################################"
68         echo "### Testing agent: $interface using $__httpx"
69         echo "#####################################################################"
70         echo "#####################################################################"
71
72         clean_environment
73
74         start_kube_proxy
75
76         if [ $__httpx == "HTTPS" ]; then
77             use_agent_rest_https
78         else
79             use_agent_rest_http
80         fi
81
82         start_policy_agent NORPOXY $SIM_GROUP/$POLICY_AGENT_COMPOSE_DIR/$POLICY_AGENT_CONFIG_FILE
83
84         set_agent_trace
85
86         # Create service to be able to receive events when rics becomes available
87         # Must use rest towards the agent since dmaap is not configured yet
88         api_put_service 201 "ric-registration" 0 "$CR_SERVICE_APP_PATH/ric-registration"
89
90         if [ $__httpx == "HTTPS" ]; then
91             use_cr_https
92             use_simulator_https
93             use_mr_https
94             if [[ $interface = *"SDNC"* ]]; then
95                 use_sdnc_https
96             fi
97             if [[ $interface = *"DMAAP"* ]]; then
98                 use_agent_dmaap_https
99             else
100                 use_agent_rest_https
101             fi
102         else
103             use_cr_http
104             use_simulator_http
105             use_mr_http
106             if [[ $interface = *"SDNC"* ]]; then
107                 use_sdnc_http
108             fi
109             if [[ $interface = *"DMAAP"* ]]; then
110                 use_agent_dmaap_http
111             else
112                 use_agent_rest_http
113             fi
114         fi
115
116         start_ric_simulators ricsim_g1 1  OSC_2.1.0
117         start_ric_simulators ricsim_g2 1  STD_1.1.3
118         if [ "$PMS_VERSION" == "V2" ]; then
119             start_ric_simulators ricsim_g3 1  STD_2.0.0
120         fi
121
122         start_mr
123
124         start_cr
125
126         start_control_panel $SIM_GROUP/$CONTROL_PANEL_COMPOSE_DIR/$CONTROL_PANEL_CONFIG_FILE
127
128         if [ ! -z "$NRT_GATEWAY_APP_NAME" ]; then
129             start_gateway $SIM_GROUP/$NRT_GATEWAY_COMPOSE_DIR/$NRT_GATEWAY_CONFIG_FILE
130         fi
131
132         if [ $RUNMODE == "DOCKER" ]; then
133             start_consul_cbs
134         fi
135
136         if [[ $interface = *"SDNC"* ]]; then
137             start_sdnc
138             prepare_consul_config      SDNC    ".consul_config.json"
139         else
140             prepare_consul_config      NOSDNC  ".consul_config.json"
141         fi
142
143         if [ $RUNMODE == "KUBE" ]; then
144             agent_load_config                       ".consul_config.json"
145         else
146             consul_config_app                      ".consul_config.json"
147         fi
148
149         mr_equal requests_submitted 0
150
151         sim_put_policy_type 201 ricsim_g1_1 1 testdata/OSC/sim_1.json
152
153         if [ "$PMS_VERSION" == "V2" ]; then
154
155             sim_put_policy_type 201 ricsim_g3_1 STD_QOS_0_2_0 testdata/STD2/sim_qos.json
156
157             api_equal json:rics 3 300
158
159             api_equal json:policy-types 3 120
160
161             api_equal json:policies 0
162
163             api_equal json:policy-instances 0
164
165             cr_equal received_callbacks 3 120
166
167             cr_api_check_all_sync_events 200 ric-registration ricsim_g1_1 ricsim_g2_1 ricsim_g3_1
168
169         else
170             api_equal json:rics 2 300
171
172             api_equal json:policy_schemas 2 120
173
174             api_equal json:policy_types 2
175
176             api_equal json:policies 0
177
178             api_equal json:policy_ids 0
179         fi
180
181         echo "############################################"
182         echo "############## Health check ################"
183         echo "############################################"
184
185         api_get_status 200
186
187         echo "############################################"
188         echo "##### Service registry and supervision #####"
189         echo "############################################"
190
191         api_put_service 201 "serv1" 1000 "$CR_SERVICE_APP_PATH/1"
192
193         api_get_service_ids 200 "serv1" "ric-registration"
194
195         api_put_services_keepalive 200 "serv1"
196
197         echo "############################################"
198         echo "############## RIC Repository ##############"
199         echo "############################################"
200
201         if [ "$PMS_VERSION" == "V2" ]; then
202             api_get_rics 200 NOTYPE "ricsim_g1_1:me1_ricsim_g1_1,me2_ricsim_g1_1:1:AVAILABLE  ricsim_g2_1:me1_ricsim_g2_1,me2_ricsim_g2_1:EMPTYTYPE:AVAILABLE ricsim_g3_1:me1_ricsim_g3_1,me2_ricsim_g3_1:STD_QOS_0_2_0:AVAILABLE"
203         else
204             api_get_rics 200 NOTYPE "ricsim_g1_1:me1_ricsim_g1_1,me2_ricsim_g1_1:1:AVAILABLE  ricsim_g2_1:me1_ricsim_g2_1,me2_ricsim_g2_1:EMPTYTYPE:AVAILABLE"
205         fi
206
207         echo "############################################"
208         echo "########### A1 Policy Management ###########"
209         echo "############################################"
210
211         if [ "$PMS_VERSION" == "V2" ]; then
212             notificationurl=$CR_SERVICE_APP_PATH"/test"
213         else
214             notificationurl=""
215         fi
216         api_put_policy 201 "serv1" ricsim_g1_1 1 5000 NOTRANSIENT $notificationurl testdata/OSC/pi1_template.json
217         api_put_policy 200 "serv1" ricsim_g1_1 1 5000 NOTRANSIENT $notificationurl testdata/OSC/pi1_template.json
218         if [ "$PMS_VERSION" == "V2" ]; then
219             api_put_policy 201 "serv1" ricsim_g3_1 STD_QOS_0_2_0 5200 true $notificationurl testdata/STD2/pi_qos_template.json
220             api_put_policy 200 "serv1" ricsim_g3_1 STD_QOS_0_2_0 5200 true $notificationurl testdata/STD2/pi_qos_template.json
221         fi
222
223         api_put_policy 201 "serv1" ricsim_g2_1 NOTYPE 5100 NOTRANSIENT $notificationurl testdata/STD/pi1_template.json
224         api_put_policy 200 "serv1" ricsim_g2_1 NOTYPE 5100 NOTRANSIENT $notificationurl testdata/STD/pi1_template.json
225
226         if [ "$PMS_VERSION" == "V2" ]; then
227             api_equal json:policies 3
228         else
229             api_equal json:policies 2
230         fi
231
232         api_delete_policy 204 5000
233
234         api_delete_policy 204 5100
235
236         if [ "$PMS_VERSION" == "V2" ]; then
237             api_delete_policy 204 5200
238         fi
239
240         if [ "$PMS_VERSION" == "V2" ]; then
241             api_equal json:policies 0
242
243             api_equal json:policy-instances 0
244         else
245             api_equal json:policies 0
246
247             api_equal json:policy_ids 0
248         fi
249
250         if [ "$PMS_VERSION" == "V2" ]; then
251             cr_equal received_callbacks 3
252         fi
253
254         if [[ $interface = *"DMAAP"* ]]; then
255
256             if [ "$PMS_VERSION" == "V2" ]; then
257                 VAL=14 # Number of Agent API calls over DMAAP
258             else
259                 VAL=11 # Number of Agent API calls over DMAAP
260             fi
261             mr_equal requests_fetched $VAL
262             mr_equal responses_submitted $VAL
263             mr_equal responses_fetched $VAL
264             mr_equal current_requests 0
265             mr_equal current_responses 0
266         else
267             mr_equal requests_submitted 0
268         fi
269
270         if [[ $interface = *"SDNC"* ]]; then
271             sim_contains_str ricsim_g1_1 remote_hosts $SDNC_APP_NAME
272             sim_contains_str ricsim_g2_1 remote_hosts $SDNC_APP_NAME
273             if [ "$PMS_VERSION" == "V2" ]; then
274                 sim_contains_str ricsim_g3_1 remote_hosts $SDNC_APP_NAME
275             fi
276         else
277             sim_contains_str ricsim_g1_1 remote_hosts $POLICY_AGENT_APP_NAME
278             sim_contains_str ricsim_g2_1 remote_hosts $POLICY_AGENT_APP_NAME
279             if [ "$PMS_VERSION" == "V2" ]; then
280                 sim_contains_str ricsim_g3_1 remote_hosts $POLICY_AGENT_APP_NAME
281             fi
282         fi
283
284         check_policy_agent_logs
285
286
287         if [[ $interface = *"SDNC"* ]]; then
288             check_sdnc_logs
289         fi
290
291         store_logs          "${__httpx}__${interface}"
292
293     done
294
295 done
296
297 #### TEST COMPLETE ####
298
299
300 print_result
301
302 auto_clean_environment