ba07999cea4213d38cadfad3f95cf020601edcd9
[nonrtric.git] / test / auto-test / FTC310.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="Resync of RIC via changes in the consul config or pushed config"
22
23 #App names to include in the test when running docker, space separated list
24 DOCKER_INCLUDED_IMAGES="CBS CONSUL CP CR MR A1PMS RICSIM KUBEPROXY"
25
26 #Ignore image in DOCKER_INCLUDED_IMAGES, KUBE_INCLUDED_IMAGES if
27 #the image is not configured in the supplied env_file
28 #Used for images not applicable to all supported profile
29 CONDITIONALLY_IGNORED_IMAGES="CBS CONSUL"
30
31 #Supported test environment profiles
32 SUPPORTED_PROFILES="ONAP-GUILIN ONAP-HONOLULU ONAP-ISTANBUL ONAP-JAKARTA ONAP-KOHN ONAP-LONDON  ORAN-CHERRY ORAN-D-RELEASE ORAN-E-RELEASE ORAN-F-RELEASE ORAN-G-RELEASE ORAN-H-RELEASE"
33 #Supported run modes
34 SUPPORTED_RUNMODES="DOCKER"
35
36 . ../common/testcase_common.sh $@
37
38 setup_testenvironment
39
40 #### TEST BEGIN ####
41
42 if [ "$A1PMS_VERSION" == "V2" ]; then
43     TESTED_VARIANTS="CONSUL NOCONSUL"
44     if [[ "$A1PMS_FEATURE_LEVEL" == *"NOCONSUL"* ]]; then
45         TESTED_VARIANTS="NOCONSUL"
46     fi
47 else
48     TESTED_VARIANTS="CONSUL"
49 fi
50
51 for consul_conf in $TESTED_VARIANTS ; do
52     generate_policy_uuid
53
54     # Clean container and start all needed containers #
55     clean_environment
56
57     start_kube_proxy
58
59     start_a1pms NOPROXY $SIM_GROUP/$A1PMS_COMPOSE_DIR/$A1PMS_CONFIG_FILE
60
61     set_a1pms_trace
62
63     # Create service to be able to receive events when rics becomes available
64     # Must use rest towards the a1pms since dmaap is not configured yet
65     a1pms_api_put_service 201 "ric-registration" 0 "$CR_SERVICE_APP_PATH_0/ric-registration"
66
67     # Start one RIC of each type
68     start_ric_simulators ricsim_g1 1  OSC_2.1.0
69     start_ric_simulators ricsim_g2 1  STD_1.1.3
70     if [ "$A1PMS_VERSION" == "V2" ]; then
71         start_ric_simulators ricsim_g3 1  STD_2.0.0
72     fi
73
74     start_mr
75
76     start_cr 1
77
78     start_control_panel $SIM_GROUP/$CONTROL_PANEL_COMPOSE_DIR/$CONTROL_PANEL_CONFIG_FILE
79
80     if [ $consul_conf == "CONSUL" ]; then
81         start_consul_cbs
82     fi
83
84     __CONFIG_HEADER="NOHEADER"
85     if [ $RUNMODE == "KUBE" ]; then
86         __CONFIG_HEADER="HEADER"
87     else
88         if [[ "$A1PMS_FEATURE_LEVEL" == *"NOCONSUL"* ]]; then
89             __CONFIG_HEADER="HEADER"
90         fi
91     fi
92     prepare_consul_config      NOSDNC  ".consul_config.json" $__CONFIG_HEADER
93
94     if [ "$A1PMS_VERSION" == "V2" ] && [ $consul_conf == "NOCONSUL" ]; then
95         a1pms_api_put_configuration 200 ".consul_config.json"
96         a1pms_api_get_configuration 200 ".consul_config.json"
97     else
98         consul_config_app                  ".consul_config.json"
99     fi
100
101     if [ "$A1PMS_VERSION" == "V2" ]; then
102         a1pms_equal json:rics 3 300
103
104         cr_equal 0 received_callbacks 3 120
105
106         cr_api_check_all_sync_events 200 0 ric-registration ricsim_g1_1 ricsim_g2_1 ricsim_g3_1
107     else
108         a1pms_equal json:rics 2 300
109     fi
110
111     # Add an STD RIC and check
112     start_ric_simulators ricsim_g2 2  STD_1.1.3
113
114     prepare_consul_config      NOSDNC  ".consul_config.json" $__CONFIG_HEADER
115     if [ "$A1PMS_VERSION" == "V2" ] && [ $consul_conf == "NOCONSUL" ]; then
116         a1pms_api_put_configuration 200 ".consul_config.json"
117         a1pms_api_get_configuration 200 ".consul_config.json"
118     else
119         consul_config_app                  ".consul_config.json"
120     fi
121
122     if [ "$A1PMS_VERSION" == "V2" ]; then
123         a1pms_equal json:rics 4 120
124
125         cr_equal 0 received_callbacks 4 120
126
127         cr_api_check_all_sync_events 200 0 ric-registration ricsim_g2_2
128     else
129         a1pms_equal json:rics 3 120
130     fi
131
132     check_a1pms_logs
133
134
135     # Remove one RIC RIC and check
136     start_ric_simulators ricsim_g2 1  STD_1.1.3
137
138     prepare_consul_config      NOSDNC  ".consul_config.json" $__CONFIG_HEADER
139     if [ "$A1PMS_VERSION" == "V2" ] && [ $consul_conf == "NOCONSUL" ]; then
140         a1pms_api_put_configuration 200 ".consul_config.json"
141         a1pms_api_get_configuration 200 ".consul_config.json"
142     else
143         consul_config_app                  ".consul_config.json"
144     fi
145
146     if [ "$A1PMS_VERSION" == "V2" ]; then
147         a1pms_equal json:rics 3 120
148
149         cr_equal 0 received_callbacks 4 120
150     else
151         a1pms_equal json:rics 2 120
152     fi
153
154     if [ "$A1PMS_VERSION" == "V2" ] && [ $consul_conf == "NOCONSUL" ]; then
155         a1pms_api_get_configuration 200 ".consul_config.json"
156     fi
157
158     check_a1pms_logs
159
160     store_logs          END_$consul_conf
161 done
162
163
164 #### TEST COMPLETE ####
165
166
167 print_result
168
169 auto_clean_environment