dfcee33234936974551f4169f25395ac541099b3
[nonrtric.git] / test / auto-test / FTC100.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="Full a1pms API walkthrough using a1pms REST/DMAAP and with/without SDNC A1 Controller"
22
23 USE_ISTIO=1
24
25 #App names to include in the test when running docker, space separated list
26 DOCKER_INCLUDED_IMAGES="CBS CONSUL CP CR MR A1PMS RICSIM SDNC NGW KUBEPROXY"
27
28 #App names to include in the test when running kubernetes, space separated list
29 if [ $USE_ISTIO -eq 0 ]; then
30     KUBE_INCLUDED_IMAGES="CP CR MR A1PMS RICSIM SDNC KUBEPROXY NGW"
31 else
32     KUBE_INCLUDED_IMAGES="CP CR MR A1PMS RICSIM SDNC KUBEPROXY NGW KEYCLOAK ISTIO AUTHSIDECAR"
33 fi
34 #Prestarted app (not started by script) to include in the test when running kubernetes, space separated list
35 KUBE_PRESTARTED_IMAGES=""
36
37 #Ignore image in DOCKER_INCLUDED_IMAGES, KUBE_INCLUDED_IMAGES if
38 #the image is not configured in the supplied env_file
39 #Used for images not applicable to all supported profile
40 CONDITIONALLY_IGNORED_IMAGES="CBS CONSUL NGW"
41
42 #Supported test environment profiles
43 SUPPORTED_PROFILES="ONAP-GUILIN ONAP-HONOLULU ONAP-ISTANBUL ONAP-JAKARTA ORAN-CHERRY ORAN-D-RELEASE ORAN-E-RELEASE ORAN-F-RELEASE"
44 #Supported run modes
45 SUPPORTED_RUNMODES="DOCKER KUBE"
46
47 . ../common/testcase_common.sh $@
48
49 setup_testenvironment
50
51 #### TEST BEGIN ####
52
53 generate_policy_uuid
54
55 if [ $USE_ISTIO -eq 0 ]; then
56     # Tested variants of REST/DMAAP/SDNC config
57     TESTED_VARIANTS="REST   DMAAP   REST+SDNC   DMAAP+SDNC"
58
59     #Test a1pms and simulator protocol versions (others are http only)
60     TESTED_PROTOCOLS="HTTP HTTPS"
61 else
62     if [ $USE_ISTIO -eq 1 ]; then
63         echo -e $RED"#########################################"$ERED
64         echo -e $RED"# No test of https when running with istio"$ERED
65         echo -e $RED"# No test of SDNC when running with istio"$ERED
66         echo -e $RED"#########################################"$ERED
67     fi
68     # Tested variants of REST/DMAAP/SDNC config
69     TESTED_VARIANTS="REST   DMAAP"
70
71     #Test a1pms and simulator protocol versions (others are http only)
72     TESTED_PROTOCOLS="HTTP"
73 fi
74
75 for __httpx in $TESTED_PROTOCOLS ; do
76     for interface in $TESTED_VARIANTS ; do
77
78         echo "#####################################################################"
79         echo "#####################################################################"
80         echo "### Testing a1pms: $interface using $__httpx"
81         echo "#####################################################################"
82         echo "#####################################################################"
83
84         # Clean container and start all needed containers #
85         clean_environment
86
87         if [ $RUNMODE != "KUBE" ]; then
88             USE_ISTIO=0
89             echo "ISTIO not supported by docker - setting USE-ISTIO=0"
90         fi
91
92         if [ $USE_ISTIO -eq 1 ]; then
93             echo -e $RED"#########################################"$ERED
94             echo -e $RED"# Work around istio jwks cache"$ERED
95             echo -e $RED"# Cycle istiod down and up to clear cache"$ERED
96             echo ""
97             __kube_scale deployment istiod istio-system 0
98             __kube_scale deployment istiod istio-system 1
99             echo -e $RED"# Cycle istiod done"
100             echo -e $RED"#########################################"$ERED
101
102             istio_enable_istio_namespace $KUBE_SIM_NAMESPACE
103             istio_enable_istio_namespace $KUBE_NONRTRIC_NAMESPACE
104             istio_enable_istio_namespace $KUBE_A1SIM_NAMESPACE
105         fi
106
107
108         start_kube_proxy
109
110         if [ $USE_ISTIO -eq 1 ]; then
111             start_keycloak
112
113             keycloak_api_obtain_admin_token
114
115             keycloak_api_create_realm                   nrtrealm   true   60
116             keycloak_api_create_confidential_client     nrtrealm   a1pmsc
117             keycloak_api_generate_client_secret         nrtrealm   a1pmsc
118             keycloak_api_get_client_secret              nrtrealm   a1pmsc
119             keycloak_api_create_client_roles            nrtrealm   a1pmsc nrtrole
120             keycloak_api_map_client_roles               nrtrealm   a1pmsc nrtrole
121
122             keycloak_api_get_client_token               nrtrealm   a1pmsc
123
124             CLIENT_TOKEN=$(keycloak_api_read_client_token nrtrealm   a1pmsc)
125             echo "CLIENT_TOKEN: "$CLIENT_TOKEN
126
127             A1PMS_SEC=$(keycloak_api_read_client_secret nrtrealm   a1pmsc)
128             echo "A1PMS_SEC: "$A1PMS_SEC
129
130             # Protect ricsim-g3
131             istio_req_auth_by_jwks              ricsim-g1 $KUBE_A1SIM_NAMESPACE KUBEPROXY "$KUBE_PROXY_ISTIO_JWKS_KEYS"
132             istio_auth_policy_by_issuer         ricsim-g1 $KUBE_A1SIM_NAMESPACE KUBEPROXY
133
134             istio_req_auth_by_jwksuri           ricsim-g1 $KUBE_A1SIM_NAMESPACE nrtrealm
135             istio_auth_policy_by_realm          ricsim-g1 $KUBE_A1SIM_NAMESPACE nrtrealm a1pmsc nrtrole
136
137             # Protect ricsim-g2
138             istio_req_auth_by_jwks              ricsim-g2 $KUBE_A1SIM_NAMESPACE KUBEPROXY "$KUBE_PROXY_ISTIO_JWKS_KEYS"
139             istio_auth_policy_by_issuer         ricsim-g2 $KUBE_A1SIM_NAMESPACE KUBEPROXY
140
141             istio_req_auth_by_jwksuri           ricsim-g2 $KUBE_A1SIM_NAMESPACE nrtrealm
142             istio_auth_policy_by_realm          ricsim-g2 $KUBE_A1SIM_NAMESPACE nrtrealm a1pmsc nrtrole
143
144             # Protect ricsim-g3
145             istio_req_auth_by_jwks              ricsim-g3 $KUBE_A1SIM_NAMESPACE KUBEPROXY "$KUBE_PROXY_ISTIO_JWKS_KEYS"
146             istio_auth_policy_by_issuer         ricsim-g3 $KUBE_A1SIM_NAMESPACE KUBEPROXY
147
148             istio_req_auth_by_jwksuri           ricsim-g3 $KUBE_A1SIM_NAMESPACE nrtrealm
149             istio_auth_policy_by_realm          ricsim-g3 $KUBE_A1SIM_NAMESPACE nrtrealm a1pmsc nrtrole
150
151             # Protect CR
152             istio_req_auth_by_jwks              $CR_APP_NAME $KUBE_SIM_NAMESPACE KUBEPROXY "$KUBE_PROXY_ISTIO_JWKS_KEYS"
153             istio_auth_policy_by_issuer         $CR_APP_NAME $KUBE_SIM_NAMESPACE KUBEPROXY
154
155             istio_req_auth_by_jwksuri           $CR_APP_NAME $KUBE_SIM_NAMESPACE nrtrealm
156             istio_auth_policy_by_realm          $CR_APP_NAME $KUBE_SIM_NAMESPACE nrtrealm a1pmsc nrtrole
157
158             a1pms_configure_sec nrtrealm a1pmsc $A1PMS_SEC
159         fi
160
161         if [ $__httpx == "HTTPS" ]; then
162             use_cr_https
163             use_a1pms_rest_https
164         else
165             use_a1pms_rest_http
166             use_cr_http
167         fi
168
169         start_a1pms NORPOXY $SIM_GROUP/$A1PMS_COMPOSE_DIR/$A1PMS_CONFIG_FILE
170
171         set_a1pms_debug
172
173         # Create service to be able to receive events when rics becomes available
174         # Must use rest towards the a1pms since dmaap is not configured yet
175         a1pms_api_put_service 201 "ric-registration" 0 "$CR_SERVICE_APP_PATH_0/ric-registration"
176
177
178         if [ $__httpx == "HTTPS" ]; then
179             use_simulator_https
180             use_mr_https
181             if [[ $interface = *"SDNC"* ]]; then
182                 use_sdnc_https
183             fi
184             if [[ $interface = *"DMAAP"* ]]; then
185                 use_a1pms_dmaap_https
186             else
187                 use_a1pms_rest_https
188             fi
189         else
190             use_simulator_http
191             use_mr_http
192             if [[ $interface = *"SDNC"* ]]; then
193                 use_sdnc_http
194             fi
195             if [[ $interface = *"DMAAP"* ]]; then
196                 use_a1pms_dmaap_http
197             else
198                 use_a1pms_rest_http
199             fi
200         fi
201
202         start_ric_simulators ricsim_g1 1  OSC_2.1.0
203         start_ric_simulators ricsim_g2 1  STD_1.1.3
204
205         sim_put_policy_type 201 ricsim_g1_1 1 testdata/OSC/sim_1.json
206         sim_put_policy_type 201 ricsim_g1_1 2 testdata/OSC/sim_2.json
207
208         if [ "$A1PMS_VERSION" == "V2" ]; then
209             start_ric_simulators ricsim_g3 1  STD_2.0.0
210             sim_put_policy_type 201 ricsim_g3_1 STD_QOS_0_2_0 testdata/STD2/sim_qos.json
211             sim_put_policy_type 201 ricsim_g3_1 STD_QOS2_0.1.0 testdata/STD2/sim_qos2.json
212         fi
213
214         start_mr
215
216         start_cr 1
217
218         start_control_panel $SIM_GROUP/$CONTROL_PANEL_COMPOSE_DIR/$CONTROL_PANEL_CONFIG_FILE
219
220         if [ ! -z "$NRT_GATEWAY_APP_NAME" ]; then
221             start_gateway $SIM_GROUP/$NRT_GATEWAY_COMPOSE_DIR/$NRT_GATEWAY_CONFIG_FILE
222         fi
223
224         if [[ $interface = *"SDNC"* ]]; then
225             start_sdnc
226             prepare_consul_config      SDNC    ".consul_config.json"
227         else
228             prepare_consul_config      NOSDNC  ".consul_config.json"
229         fi
230
231         if [ $RUNMODE == "KUBE" ]; then
232             a1pms_load_config                       ".consul_config.json"
233         else
234             if [[ "$A1PMS_FEATURE_LEVEL" == *"NOCONSUL"* ]]; then
235                 #Temporary switch to http/https if dmaap use. Otherwise it is not possibble to push config
236                 if [ $__httpx == "HTTPS" ]; then
237                     use_a1pms_rest_https
238                 else
239                     use_a1pms_rest_http
240                 fi
241
242                 if [[ $interface != *"DMAAP"* ]]; then
243                     echo "{}" > ".consul_config_incorrect.json"
244                     a1pms_api_put_configuration 400 ".consul_config_incorrect.json"
245                 fi
246
247                 a1pms_api_put_configuration 200 ".consul_config.json"
248                 a1pms_api_get_configuration 200 ".consul_config.json"
249                 if [ $__httpx == "HTTPS" ]; then
250                     if [[ $interface = *"DMAAP"* ]]; then
251                         use_a1pms_dmaap_https
252                     else
253                         use_a1pms_rest_https
254                     fi
255                 else
256                     if [[ $interface = *"DMAAP"* ]]; then
257                         use_a1pms_dmaap_http
258                     else
259                         use_a1pms_rest_http
260                     fi
261                 fi
262
263             else
264                 start_consul_cbs
265                 consul_config_app                   ".consul_config.json"
266             fi
267         fi
268
269         if [ "$A1PMS_VERSION" == "V2" ]; then
270             a1pms_equal json:rics 3 300
271
272             a1pms_equal json:policy-types 5 120
273
274             a1pms_equal json:policies 0
275
276             a1pms_equal json:policy-instances 0
277         else
278             a1pms_equal json:rics 2 300
279
280             a1pms_equal json:policy_schemas 3 120
281
282             a1pms_equal json:policy_types 3
283
284             a1pms_equal json:policies 0
285
286             a1pms_equal json:policy_ids 0
287         fi
288
289         if [ "$A1PMS_VERSION" == "V2" ]; then
290             cr_equal 0 received_callbacks 3 120
291             cr_api_check_all_sync_events 200 0 ric-registration ricsim_g1_1 ricsim_g2_1 ricsim_g3_1
292         fi
293         mr_equal requests_submitted 0
294
295
296         echo "############################################"
297         echo "############## Health check ################"
298         echo "############################################"
299
300         a1pms_api_get_status 200
301
302         a1pms_api_get_status_root 200
303
304         echo "############################################"
305         echo "##### Service registry and supervision #####"
306         echo "############################################"
307
308         a1pms_api_get_services 404 "service1"
309
310         a1pms_api_put_service 201 "service1" 1000 "$CR_SERVICE_APP_PATH_0/1"
311
312         a1pms_api_put_service 200 "service1" 2000 "$CR_SERVICE_APP_PATH_0/1"
313
314
315         a1pms_api_put_service 400 "service2" -1 "$CR_SERVICE_APP_PATH_0/2"
316
317         a1pms_api_put_service 400 "service2" "wrong" "$CR_SERVICE_APP_PATH_0/2"
318
319         a1pms_api_put_service 400 "service2" 100 "/test"
320
321         a1pms_api_put_service 400 "service2" 100 "test-path"
322
323         a1pms_api_put_service 201 "service2" 300 "ftp://localhost:80/test"
324
325         a1pms_api_get_services 200 "service1" "service1" 2000 "$CR_SERVICE_APP_PATH_0/1"
326
327         a1pms_api_get_service_ids 200 "service1" "service2" "ric-registration"
328
329
330         a1pms_api_put_service 201 "service3" 5000 "$CR_SERVICE_APP_PATH_0/3"
331
332
333         a1pms_api_get_service_ids 200 "service1" "service2" "service3" "ric-registration"
334
335
336         a1pms_api_get_services 200 "service1" "service1" 2000 "$CR_SERVICE_APP_PATH_0/1"
337
338         a1pms_api_get_services 200 NOSERVICE "service1" 2000 "$CR_SERVICE_APP_PATH_0/1" "service2" 300 "ftp://localhost:80/test" "service3" 5000 "$CR_SERVICE_APP_PATH_0/3"  "ric-registration" 0 "$CR_SERVICE_APP_PATH_0/ric-registration"
339
340         a1pms_api_get_services 200
341
342         deviation "TR2 - Keep alive shall return 200/201 according to doc, only 200 works - test combo $interface and $__httpx"
343         #The below should work, keept here until fixed or other decision made
344         #a1pms_api_put_services_keepalive 201 "service1"
345         #Using the below until decision
346         a1pms_api_put_services_keepalive 200 "service1"
347
348         deviation "TR2 - Keep alive shall return 200/201 according to doc, only 200 works - test combo $interface and $__httpx"
349         #The below should work, keept here until fixed or other decision made
350         #a1pms_api_put_services_keepalive 201 "service3"
351         #Using the below until decision
352         a1pms_api_put_services_keepalive 200 "service3"
353
354         a1pms_api_put_services_keepalive 200 "service1"
355
356         a1pms_api_put_services_keepalive 200 "service3"
357
358         a1pms_api_put_services_keepalive 404 "service5"
359
360         a1pms_api_get_service_ids 200 "service1" "service2" "service3"  "ric-registration"
361
362         a1pms_api_delete_services 204 "service1"
363
364         a1pms_api_get_service_ids 200 "service2" "service3" "ric-registration"
365
366
367         a1pms_api_put_service 201 "service1" 50 "$CR_SERVICE_APP_PATH_0/1"
368
369         a1pms_api_get_service_ids 200 "service1" "service2" "service3"  "ric-registration"
370
371
372         a1pms_api_delete_services 204 "service1"
373         a1pms_api_delete_services 204 "service3"
374
375         a1pms_equal json:services 2
376
377         a1pms_api_delete_services 204 "service2"
378
379         a1pms_equal json:services 1
380
381
382         echo "############################################"
383         echo "############## RIC Repository ##############"
384         echo "############################################"
385
386         if [ "$A1PMS_VERSION" == "V2" ]; then
387             a1pms_api_get_rics 200 NOTYPE "ricsim_g1_1:me1_ricsim_g1_1,me2_ricsim_g1_1:1,2: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,STD_QOS2_0.1.0:AVAILABLE"
388         else
389             a1pms_api_get_rics 200 NOTYPE "ricsim_g1_1:me1_ricsim_g1_1,me2_ricsim_g1_1:1,2:AVAILABLE  ricsim_g2_1:me1_ricsim_g2_1,me2_ricsim_g2_1:EMPTYTYPE:AVAILABLE"
390         fi
391         a1pms_api_get_rics 200 1 "ricsim_g1_1:me1_ricsim_g1_1,me2_ricsim_g1_1:1,2:AVAILABLE"
392
393         a1pms_api_get_rics 404 47
394
395         a1pms_api_get_rics 404 "test"
396
397         if [ "$A1PMS_VERSION" == "V2" ]; then
398             a1pms_api_get_ric 200 me1_ricsim_g1_1 NORIC "ricsim_g1_1:me1_ricsim_g1_1,me2_ricsim_g1_1:1,2:AVAILABLE"
399
400             a1pms_api_get_ric 200 me2_ricsim_g1_1 NORIC "ricsim_g1_1:me1_ricsim_g1_1,me2_ricsim_g1_1:1,2:AVAILABLE"
401
402             a1pms_api_get_ric 200 me1_ricsim_g2_1 NORIC "ricsim_g2_1:me1_ricsim_g2_1,me2_ricsim_g2_1:EMPTYTYPE:AVAILABLE"
403
404             a1pms_api_get_ric 200 me2_ricsim_g2_1 NORIC "ricsim_g2_1:me1_ricsim_g2_1,me2_ricsim_g2_1:EMPTYTYPE:AVAILABLE"
405
406             a1pms_api_get_ric 200 me1_ricsim_g3_1 NORIC "ricsim_g3_1:me1_ricsim_g3_1,me2_ricsim_g3_1:STD_QOS_0_2_0,STD_QOS2_0.1.0:AVAILABLE"
407
408             a1pms_api_get_ric 200 me2_ricsim_g3_1 NORIC "ricsim_g3_1:me1_ricsim_g3_1,me2_ricsim_g3_1:STD_QOS_0_2_0,STD_QOS2_0.1.0:AVAILABLE"
409
410             a1pms_api_get_ric 200 NOME      ricsim_g1_1 "ricsim_g1_1:me1_ricsim_g1_1,me2_ricsim_g1_1:1,2:AVAILABLE"
411
412             a1pms_api_get_ric 200 NOME      ricsim_g2_1 "ricsim_g2_1:me1_ricsim_g2_1,me2_ricsim_g2_1:EMPTYTYPE:AVAILABLE"
413
414             a1pms_api_get_ric 200 NOME      ricsim_g3_1 "ricsim_g3_1:me1_ricsim_g3_1,me2_ricsim_g3_1:STD_QOS_0_2_0,STD_QOS2_0.1.0:AVAILABLE"
415
416             a1pms_api_get_ric 404 NOME test1
417
418             a1pms_api_get_ric 404 test NORIC
419
420             a1pms_api_get_ric 400 me1_ricsim_g1_1 ricsim_g1_1
421
422             a1pms_api_get_ric 400 me1_ricsim_g1_1 TESTRIC
423
424             a1pms_api_get_ric 400 TESTME ricsim_g1_1
425
426         else
427             a1pms_api_get_ric 200 me1_ricsim_g1_1 ricsim_g1_1
428
429             a1pms_api_get_ric 200 me2_ricsim_g1_1 ricsim_g1_1
430
431             a1pms_api_get_ric 200 me1_ricsim_g2_1 ricsim_g2_1
432
433             a1pms_api_get_ric 200 me2_ricsim_g2_1 ricsim_g2_1
434
435             a1pms_api_get_ric 404 test
436         fi
437
438         echo "############################################"
439         echo "########### A1 Policy Management ###########"
440         echo "############################################"
441
442         if [ "$A1PMS_VERSION" == "V2" ]; then
443             deviation "TR9 - a1pms modify the type with type id - test combo $interface and $__httpx"
444             #Behaviour accepted for now
445             a1pms_api_get_policy_type 200 1 testdata/OSC/1-a1pms-modified.json
446             deviation "TR9 - a1pms modify the type with type id - test combo $interface and $__httpx"
447             #Behaviour accepted for now
448             a1pms_api_get_policy_type 200 2 testdata/OSC/2-a1pms-modified.json
449             deviation "TR9 - a1pms modify the type with type id - test combo $interface and $__httpx"
450             #Behaviour accepted for now
451             a1pms_api_get_policy_type 200 STD_QOS_0_2_0 testdata/STD2/qos-a1pms-modified.json
452             deviation "TR9 - a1pms modify the type with type id - test combo $interface and $__httpx"
453             #Behaviour accepted for now
454             a1pms_api_get_policy_type 200 STD_QOS2_0.1.0 testdata/STD2/qos2-a1pms-modified.json
455
456             a1pms_api_get_policy_type 404 3
457         else
458             deviation "TR9 - a1pms modify the type with type id - test combo $interface and $__httpx"
459             #Behaviour accepted for now
460             a1pms_api_get_policy_schema 200 1 testdata/OSC/1-a1pms-modified.json
461             deviation "TR9 - a1pms modify the type with type id - test combo $interface and $__httpx"
462             #Behaviour accepted for now
463             a1pms_api_get_policy_schema 200 2 testdata/OSC/2-a1pms-modified.json
464
465             a1pms_api_get_policy_schema 404 3
466         fi
467
468         if [ "$A1PMS_VERSION" == "V2" ]; then
469             a1pms_api_get_policy_schemas 404
470         else
471             deviation "TR9 - a1pms modify the type with type id - test combo $interface and $__httpx"
472             #Behaviour accepted for now
473             a1pms_api_get_policy_schemas 200 NORIC testdata/OSC/1-a1pms-modified.json testdata/OSC/2-a1pms-modified.json NOFILE
474             deviation "TR9 - a1pms modify the type with type id - test combo $interface and $__httpx"
475             #Behaviour accepted for now
476             a1pms_api_get_policy_schemas 200 ricsim_g1_1 testdata/OSC/1-a1pms-modified.json testdata/OSC/2-a1pms-modified.json
477
478             a1pms_api_get_policy_schemas 200 ricsim_g2_1 NOFILE
479
480             a1pms_api_get_policy_schemas 404 test
481         fi
482
483
484         if [ "$A1PMS_VERSION" == "V2" ]; then
485             a1pms_api_get_policy_types 200 NORIC 1 2 EMPTY STD_QOS_0_2_0 STD_QOS2_0.1.0
486         else
487             a1pms_api_get_policy_types 200 NORIC 1 2 EMPTY
488         fi
489
490         a1pms_api_get_policy_types 200 ricsim_g1_1 1 2
491
492         a1pms_api_get_policy_types 200 ricsim_g2_1 EMPTY
493
494         if [ "$A1PMS_VERSION" == "V2" ]; then
495             a1pms_api_get_policy_types 200 ricsim_g3_1 STD_QOS_0_2_0 STD_QOS2_0.1.0
496         fi
497
498         a1pms_api_get_policy_types 404 dummy-ric
499
500
501
502         a1pms_api_put_service 201 "service10" 3600 "$CR_SERVICE_APP_PATH_0/1"
503
504         if [ "$A1PMS_VERSION" == "V2" ]; then
505             notificationurl=$CR_SERVICE_APP_PATH_0"/test"
506         else
507             notificationurl=""
508         fi
509         if [[ $interface != *"DMAAP"* ]]; then
510             # Badly formatted json is not possible to send via dmaap
511             a1pms_api_put_policy 400 "unregistered-service" ricsim_g1_1 1 2000 NOTRANSIENT $notificationurl testdata/OSC/pi_bad_template.json
512         fi
513         deviation "TR10 - a1pms allows policy creation on unregistered service (orig problem) - test combo $interface and $__httpx"
514         #Kept until decison
515         #a1pms_api_put_policy 400 "unregistered-service" ricsim_g1_1 1 2000 NOTRANSIENT testdata/OSC/pi1_template.json
516         #Allow 201 for now
517         a1pms_api_put_policy 201 "unregistered-service" ricsim_g1_1 1 2000 NOTRANSIENT $notificationurl testdata/OSC/pi1_template.json
518
519         a1pms_api_put_policy 201 "service10" ricsim_g1_1 1 5000 NOTRANSIENT $notificationurl testdata/OSC/pi1_template.json
520         a1pms_api_put_policy 200 "service10" ricsim_g1_1 1 5000 NOTRANSIENT $notificationurl testdata/OSC/pi1_template.json
521
522         a1pms_api_put_policy 200 "service10" ricsim_g1_1 1 5000 true $notificationurl testdata/OSC/pi1_template.json
523         a1pms_api_put_policy 200 "service10" ricsim_g1_1 1 5000 false $notificationurl testdata/OSC/pi1_template.json
524
525         a1pms_api_put_policy 201 "service10" ricsim_g2_1 NOTYPE 5100 NOTRANSIENT $notificationurl testdata/STD/pi1_template.json
526         a1pms_api_put_policy 200 "service10" ricsim_g2_1 NOTYPE 5100 NOTRANSIENT $notificationurl testdata/STD/pi1_template.json
527
528         a1pms_api_put_policy 200 "service10" ricsim_g2_1 NOTYPE 5100 true $notificationurl testdata/STD/pi1_template.json
529         a1pms_api_put_policy 200 "service10" ricsim_g2_1 NOTYPE 5100 false $notificationurl testdata/STD/pi1_template.json
530
531         if [ "$A1PMS_VERSION" == "V2" ]; then
532             a1pms_api_put_policy 201 "service10" ricsim_g3_1 STD_QOS2_0.1.0 5200 NOTRANSIENT $notificationurl testdata/STD2/pi_qos2_template.json
533             a1pms_api_put_policy 200 "service10" ricsim_g3_1 STD_QOS2_0.1.0 5200 NOTRANSIENT $notificationurl testdata/STD2/pi_qos2_template.json
534
535             a1pms_api_put_policy 200 "service10" ricsim_g3_1 STD_QOS2_0.1.0 5200 true $notificationurl testdata/STD2/pi_qos2_template.json
536             a1pms_api_put_policy 200 "service10" ricsim_g3_1 STD_QOS2_0.1.0 5200 false $notificationurl testdata/STD2/pi_qos2_template.json
537         fi
538
539         a1pms_api_get_policy_status 404 1
540         a1pms_api_get_policy_status 404 2
541         VAL='NOT IN EFFECT'
542         a1pms_api_get_policy_status 200 5000 OSC "$VAL" "false"
543         a1pms_api_get_policy_status 200 5100 STD "UNDEFINED"
544         if [ "$A1PMS_VERSION" == "V2" ]; then
545             a1pms_api_get_policy_status 200 5200 STD2 EMPTY EMPTY
546         fi
547
548
549         deviation "TR10 - a1pms allows policy creation on unregistered service (side effect of orig. problem)- test combo $interface and $__httpx"
550         #kept until decision
551         #a1pms_equal json:policies 2
552         #Allow 3 for now
553         if [ "$A1PMS_VERSION" == "V2" ]; then
554             a1pms_equal json:policies 4
555         else
556             a1pms_equal json:policies 3
557         fi
558
559         deviation "TR10 - a1pms allows policy creation on unregistered service (side effect of orig. problem)- test combo $interface and $__httpx"
560         #kept until decision
561         #a1pms_equal json:policy_ids 2
562         #Allow 3 for now
563         if [ "$A1PMS_VERSION" == "V2" ]; then
564             a1pms_equal json:policy-instances 4
565         else
566             a1pms_equal json:policy_ids 3
567         fi
568
569         deviation "TR10 - a1pms allows policy creation on unregistered service (side effect of orig. problem)- test combo $interface and $__httpx"
570         #kept until decision
571         #a1pms_api_get_policy_ids 200 NORIC NOSERVICE NOTYPE 5000 5100
572         #Allow policy create with unregistered service for now
573         if [ "$A1PMS_VERSION" == "V2" ]; then
574             a1pms_api_get_policy_ids 200 NORIC NOSERVICE NOTYPE 5000 5100 2000 5200
575         else
576             a1pms_api_get_policy_ids 200 NORIC NOSERVICE NOTYPE 5000 5100 2000
577         fi
578
579         deviation "TR10 - a1pms allows policy creation on unregistered service (side effect of orig. problem)- test combo $interface and $__httpx"
580         #kept until decision
581         #a1pms_api_get_policy_ids 200 ricsim_g1_1 NOSERVICE NOTYPE 5000
582         #Allow policy create with unregistered service for now
583         if [ "$A1PMS_VERSION" == "V2" ]; then
584             a1pms_api_get_policy_ids 200 ricsim_g1_1 NOSERVICE NOTYPE 5000 2000
585
586             a1pms_api_get_policy_ids 200 ricsim_g2_1 NOSERVICE NOTYPE 5100
587
588             a1pms_api_get_policy_ids 200 ricsim_g3_1 NOSERVICE NOTYPE 5200
589
590             a1pms_api_get_policy_ids 200 NORIC "service10" NOTYPE 5000 5100 5200
591         else
592             a1pms_api_get_policy_ids 200 ricsim_g1_1 NOSERVICE NOTYPE 5000 2000
593
594             a1pms_api_get_policy_ids 200 ricsim_g2_1 NOSERVICE NOTYPE 5100
595
596
597             a1pms_api_get_policy_ids 200 NORIC "service10" NOTYPE 5000 5100
598         fi
599
600         deviation "TR10 - a1pms allows policy creation on unregistered service (side effect of orig. problem)- test combo $interface and $__httpx"
601         #kept until decision
602         #a1pms_api_get_policy_ids 200 NORIC NOSERVICE 1 5000
603         #Allow policy create with unregistered service for now
604
605         a1pms_api_get_policy_ids 200 NORIC NOSERVICE 1 5000 2000
606
607         a1pms_api_get_policy_ids 200 NORIC NOSERVICE 2 NOID
608
609         if [ "$A1PMS_VERSION" == "V2" ]; then
610             a1pms_api_get_policy_ids 200 NORIC NOSERVICE STD_QOS2_0.1.0 5200
611         fi
612
613         a1pms_api_get_policy_ids 200 ricsim_g2_1 NOSERVICE 1 NOID
614
615         if [ "$A1PMS_VERSION" == "V2" ]; then
616             a1pms_api_get_policy 200 5000 testdata/OSC/pi1_template.json "service10" ricsim_g1_1 1 false $notificationurl
617
618             a1pms_api_get_policy 200 5100 testdata/STD/pi1_template.json "service10" ricsim_g2_1 NOTYPE false $notificationurl
619
620             a1pms_api_get_policy 200 5200 testdata/STD2/pi_qos2_template.json "service10" ricsim_g3_1 STD_QOS2_0.1.0 false $notificationurl
621
622             a1pms_api_get_policies 200 ricsim_g1_1 "service10" 1 5000 ricsim_g1_1 "service10" 1 false $notificationurl testdata/OSC/pi1_template.json
623         else
624             a1pms_api_get_policy 200 5000 testdata/OSC/pi1_template.json
625
626             a1pms_api_get_policy 200 5100 testdata/STD/pi1_template.json
627
628             a1pms_api_get_policies 200 ricsim_g1_1 "service10" 1 5000 ricsim_g1_1 "service10" 1 testdata/OSC/pi1_template.json
629         fi
630
631         deviation "TR10 - a1pms allows policy creation on unregistered service (side effect of orig. problem)- test combo $interface and $__httpx"
632         #kept until decision
633         #a1pms_api_delete_policy 404 2000
634         #Allow policy create with unregistered service for now
635         a1pms_api_delete_policy 204 2000
636
637         a1pms_api_delete_policy 404 1500
638
639         a1pms_api_delete_policy 204 5000
640
641         if [ "$A1PMS_VERSION" == "V2" ]; then
642
643             a1pms_api_delete_policy 204 5200
644         fi
645
646         a1pms_equal json:policies 1
647
648
649         if [ "$A1PMS_VERSION" == "V2" ]; then
650             a1pms_equal json:policy-instances 1
651         else
652             a1pms_equal json:policy_ids 1
653         fi
654
655         a1pms_api_delete_policy 204 5100
656
657         a1pms_equal json:policies 0
658
659         if [ "$A1PMS_VERSION" == "V2" ]; then
660             a1pms_equal json:policy-instances 0
661         else
662             a1pms_equal json:policy_ids 0
663         fi
664
665         if [ "$A1PMS_VERSION" == "V2" ]; then
666             cr_equal 0 received_callbacks 3
667         fi
668
669         if [[ $interface = *"DMAAP"* ]]; then
670             mr_greater requests_submitted 0
671             VAL=$(mr_read requests_submitted)
672             mr_equal requests_fetched $VAL
673             mr_equal responses_submitted $VAL
674             mr_equal responses_fetched $VAL
675             mr_equal current_requests 0
676             mr_equal current_responses 0
677         else
678             mr_equal requests_submitted 0
679         fi
680         if [ $USE_ISTIO -eq 0 ]; then
681             if [[ $interface = *"SDNC"* ]]; then
682                 sim_contains_str ricsim_g1_1 remote_hosts $SDNC_APP_NAME
683                 sim_contains_str ricsim_g2_1 remote_hosts $SDNC_APP_NAME
684                 if [ "$A1PMS_VERSION" == "V2" ]; then
685                     sim_contains_str ricsim_g3_1 remote_hosts $SDNC_APP_NAME
686                 fi
687             else
688                 sim_contains_str ricsim_g1_1 remote_hosts $A1PMS_APP_NAME
689                 sim_contains_str ricsim_g2_1 remote_hosts $A1PMS_APP_NAME
690                 if [ "$A1PMS_VERSION" == "V2" ]; then
691                     sim_contains_str ricsim_g3_1 remote_hosts $A1PMS_APP_NAME
692                 fi
693             fi
694         fi
695
696         check_a1pms_logs
697
698         if [[ $interface = *"SDNC"* ]]; then
699             check_sdnc_logs
700         fi
701
702         store_logs          "${__httpx}__${interface}"
703
704     done
705
706 done
707
708 #### TEST COMPLETE ####
709
710
711 print_result
712
713 auto_clean_environment