blob: e017643aacdf6252bfde10235cae47c804c825e4 [file] [log] [blame]
BjornMagnussonXA70e878f2020-05-11 14:11:30 +02001#!/bin/bash
BjornMagnussonXA80a92002020-03-19 14:31:06 +01002
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
BjornMagnussonXA70e878f2020-05-11 14:11:30 +020020
BjornMagnussonXA7b36db62020-11-23 10:57:57 +010021TC_ONELINE_DESCR="Resync of RIC via changes in the consul config or pushed config"
BjornMagnussonXA80a92002020-03-19 14:31:06 +010022
BjornMagnussonXAe0b665e2021-01-08 22:19:18 +010023#App names to include in the test when running docker, space separated list
BjornMagnussonXA663566c2021-11-08 10:25:07 +010024DOCKER_INCLUDED_IMAGES="CBS CONSUL CP CR MR PA RICSIM NGW KUBEPROXY"
BjornMagnussonXA49f0e5a2020-11-08 22:41:39 +010025
BjornMagnussonXAe0b665e2021-01-08 22:19:18 +010026#Supported test environment profiles
BjornMagnussonXAfec823b2021-08-03 14:14:05 +020027SUPPORTED_PROFILES="ONAP-GUILIN ONAP-HONOLULU ONAP-ISTANBUL ORAN-CHERRY ORAN-D-RELEASE ORAN-E-RELEASE"
BjornMagnussonXAe0b665e2021-01-08 22:19:18 +010028#Supported run modes
29SUPPORTED_RUNMODES="DOCKER"
BjornMagnussonXAbbd2e9d2020-05-27 21:24:06 +020030
BjornMagnussonXA80a92002020-03-19 14:31:06 +010031. ../common/testcase_common.sh $@
32. ../common/agent_api_functions.sh
33. ../common/ricsimulator_api_functions.sh
BjornMagnussonXA49f0e5a2020-11-08 22:41:39 +010034. ../common/cr_api_functions.sh
BjornMagnussonXAe0b665e2021-01-08 22:19:18 +010035. ../common/mr_api_functions.sh
36. ../common/control_panel_api_functions.sh
37. ../common/controller_api_functions.sh
BjornMagnussonXAc963b732021-01-20 14:24:13 +010038. ../common/consul_cbs_functions.sh
BjornMagnussonXAfec823b2021-08-03 14:14:05 +020039. ../common/gateway_api_functions.sh
BjornMagnussonXA80a92002020-03-19 14:31:06 +010040
BjornMagnussonXAbe9a07f2021-02-25 10:51:46 +010041setup_testenvironment
42
BjornMagnussonXA80a92002020-03-19 14:31:06 +010043#### TEST BEGIN ####
44
BjornMagnussonXA4207b832020-11-03 09:52:49 +010045if [ "$PMS_VERSION" == "V2" ]; then
BjornMagnussonXA7b36db62020-11-23 10:57:57 +010046 TESTED_VARIANTS="CONSUL NOCONSUL"
BjornMagnussonXA4207b832020-11-03 09:52:49 +010047else
BjornMagnussonXA7b36db62020-11-23 10:57:57 +010048 TESTED_VARIANTS="CONSUL"
BjornMagnussonXA4207b832020-11-03 09:52:49 +010049fi
BjornMagnussonXA80a92002020-03-19 14:31:06 +010050
BjornMagnussonXA7b36db62020-11-23 10:57:57 +010051for consul_conf in $TESTED_VARIANTS ; do
BjornMagnussonXAbe9a07f2021-02-25 10:51:46 +010052 generate_policy_uuid
BjornMagnussonXA80a92002020-03-19 14:31:06 +010053
BjornMagnussonXA7b36db62020-11-23 10:57:57 +010054 # Clean container and start all needed containers #
BjornMagnussonXAe0b665e2021-01-08 22:19:18 +010055 clean_environment
BjornMagnussonXA80a92002020-03-19 14:31:06 +010056
BjornMagnussonXA663566c2021-11-08 10:25:07 +010057 start_kube_proxy
58
BjornMagnussonXAbe9a07f2021-02-25 10:51:46 +010059 start_policy_agent NOPROXY $SIM_GROUP/$POLICY_AGENT_COMPOSE_DIR/$POLICY_AGENT_CONFIG_FILE
BjornMagnussonXA80a92002020-03-19 14:31:06 +010060
BjornMagnussonXA7b36db62020-11-23 10:57:57 +010061 set_agent_trace
BjornMagnussonXA49f0e5a2020-11-08 22:41:39 +010062
BjornMagnussonXA7b36db62020-11-23 10:57:57 +010063 # Create service to be able to receive events when rics becomes available
64 # Must use rest towards the agent since dmaap is not configured yet
BjornMagnussonXA663566c2021-11-08 10:25:07 +010065 api_put_service 201 "ric-registration" 0 "$CR_SERVICE_APP_PATH/ric-registration"
BjornMagnussonXA49f0e5a2020-11-08 22:41:39 +010066
BjornMagnussonXA7b36db62020-11-23 10:57:57 +010067 # 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 [ "$PMS_VERSION" == "V2" ]; then
71 start_ric_simulators ricsim_g3 1 STD_2.0.0
72 fi
BjornMagnussonXA80a92002020-03-19 14:31:06 +010073
BjornMagnussonXA7b36db62020-11-23 10:57:57 +010074 start_mr
BjornMagnussonXA80a92002020-03-19 14:31:06 +010075
BjornMagnussonXA7b36db62020-11-23 10:57:57 +010076 start_cr
BjornMagnussonXA70e878f2020-05-11 14:11:30 +020077
BjornMagnussonXAfec823b2021-08-03 14:14:05 +020078 start_control_panel $SIM_GROUP/$CONTROL_PANEL_COMPOSE_DIR/$CONTROL_PANEL_CONFIG_FILE
BjornMagnussonXA70e878f2020-05-11 14:11:30 +020079
BjornMagnussonXA7b36db62020-11-23 10:57:57 +010080 if [ $consul_conf == "CONSUL" ]; then
81 start_consul_cbs
82 fi
BjornMagnussonXA70e878f2020-05-11 14:11:30 +020083
BjornMagnussonXA7b36db62020-11-23 10:57:57 +010084 prepare_consul_config NOSDNC ".consul_config.json"
BjornMagnussonXA49f0e5a2020-11-08 22:41:39 +010085
BjornMagnussonXA7b36db62020-11-23 10:57:57 +010086 if [ "$PMS_VERSION" == "V2" ] && [ $consul_conf == "NOCONSUL" ]; then
87 api_put_configuration 200 ".consul_config.json"
88 api_get_configuration 200 ".consul_config.json"
89 else
90 consul_config_app ".consul_config.json"
91 fi
BjornMagnussonXA70e878f2020-05-11 14:11:30 +020092
BjornMagnussonXA7b36db62020-11-23 10:57:57 +010093 if [ "$PMS_VERSION" == "V2" ]; then
BjornMagnussonXAe0b665e2021-01-08 22:19:18 +010094 api_equal json:rics 3 300
BjornMagnussonXA80a92002020-03-19 14:31:06 +010095
BjornMagnussonXA7b36db62020-11-23 10:57:57 +010096 cr_equal received_callbacks 3 120
97
98 cr_api_check_all_sync_events 200 ric-registration ricsim_g1_1 ricsim_g2_1 ricsim_g3_1
99 else
BjornMagnussonXAe0b665e2021-01-08 22:19:18 +0100100 api_equal json:rics 2 300
BjornMagnussonXA7b36db62020-11-23 10:57:57 +0100101 fi
102
103 # Add an STD RIC and check
104 start_ric_simulators ricsim_g2 2 STD_1.1.3
105
106 prepare_consul_config NOSDNC ".consul_config.json"
107 if [ "$PMS_VERSION" == "V2" ] && [ $consul_conf == "NOCONSUL" ]; then
108 api_put_configuration 200 ".consul_config.json"
109 api_get_configuration 200 ".consul_config.json"
110 else
111 consul_config_app ".consul_config.json"
112 fi
113
114 if [ "$PMS_VERSION" == "V2" ]; then
115 api_equal json:rics 4 120
116
117 cr_equal received_callbacks 4 120
118
119 cr_api_check_all_sync_events 200 ric-registration ricsim_g2_2
120 else
121 api_equal json:rics 3 120
122 fi
123
124 check_policy_agent_logs
BjornMagnussonXAbe9a07f2021-02-25 10:51:46 +0100125
BjornMagnussonXA7b36db62020-11-23 10:57:57 +0100126
127 # Remove one RIC RIC and check
128 start_ric_simulators ricsim_g2 1 STD_1.1.3
129
130 prepare_consul_config NOSDNC ".consul_config.json"
131 if [ "$PMS_VERSION" == "V2" ] && [ $consul_conf == "NOCONSUL" ]; then
132 api_put_configuration 200 ".consul_config.json"
133 api_get_configuration 200 ".consul_config.json"
134 else
135 consul_config_app ".consul_config.json"
136 fi
137
138 if [ "$PMS_VERSION" == "V2" ]; then
139 api_equal json:rics 3 120
140
141 cr_equal received_callbacks 4 120
142 else
143 api_equal json:rics 2 120
144 fi
145
146 if [ "$PMS_VERSION" == "V2" ] && [ $consul_conf == "NOCONSUL" ]; then
147 api_get_configuration 200 ".consul_config.json"
148 fi
149
150 check_policy_agent_logs
BjornMagnussonXAbe9a07f2021-02-25 10:51:46 +0100151 check_sdnc_logs
BjornMagnussonXA7b36db62020-11-23 10:57:57 +0100152
153 store_logs END_$consul_conf
154done
BjornMagnussonXA80a92002020-03-19 14:31:06 +0100155
BjornMagnussonXA70e878f2020-05-11 14:11:30 +0200156
157#### TEST COMPLETE ####
158
159
160print_result
161
BjornMagnussonXAe0b665e2021-01-08 22:19:18 +0100162auto_clean_environment