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 KUBEPROXY"
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 ONAP-JAKARTA ORAN-CHERRY ORAN-D-RELEASE ORAN-E-RELEASE ORAN-F-RELEASE"
38 SUPPORTED_RUNMODES="DOCKER KUBE"
40 . ../common/testcase_common.sh $@
57 start_ric_simulators ricsim_g1 3 OSC_2.1.0
59 start_ric_simulators ricsim_g2 5 STD_1.1.3
61 if [ "$PMS_VERSION" == "V2" ]; then
62 start_ric_simulators ricsim_g3 1 STD_2.0.0
69 if [ $RUNMODE == "DOCKER" ]; then
73 start_control_panel $SIM_GROUP/$CONTROL_PANEL_COMPOSE_DIR/$CONTROL_PANEL_CONFIG_FILE
75 if [ ! -z "$NRT_GATEWAY_APP_NAME" ]; then
76 start_gateway $SIM_GROUP/$NRT_GATEWAY_COMPOSE_DIR/$NRT_GATEWAY_CONFIG_FILE
79 start_policy_agent NORPOXY $SIM_GROUP/$POLICY_AGENT_COMPOSE_DIR/$POLICY_AGENT_CONFIG_FILE
85 prepare_consul_config NOSDNC ".consul_config.json"
87 if [ $RUNMODE == "KUBE" ]; then
88 agent_load_config ".consul_config.json"
90 consul_config_app ".consul_config.json"
95 sim_print ricsim_g1_1 interface
97 sim_print ricsim_g2_1 interface
99 if [ "$PMS_VERSION" == "V2" ]; then
100 sim_print ricsim_g3_1 interface
103 sim_put_policy_type 201 ricsim_g1_1 1 testdata/OSC/sim_1.json
105 if [ "$PMS_VERSION" == "V2" ]; then
106 sim_put_policy_type 201 ricsim_g3_1 STD_QOS_0_2_0 testdata/STD2/sim_qos.json
107 api_equal json:policy-types 3 300
109 api_equal json:policy_types 2 300
114 if [ "$PMS_VERSION" == "V2" ]; then
115 notificationurl=$CR_SERVICE_APP_PATH_0"/test"
122 api_put_service 201 "service1" 3600 "$CR_SERVICE_APP_PATH_0/1"
124 api_put_policy 201 "service1" ricsim_g1_1 1 2000 NOTRANSIENT $notificationurl testdata/OSC/pi1_template.json 1
126 sim_equal ricsim_g1_1 num_instances 1
131 api_put_policy 201 "service1" ricsim_g1_1 1 3000 NOTRANSIENT $notificationurl testdata/OSC/pi1_template.json 1
133 sim_equal ricsim_g1_1 num_instances 2
138 api_put_policy 201 "service1" ricsim_g2_1 NOTYPE 2100 NOTRANSIENT $notificationurl testdata/STD/pi1_template.json 1
140 sim_equal ricsim_g2_1 num_instances 1
145 api_put_policy 201 "service1" ricsim_g2_1 NOTYPE 3100 NOTRANSIENT $notificationurl testdata/STD/pi1_template.json 1
147 sim_equal ricsim_g2_1 num_instances 2
149 if [ "$PMS_VERSION" == "V2" ]; then
152 api_put_policy 201 "service1" ricsim_g3_1 STD_QOS_0_2_0 2200 true $notificationurl testdata/STD2/pi_qos_template.json 1
154 sim_equal ricsim_g3_1 num_instances 1
158 api_put_policy 201 "service1" ricsim_g3_1 STD_QOS_0_2_0 3200 NOTRANSIENT $notificationurl testdata/STD2/pi_qos_template.json 1
160 sim_equal ricsim_g3_1 num_instances 2
167 api_put_service 200 "service1" 3600 "$CR_SERVICE_APP_PATH_0/1"
169 api_put_policy 200 "service1" ricsim_g1_1 1 2000 NOTRANSIENT $notificationurl testdata/OSC/pi1_template.json 1
171 sim_equal ricsim_g1_1 num_instances 2
176 api_put_policy 200 "service1" ricsim_g1_1 1 3000 NOTRANSIENT $notificationurl testdata/OSC/pi1_template.json 1
178 sim_equal ricsim_g1_1 num_instances 2
184 api_put_policy 200 "service1" ricsim_g2_1 NOTYPE 2100 NOTRANSIENT $notificationurl testdata/STD/pi1_template.json 1
186 sim_equal ricsim_g2_1 num_instances 2
191 api_put_policy 200 "service1" ricsim_g2_1 NOTYPE 3100 NOTRANSIENT $notificationurl testdata/STD/pi1_template.json 1
193 sim_equal ricsim_g2_1 num_instances 2
195 if [ "$PMS_VERSION" == "V2" ]; then
198 api_put_policy 200 "service1" ricsim_g3_1 STD_QOS_0_2_0 2200 true $notificationurl testdata/STD2/pi_qos_template.json 1
200 sim_equal ricsim_g3_1 num_instances 2
205 api_put_policy 200 "service1" ricsim_g3_1 STD_QOS_0_2_0 3200 true $notificationurl testdata/STD2/pi_qos_template.json 1
207 sim_equal ricsim_g3_1 num_instances 2
211 if [ "$PMS_VERSION" == "V2" ]; then
212 api_get_policy 200 2000 testdata/OSC/pi1_template.json "service1" ricsim_g1_1 1 false $notificationurl
213 api_get_policy 200 3000 testdata/OSC/pi1_template.json "service1" ricsim_g1_1 1 false $notificationurl
214 api_get_policy 200 2100 testdata/STD/pi1_template.json "service1" ricsim_g2_1 NOTYPE false $notificationurl
215 api_get_policy 200 3100 testdata/STD/pi1_template.json "service1" ricsim_g2_1 NOTYPE false $notificationurl
216 api_get_policy 200 2200 testdata/STD2/pi_qos_template.json "service1" ricsim_g3_1 STD_QOS_0_2_0 true $notificationurl
217 api_get_policy 200 3200 testdata/STD2/pi_qos_template.json "service1" ricsim_g3_1 STD_QOS_0_2_0 true $notificationurl
219 api_get_policy 200 2000 testdata/OSC/pi1_template.json
220 api_get_policy 200 3000 testdata/OSC/pi1_template.json
221 api_get_policy 200 2100 testdata/STD/pi1_template.json
222 api_get_policy 200 3100 testdata/STD/pi1_template.json
225 sim_equal ricsim_g1_1 num_instances 2
226 sim_equal ricsim_g2_1 num_instances 2
228 if [ "$PMS_VERSION" == "V2" ]; then
229 sim_equal ricsim_g3_1 num_instances 2
235 api_delete_policy 204 2000
237 api_delete_policy 204 3000
239 api_delete_policy 204 2100
241 api_delete_policy 204 3100
242 if [ "$PMS_VERSION" == "V2" ]; then
244 api_delete_policy 204 2200
246 api_delete_policy 204 3200
249 sim_equal ricsim_g1_1 num_instances 0
250 sim_equal ricsim_g2_1 num_instances 0
252 if [ "$PMS_VERSION" == "V2" ]; then
253 sim_equal ricsim_g3_1 num_instances 0
256 # Check remote host access to simulator
258 sim_contains_str ricsim_g1_1 remote_hosts $POLICY_AGENT_APP_NAME
259 sim_contains_str ricsim_g2_1 remote_hosts $POLICY_AGENT_APP_NAME
260 if [ "$PMS_VERSION" == "V2" ]; then
261 sim_contains_str ricsim_g3_1 remote_hosts $POLICY_AGENT_APP_NAME
264 # Check policy removal
266 api_get_policy 404 2000
267 api_get_policy 404 3000
268 api_get_policy 404 2100
269 api_get_policy 404 3100
271 if [ "$PMS_VERSION" == "V2" ]; then
272 api_get_policy 404 2200
273 api_get_policy 404 3200
278 api_delete_services 204 "service1"
280 api_get_services 404 "service1"
282 check_policy_agent_logs
284 #### TEST COMPLETE ####
290 auto_clean_environment