Merge "Adaption to new ECS interface and PMS interface prefix"
[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 enrichment 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 ECS PRODSTUB RC HTTPPROXY"
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 ECS SDNC HTTPPROXY"
27 #Prestarted app (not started by script) to include in the test when running kubernetes, space separated list
28 KUBE_PRESTARTED_IMAGES=""
29
30 #Supported test environment profiles
31 SUPPORTED_PROFILES="ONAP-HONOLULU  ORAN-CHERRY ORAN-DAWN"
32 #Supported run modes
33 SUPPORTED_RUNMODES="DOCKER KUBE"
34
35 . ../common/testcase_common.sh $@
36 . ../common/agent_api_functions.sh
37 . ../common/ricsimulator_api_functions.sh
38 . ../common/ecs_api_functions.sh
39 . ../common/prodstub_api_functions.sh
40 . ../common/cr_api_functions.sh
41 . ../common/rapp_catalogue_api_functions.sh
42 . ../common/mr_api_functions.sh
43 . ../common/control_panel_api_functions.sh
44 . ../common/controller_api_functions.sh
45 . ../common/consul_cbs_functions.sh
46 . ../common/http_proxy_api_functions.sh
47
48 #### TEST BEGIN ####
49
50 #Local vars in test script
51 ##########################
52
53 use_cr_https
54 use_agent_rest_https
55 use_sdnc_https
56 use_simulator_https
57 use_ecs_rest_https
58 use_prod_stub_https
59 use_rapp_catalogue_http # https not yet supported
60
61 if [ "$PMS_VERSION" == "V2" ]; then
62     notificationurl=$CR_SERVICE_PATH"/test"
63 else
64    echo "PMS VERSION 2 (V2) is required"
65    exit 1
66 fi
67
68 clean_environment
69
70 STD_NUM_RICS=2
71
72 start_ric_simulators $RIC_SIM_PREFIX"_g3" $STD_NUM_RICS STD_2.0.0
73
74 start_mr #Just to prevent errors in the agent log...
75
76 start_control_panel $SIM_GROUP/$CONTROL_PANEL_COMPOSE_DIR/application.properties
77
78 start_sdnc
79
80 start_policy_agent PROXY $SIM_GROUP/$POLICY_AGENT_COMPOSE_DIR/application.yaml
81
82 if [ $RUNMODE == "DOCKER" ]; then
83     start_consul_cbs
84 fi
85
86 prepare_consul_config      SDNC  ".consul_config.json"
87
88 if [ $RUNMODE == "KUBE" ]; then
89     agent_load_config                       ".consul_config.json"
90 else
91     consul_config_app                      ".consul_config.json"
92 fi
93
94 start_cr
95
96 start_prod_stub
97
98 start_ecs $SIM_GROUP/$ECS_COMPOSE_DIR/application.yaml
99
100 start_rapp_catalogue
101
102 set_agent_trace
103
104 set_ecs_trace
105
106 rapp_cat_api_get_services 200 EMPTY
107
108 rapp_cat_api_put_service 201 "Emergency-response-app" v1 "Emergency-response-app" "Emergency-response-app"
109
110 rapp_cat_api_get_services 200 "Emergency-response-app" v1 "Emergency-response-app" "Emergency-response-app"
111
112 api_get_status 200
113
114 # Print the A1 version for STD 2.X
115 for ((i=1; i<=$STD_NUM_RICS; i++))
116 do
117     sim_print $RIC_SIM_PREFIX"_g3_"$i interface
118 done
119 # Load the polictypes in std
120 for ((i=1; i<=$STD_NUM_RICS; i++))
121 do
122     sim_put_policy_type 201 $RIC_SIM_PREFIX"_g3_"$i STD_QOS_0_2_0 demo-testdata/STD2/sim_qos.json
123     sim_put_policy_type 201 $RIC_SIM_PREFIX"_g3_"$i STD_QOS2_0.1.0 demo-testdata/STD2/sim_qos2.json
124 done
125
126 #Check the number of schemas and the individual schemas in STD
127 api_equal json:policy-types 2 120
128
129 for ((i=1; i<=$STD_NUM_RICS; i++))
130 do
131     api_equal json:policy-types?ric_id=$RIC_SIM_PREFIX"_g3_"$i 2 120
132 done
133
134 # Check the schemas in STD
135 for ((i=1; i<=$STD_NUM_RICS; i++))
136 do
137     api_get_policy_type 200 STD_QOS_0_2_0 demo-testdata/STD2/qos-agent-modified.json
138     api_get_policy_type 200 'STD_QOS2_0.1.0' demo-testdata/STD2/qos2-agent-modified.json
139 done
140
141 #Check the number of types
142 api_equal json:policy-types 2 300
143
144 api_put_service 201 "Emergency-response-app" 0 "$CR_SERVICE_PATH/1"
145
146 # Create policies in STD
147 for ((i=1; i<=$STD_NUM_RICS; i++))
148 do
149     generate_uuid
150     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
151     generate_uuid
152     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
153 done
154
155
156 # Check the number of policies in STD
157 for ((i=1; i<=$STD_NUM_RICS; i++))
158 do
159     sim_equal $RIC_SIM_PREFIX"_g3_"$i num_instances 2
160 done
161
162 # Print calling hosts STD 2.X
163 for ((i=1; i<=$STD_NUM_RICS; i++))
164 do
165     sim_print $RIC_SIM_PREFIX"_g3_"$i remote_hosts
166 done
167
168 FLAT_A1_EI="1"
169
170 CB_JOB="$PROD_STUB_SERVICE_PATH$PROD_STUB_JOB_CALLBACK"
171 CB_SV="$PROD_STUB_SERVICE_PATH$PROD_STUB_SUPERVISION_CALLBACK"
172 RIC_G1_1=$RIC_SIM_PREFIX"_g3_1"
173 RIC_G1_2=$RIC_SIM_PREFIX"_g3_2"
174 if [ $RUNMODE == "KUBE" ]; then
175     RIC_G1_1=$(get_kube_sim_host $RIC_G1_1)
176     RIC_G1_2=$(get_kube_sim_host $RIC_G1_2)
177 fi
178 TARGET1="$RIC_SIM_HTTPX://$RIC_G1_1:$RIC_SIM_PORT/datadelivery"
179 TARGET2="$RIC_SIM_HTTPX://$RIC_G1_1:$RIC_SIM_PORT/datadelivery"
180
181 STATUS1="$CR_SERVICE_PATH/callbacks/job1-status"
182 STATUS2="$CR_SERVICE_PATH/callbacks/job2-status"
183
184 prodstub_arm_producer 200 prod-a
185 prodstub_arm_type 200 prod-a type1
186 prodstub_arm_job_create 200 prod-a job1
187 prodstub_arm_job_create 200 prod-a job2
188
189 ### ecs status
190 ecs_api_service_status 200
191
192 ## Setup prod-a
193 if [ $ECS_VERSION == "V1-1" ]; then
194     ecs_api_edp_put_producer 201 prod-a $CB_JOB/prod-a $CB_SV/prod-a type1 testdata/ecs/ei-type-1.json
195
196     ecs_api_edp_get_producer 200 prod-a $CB_JOB/prod-a $CB_SV/prod-a type1 testdata/ecs/ei-type-1.json
197 else
198     ecs_api_edp_put_type_2 201 type1 testdata/ecs/ei-type-1.json
199
200     ecs_api_edp_put_producer_2 201 prod-a $CB_JOB/prod-a $CB_SV/prod-a type1
201
202     ecs_api_edp_get_producer_2 200 prod-a $CB_JOB/prod-a $CB_SV/prod-a type1
203 fi
204
205 ecs_api_edp_get_producer_status 200 prod-a ENABLED
206
207
208 ## Create a job for prod-a
209 ## job1 - prod-a
210 if [  -z "$FLAT_A1_EI" ]; then
211     ecs_api_a1_put_job 201 type1 job1 $TARGET1 ricsim_g3_1 testdata/ecs/job-template.json
212 else
213     ecs_api_a1_put_job 201 job1 type1 $TARGET1 ricsim_g3_1 $STATUS1 testdata/ecs/job-template.json
214 fi
215
216 # Check the job data in the producer
217 prodstub_check_jobdata 200 prod-a job1 type1 $TARGET1 ricsim_g3_1 testdata/ecs/job-template.json
218
219
220 ## Create a second job for prod-a
221 ## job2 - prod-a
222 if [  -z "$FLAT_A1_EI" ]; then
223     ecs_api_a1_put_job 201 type1 job2 $TARGET2 ricsim_g3_2 testdata/ecs/job-template.json
224 else
225     ecs_api_a1_put_job 201 job2 type1 $TARGET2 ricsim_g3_2 $STATUS2 testdata/ecs/job-template.json
226 fi
227
228 # Check the job data in the producer
229 prodstub_check_jobdata 200 prod-a job2 type1 $TARGET2 ricsim_g3_2 testdata/ecs/job-template.json
230
231 check_policy_agent_logs
232 check_ecs_logs
233 check_sdnc_logs
234
235 #### TEST COMPLETE ####
236
237 store_logs          END
238
239 print_result