0eb8946dedb0b60b84cccde89fe753ea776e61cd
[nonrtric.git] / test / auto-test / PM_EI_DEMO.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="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="CBS CONSUL CP CR MR PA 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 PA 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-HONOLULU ONAP-ISTANBUL ONAP-JAKARTA ORAN-CHERRY ORAN-D-RELEASE ORAN-E-RELEASE ORAN-F-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_agent_rest_https
51 use_sdnc_https
52 use_simulator_https
53 use_ics_rest_https
54 use_prod_stub_https
55 if [ $ICS_VERSION == "V1-1" ]; then
56     use_rapp_catalogue_http # https not yet supported
57 else
58     use_rapp_catalogue_https
59 fi
60
61
62 if [ "$PMS_VERSION" == "V2" ]; then
63     notificationurl=$CR_SERVICE_APP_PATH_0"/test"
64 else
65    echo "PMS VERSION 2 (V2) is required"
66    exit 1
67 fi
68
69 clean_environment
70
71 start_kube_proxy
72
73 STD_NUM_RICS=2
74
75 #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
76
77 start_ric_simulators $RIC_SIM_PREFIX"_g3" $STD_NUM_RICS STD_2.0.0
78
79 start_mr #Just to prevent errors in the agent log...
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 PMS with proxy
88
89 start_policy_agent PROXY $SIM_GROUP/$POLICY_AGENT_COMPOSE_DIR/$POLICY_AGENT_CONFIG_FILE
90
91 if [ $RUNMODE == "DOCKER" ]; then
92     start_consul_cbs
93 fi
94
95 prepare_consul_config      SDNC  ".consul_config.json"   #Change to NOSDNC if running PMS with  proxy
96
97 if [ $RUNMODE == "KUBE" ]; then
98     agent_load_config                       ".consul_config.json"
99 else
100     consul_config_app                      ".consul_config.json"
101 fi
102
103 start_cr 1
104
105 start_prod_stub
106
107 start_ics PROXY $SIM_GROUP/$ICS_COMPOSE_DIR/$ICS_CONFIG_FILE
108
109 start_rapp_catalogue
110
111 set_agent_trace
112
113 set_ics_trace
114
115 use_info_jobs=false  #Set flag if interface supporting info-types is used
116 if [[ "$ICS_FEATURE_LEVEL" == *"INFO-TYPES"* ]]; then
117     use_info_jobs=true
118 fi
119
120 rapp_cat_api_get_services 200 EMPTY
121
122 rapp_cat_api_put_service 201 "Emergency-response-app" v1 "Emergency-response-app" "Emergency-response-app"
123
124 rapp_cat_api_get_services 200 "Emergency-response-app" v1 "Emergency-response-app" "Emergency-response-app"
125
126 api_get_status 200
127
128 # Print the A1 version for STD 2.X
129 for ((i=1; i<=$STD_NUM_RICS; i++))
130 do
131     sim_print $RIC_SIM_PREFIX"_g3_"$i interface
132 done
133 # Load the polictypes in std
134 for ((i=1; i<=$STD_NUM_RICS; i++))
135 do
136     sim_put_policy_type 201 $RIC_SIM_PREFIX"_g3_"$i STD_QOS_0_2_0 demo-testdata/STD2/sim_qos.json
137     sim_put_policy_type 201 $RIC_SIM_PREFIX"_g3_"$i STD_QOS2_0.1.0 demo-testdata/STD2/sim_qos2.json
138 done
139
140 #Check the number of schemas and the individual schemas in STD
141 api_equal json:policy-types 2 120
142
143 for ((i=1; i<=$STD_NUM_RICS; i++))
144 do
145     api_equal json:policy-types?ric_id=$RIC_SIM_PREFIX"_g3_"$i 2 120
146 done
147
148 # Check the schemas in STD
149 for ((i=1; i<=$STD_NUM_RICS; i++))
150 do
151     api_get_policy_type 200 STD_QOS_0_2_0 demo-testdata/STD2/qos-agent-modified.json
152     api_get_policy_type 200 'STD_QOS2_0.1.0' demo-testdata/STD2/qos2-agent-modified.json
153 done
154
155 #Check the number of types
156 api_equal json:policy-types 2 300
157
158 api_put_service 201 "Emergency-response-app" 0 "$CR_SERVICE_APP_PATH_0/1"
159
160 # Create policies in STD
161 for ((i=1; i<=$STD_NUM_RICS; i++))
162 do
163     generate_policy_uuid
164     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
165     generate_policy_uuid
166     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
167 done
168
169
170 # Check the number of policies in STD
171 for ((i=1; i<=$STD_NUM_RICS; i++))
172 do
173     sim_equal $RIC_SIM_PREFIX"_g3_"$i num_instances 2
174 done
175
176 # Print calling hosts STD 2.X
177 for ((i=1; i<=$STD_NUM_RICS; i++))
178 do
179     sim_print $RIC_SIM_PREFIX"_g3_"$i remote_hosts
180 done
181
182 FLAT_A1_EI="1"
183
184 CB_JOB="$PROD_STUB_SERVICE_PATH$PROD_STUB_JOB_CALLBACK"
185 CB_SV="$PROD_STUB_SERVICE_PATH$PROD_STUB_SUPERVISION_CALLBACK"
186 RIC_G1_1=$RIC_SIM_PREFIX"_g3_1"
187 RIC_G1_2=$RIC_SIM_PREFIX"_g3_2"
188 if [ $RUNMODE == "KUBE" ]; then
189     RIC_G1_1=$(get_kube_sim_host $RIC_G1_1)
190     RIC_G1_2=$(get_kube_sim_host $RIC_G1_2)
191 fi
192 TARGET1="$RIC_SIM_HTTPX://$RIC_G1_1:$RIC_SIM_PORT/datadelivery"
193 TARGET2="$RIC_SIM_HTTPX://$RIC_G1_1:$RIC_SIM_PORT/datadelivery"
194
195 STATUS1="$CR_SERVICE_APP_PATH_0/callbacks/job1-status"
196 STATUS2="$CR_SERVICE_APP_PATH_0/callbacks/job2-status"
197
198 prodstub_arm_producer 200 prod-a
199 prodstub_arm_type 200 prod-a type1
200 prodstub_arm_job_create 200 prod-a job1
201 prodstub_arm_job_create 200 prod-a job2
202
203 ### ics status
204 ics_api_service_status 200
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 [ $use_info_jobs ]; then
235         prodstub_check_jobdata_3 200 prod-a job1 type1 $TARGET1 ricsim_g3_1 testdata/ics/job-template.json
236     else
237         prodstub_check_jobdata_2 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 [ $use_info_jobs ]; then
255         prodstub_check_jobdata_3 200 prod-a job2 type1 $TARGET2 ricsim_g3_2 testdata/ics/job-template.json
256     else
257         prodstub_check_jobdata_2 200 prod-a job2 type1 $TARGET2 ricsim_g3_2 testdata/ics/job-template.json
258     fi
259 fi
260
261 check_policy_agent_logs
262 check_ics_logs
263 check_sdnc_logs
264
265 #### TEST COMPLETE ####
266
267 store_logs          END
268
269 print_result
270
271 auto_clean_environment