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
10 # http://www.apache.org/licenses/LICENSE-2.0
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=================================================
20 TC_ONELINE_DESCR="Basic use case, register service, create/update policy, delete policy, de-register service using both STD and OSC interface while mixing REST and Dmaap"
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 NGW"
25 #App names to include in the test when running kubernetes, space separated list
26 KUBE_INCLUDED_IMAGES=" MR CR PA RICSIM CP KUBEPROXY NGW"
27 #Prestarted app (not started by script) to include in the test when running kubernetes, space separated list
28 KUBE_PRESTARTED_IMAGES=""
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"
35 #Supported test environment profiles
36 SUPPORTED_PROFILES="ONAP-GUILIN ONAP-HONOLULU ONAP-ISTANBUL ORAN-CHERRY ORAN-D-RELEASE ORAN-E-RELEASE"
38 SUPPORTED_RUNMODES="DOCKER KUBE"
40 . ../common/testcase_common.sh $@
41 . ../common/agent_api_functions.sh
42 . ../common/consul_cbs_functions.sh
43 . ../common/control_panel_api_functions.sh
44 . ../common/controller_api_functions.sh
45 . ../common/cr_api_functions.sh
46 . ../common/mr_api_functions.sh
47 . ../common/ricsimulator_api_functions.sh
48 . ../common/kube_proxy_api_functions.sh
49 . ../common/gateway_api_functions.sh
64 if [ $RUNMODE == "KUBE" ]; then
68 start_ric_simulators ricsim_g1 3 OSC_2.1.0
70 start_ric_simulators ricsim_g2 5 STD_1.1.3
72 if [ "$PMS_VERSION" == "V2" ]; then
73 start_ric_simulators ricsim_g3 1 STD_2.0.0
80 if [ $RUNMODE == "DOCKER" ]; then
84 start_control_panel $SIM_GROUP/$CONTROL_PANEL_COMPOSE_DIR/$CONTROL_PANEL_CONFIG_FILE
86 if [ ! -z "$NRT_GATEWAY_APP_NAME" ]; then
87 start_gateway $SIM_GROUP/$NRT_GATEWAY_COMPOSE_DIR/$NRT_GATEWAY_CONFIG_FILE
90 start_policy_agent NORPOXY $SIM_GROUP/$POLICY_AGENT_COMPOSE_DIR/$POLICY_AGENT_CONFIG_FILE
96 prepare_consul_config NOSDNC ".consul_config.json"
98 if [ $RUNMODE == "KUBE" ]; then
99 agent_load_config ".consul_config.json"
101 consul_config_app ".consul_config.json"
106 sim_print ricsim_g1_1 interface
108 sim_print ricsim_g2_1 interface
110 if [ "$PMS_VERSION" == "V2" ]; then
111 sim_print ricsim_g3_1 interface
114 sim_put_policy_type 201 ricsim_g1_1 1 testdata/OSC/sim_1.json
116 if [ "$PMS_VERSION" == "V2" ]; then
117 sim_put_policy_type 201 ricsim_g3_1 STD_QOS_0_2_0 testdata/STD2/sim_qos.json
118 api_equal json:policy-types 3 300
120 api_equal json:policy_types 2 300
125 if [ "$PMS_VERSION" == "V2" ]; then
126 notificationurl=$CR_SERVICE_PATH"/test"
133 api_put_service 201 "service1" 3600 "$CR_SERVICE_PATH/1"
135 api_put_policy 201 "service1" ricsim_g1_1 1 2000 NOTRANSIENT $notificationurl testdata/OSC/pi1_template.json 1
137 sim_equal ricsim_g1_1 num_instances 1
142 api_put_policy 201 "service1" ricsim_g1_1 1 3000 NOTRANSIENT $notificationurl testdata/OSC/pi1_template.json 1
144 sim_equal ricsim_g1_1 num_instances 2
149 api_put_policy 201 "service1" ricsim_g2_1 NOTYPE 2100 NOTRANSIENT $notificationurl testdata/STD/pi1_template.json 1
151 sim_equal ricsim_g2_1 num_instances 1
156 api_put_policy 201 "service1" ricsim_g2_1 NOTYPE 3100 NOTRANSIENT $notificationurl testdata/STD/pi1_template.json 1
158 sim_equal ricsim_g2_1 num_instances 2
160 if [ "$PMS_VERSION" == "V2" ]; then
163 api_put_policy 201 "service1" ricsim_g3_1 STD_QOS_0_2_0 2200 true $notificationurl testdata/STD2/pi_qos_template.json 1
165 sim_equal ricsim_g3_1 num_instances 1
169 api_put_policy 201 "service1" ricsim_g3_1 STD_QOS_0_2_0 3200 NOTRANSIENT $notificationurl testdata/STD2/pi_qos_template.json 1
171 sim_equal ricsim_g3_1 num_instances 2
178 api_put_service 200 "service1" 3600 "$CR_SERVICE_PATH/1"
180 api_put_policy 200 "service1" ricsim_g1_1 1 2000 NOTRANSIENT $notificationurl testdata/OSC/pi1_template.json 1
182 sim_equal ricsim_g1_1 num_instances 2
187 api_put_policy 200 "service1" ricsim_g1_1 1 3000 NOTRANSIENT $notificationurl testdata/OSC/pi1_template.json 1
189 sim_equal ricsim_g1_1 num_instances 2
195 api_put_policy 200 "service1" ricsim_g2_1 NOTYPE 2100 NOTRANSIENT $notificationurl testdata/STD/pi1_template.json 1
197 sim_equal ricsim_g2_1 num_instances 2
202 api_put_policy 200 "service1" ricsim_g2_1 NOTYPE 3100 NOTRANSIENT $notificationurl testdata/STD/pi1_template.json 1
204 sim_equal ricsim_g2_1 num_instances 2
206 if [ "$PMS_VERSION" == "V2" ]; then
209 api_put_policy 200 "service1" ricsim_g3_1 STD_QOS_0_2_0 2200 true $notificationurl testdata/STD2/pi_qos_template.json 1
211 sim_equal ricsim_g3_1 num_instances 2
216 api_put_policy 200 "service1" ricsim_g3_1 STD_QOS_0_2_0 3200 true $notificationurl testdata/STD2/pi_qos_template.json 1
218 sim_equal ricsim_g3_1 num_instances 2
222 if [ "$PMS_VERSION" == "V2" ]; then
223 api_get_policy 200 2000 testdata/OSC/pi1_template.json "service1" ricsim_g1_1 1 false $notificationurl
224 api_get_policy 200 3000 testdata/OSC/pi1_template.json "service1" ricsim_g1_1 1 false $notificationurl
225 api_get_policy 200 2100 testdata/STD/pi1_template.json "service1" ricsim_g2_1 NOTYPE false $notificationurl
226 api_get_policy 200 3100 testdata/STD/pi1_template.json "service1" ricsim_g2_1 NOTYPE false $notificationurl
227 api_get_policy 200 2200 testdata/STD2/pi_qos_template.json "service1" ricsim_g3_1 STD_QOS_0_2_0 true $notificationurl
228 api_get_policy 200 3200 testdata/STD2/pi_qos_template.json "service1" ricsim_g3_1 STD_QOS_0_2_0 true $notificationurl
230 api_get_policy 200 2000 testdata/OSC/pi1_template.json
231 api_get_policy 200 3000 testdata/OSC/pi1_template.json
232 api_get_policy 200 2100 testdata/STD/pi1_template.json
233 api_get_policy 200 3100 testdata/STD/pi1_template.json
236 sim_equal ricsim_g1_1 num_instances 2
237 sim_equal ricsim_g2_1 num_instances 2
239 if [ "$PMS_VERSION" == "V2" ]; then
240 sim_equal ricsim_g3_1 num_instances 2
246 api_delete_policy 204 2000
248 api_delete_policy 204 3000
250 api_delete_policy 204 2100
252 api_delete_policy 204 3100
253 if [ "$PMS_VERSION" == "V2" ]; then
255 api_delete_policy 204 2200
257 api_delete_policy 204 3200
260 sim_equal ricsim_g1_1 num_instances 0
261 sim_equal ricsim_g2_1 num_instances 0
263 if [ "$PMS_VERSION" == "V2" ]; then
264 sim_equal ricsim_g3_1 num_instances 0
267 # Check remote host access to simulator
269 sim_contains_str ricsim_g1_1 remote_hosts $POLICY_AGENT_APP_NAME
270 sim_contains_str ricsim_g2_1 remote_hosts $POLICY_AGENT_APP_NAME
271 if [ "$PMS_VERSION" == "V2" ]; then
272 sim_contains_str ricsim_g3_1 remote_hosts $POLICY_AGENT_APP_NAME
275 # Check policy removal
277 api_get_policy 404 2000
278 api_get_policy 404 3000
279 api_get_policy 404 2100
280 api_get_policy 404 3100
282 if [ "$PMS_VERSION" == "V2" ]; then
283 api_get_policy 404 2200
284 api_get_policy 404 3200
289 api_delete_services 204 "service1"
291 api_get_services 404 "service1"
293 check_policy_agent_logs
295 #### TEST COMPLETE ####
301 auto_clean_environment