BjornMagnussonXA | 52bcf1e | 2020-09-07 14:06:35 +0200 | [diff] [blame] | 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="Sanity test, create service and then create,update and delete a policy using http/https and Agent REST/DMAAP with/without SDNC controller" |
| 22 | |
BjornMagnussonXA | d8d0529 | 2020-10-02 10:54:51 +0200 | [diff] [blame] | 23 | #App names to include in the test, space separated list |
| 24 | INCLUDED_IMAGES="CBS CONSUL CP CR MR PA RICSIM SDNC" |
BjornMagnussonXA | 52bcf1e | 2020-09-07 14:06:35 +0200 | [diff] [blame] | 25 | |
BjornMagnussonXA | a8a3062 | 2020-11-12 11:03:10 +0100 | [diff] [blame] | 26 | #Supported test env file (profile) |
| 27 | SUPPORTED_PROFILES="ONAP-MASTER ONAP-GUILIN" |
| 28 | |
BjornMagnussonXA | 52bcf1e | 2020-09-07 14:06:35 +0200 | [diff] [blame] | 29 | . ../common/testcase_common.sh $@ |
| 30 | . ../common/agent_api_functions.sh |
| 31 | . ../common/ricsimulator_api_functions.sh |
BjornMagnussonXA | a8a3062 | 2020-11-12 11:03:10 +0100 | [diff] [blame] | 32 | . ../common/cr_api_functions.sh |
BjornMagnussonXA | 52bcf1e | 2020-09-07 14:06:35 +0200 | [diff] [blame] | 33 | |
| 34 | #### TEST BEGIN #### |
| 35 | |
| 36 | |
| 37 | generate_uuid |
| 38 | |
BjornMagnussonXA | 52bcf1e | 2020-09-07 14:06:35 +0200 | [diff] [blame] | 39 | # Tested variants of REST/DMAAP/SDNC config |
| 40 | TESTED_VARIANTS="REST DMAAP" |
| 41 | #Test agent and simulator protocol versions (others are http only) |
| 42 | TESTED_PROTOCOLS="HTTP HTTPS" |
| 43 | |
| 44 | for __httpx in $TESTED_PROTOCOLS ; do |
| 45 | for interface in $TESTED_VARIANTS ; do |
| 46 | |
| 47 | echo "#####################################################################" |
| 48 | echo "#####################################################################" |
| 49 | echo "### Testing agent: $interface using $__httpx" |
| 50 | echo "#####################################################################" |
| 51 | echo "#####################################################################" |
| 52 | |
BjornMagnussonXA | 52bcf1e | 2020-09-07 14:06:35 +0200 | [diff] [blame] | 53 | # Clean container and start all needed containers # |
| 54 | clean_containers |
| 55 | |
| 56 | if [ $__httpx == "HTTPS" ]; then |
BjornMagnussonXA | a8a3062 | 2020-11-12 11:03:10 +0100 | [diff] [blame] | 57 | use_cr_https |
| 58 | #echo "Using secure ports between agent and MR" |
| 59 | use_mr_https |
BjornMagnussonXA | 52bcf1e | 2020-09-07 14:06:35 +0200 | [diff] [blame] | 60 | #"Using secure ports towards simulators" |
| 61 | use_simulator_https |
BjornMagnussonXA | a8a3062 | 2020-11-12 11:03:10 +0100 | [diff] [blame] | 62 | use_agent_rest_https |
BjornMagnussonXA | 52bcf1e | 2020-09-07 14:06:35 +0200 | [diff] [blame] | 63 | else |
BjornMagnussonXA | a8a3062 | 2020-11-12 11:03:10 +0100 | [diff] [blame] | 64 | use_cr_http |
| 65 | #"Using non-secure ports between agent and MR" |
| 66 | use_mr_http |
BjornMagnussonXA | 52bcf1e | 2020-09-07 14:06:35 +0200 | [diff] [blame] | 67 | #"Using non-secure ports towards simulators" |
| 68 | use_simulator_http |
BjornMagnussonXA | a8a3062 | 2020-11-12 11:03:10 +0100 | [diff] [blame] | 69 | use_agent_rest_http |
BjornMagnussonXA | 52bcf1e | 2020-09-07 14:06:35 +0200 | [diff] [blame] | 70 | fi |
| 71 | |
| 72 | start_ric_simulators ricsim_g1 1 OSC_2.1.0 |
| 73 | start_ric_simulators ricsim_g2 1 STD_1.1.3 |
| 74 | |
| 75 | start_mr |
| 76 | |
BjornMagnussonXA | 52bcf1e | 2020-09-07 14:06:35 +0200 | [diff] [blame] | 77 | start_cr |
| 78 | |
BjornMagnussonXA | a8a3062 | 2020-11-12 11:03:10 +0100 | [diff] [blame] | 79 | start_policy_agent |
| 80 | |
| 81 | set_agent_debug |
| 82 | |
| 83 | # Create service to be able to receive events when rics becomes available |
| 84 | # Must use rest towards the agent since dmaap is not configured yet |
| 85 | api_put_service 201 "ric-registration" 0 "$CR_PATH/ric-registration" |
| 86 | |
BjornMagnussonXA | 52bcf1e | 2020-09-07 14:06:35 +0200 | [diff] [blame] | 87 | if [ $interface == "REST+SDNC" ] || [ $interface == "DMAAP+SDNC" ]; then |
| 88 | |
| 89 | start_sdnc |
| 90 | |
| 91 | if [ $__httpx == "HTTPS" ]; then |
| 92 | # "Using secure ports towards SDNC" |
| 93 | use_sdnc_https |
| 94 | else |
| 95 | #"Using non-secure ports towards SDNC" |
| 96 | use_sdnc_http |
| 97 | fi |
| 98 | fi |
| 99 | |
BjornMagnussonXA | a8a3062 | 2020-11-12 11:03:10 +0100 | [diff] [blame] | 100 | cr_equal received_callbacks 0 |
| 101 | |
BjornMagnussonXA | 52bcf1e | 2020-09-07 14:06:35 +0200 | [diff] [blame] | 102 | start_consul_cbs |
| 103 | |
| 104 | if [ $interface == "REST+SDNC" ] || [ $interface == "DMAAP+SDNC" ]; then |
| 105 | prepare_consul_config SDNC ".consul_config.json" |
| 106 | else |
| 107 | prepare_consul_config NOSDNC ".consul_config.json" |
| 108 | fi |
| 109 | |
| 110 | consul_config_app ".consul_config.json" |
| 111 | |
| 112 | start_control_panel |
| 113 | |
BjornMagnussonXA | 52bcf1e | 2020-09-07 14:06:35 +0200 | [diff] [blame] | 114 | if [ $interface == "DMAAP" ] || [ $interface == "DMAAP+SDNC" ]; then |
| 115 | if [ $__httpx == "HTTPS" ]; then |
| 116 | echo "Using secure ports towards dmaap" |
| 117 | use_agent_dmaap_https |
| 118 | else |
| 119 | echo "Using non-secure ports towards dmaap" |
| 120 | use_agent_dmaap_http |
| 121 | fi |
| 122 | else |
| 123 | if [ $__httpx == "HTTPS" ]; then |
| 124 | echo "Using secure ports towards the agent" |
| 125 | use_agent_rest_https |
| 126 | else |
| 127 | echo "Using non-secure ports towards the agent" |
| 128 | use_agent_rest_http |
| 129 | fi |
| 130 | fi |
| 131 | |
BjornMagnussonXA | 52bcf1e | 2020-09-07 14:06:35 +0200 | [diff] [blame] | 132 | mr_equal requests_submitted 0 |
| 133 | |
| 134 | sim_put_policy_type 201 ricsim_g1_1 1 testdata/OSC/sim_1.json |
| 135 | |
BjornMagnussonXA | a8a3062 | 2020-11-12 11:03:10 +0100 | [diff] [blame] | 136 | if [ "$PMS_VERSION" == "V2" ]; then |
| 137 | api_equal json:rics 2 60 |
BjornMagnussonXA | 52bcf1e | 2020-09-07 14:06:35 +0200 | [diff] [blame] | 138 | |
BjornMagnussonXA | a8a3062 | 2020-11-12 11:03:10 +0100 | [diff] [blame] | 139 | api_equal json:policy-types 2 120 |
BjornMagnussonXA | 52bcf1e | 2020-09-07 14:06:35 +0200 | [diff] [blame] | 140 | |
BjornMagnussonXA | a8a3062 | 2020-11-12 11:03:10 +0100 | [diff] [blame] | 141 | api_equal json:policies 0 |
BjornMagnussonXA | 52bcf1e | 2020-09-07 14:06:35 +0200 | [diff] [blame] | 142 | |
BjornMagnussonXA | a8a3062 | 2020-11-12 11:03:10 +0100 | [diff] [blame] | 143 | api_equal json:policy-instances 0 |
| 144 | else |
| 145 | api_equal json:rics 2 60 |
BjornMagnussonXA | 52bcf1e | 2020-09-07 14:06:35 +0200 | [diff] [blame] | 146 | |
BjornMagnussonXA | a8a3062 | 2020-11-12 11:03:10 +0100 | [diff] [blame] | 147 | api_equal json:policy_schemas 2 120 |
| 148 | |
| 149 | api_equal json:policy_types 2 |
| 150 | |
| 151 | api_equal json:policies 0 |
| 152 | |
| 153 | api_equal json:policy_ids 0 |
| 154 | fi |
BjornMagnussonXA | 52bcf1e | 2020-09-07 14:06:35 +0200 | [diff] [blame] | 155 | |
| 156 | echo "############################################" |
| 157 | echo "############## Health check ################" |
| 158 | echo "############################################" |
| 159 | |
| 160 | api_get_status 200 |
| 161 | |
| 162 | echo "############################################" |
| 163 | echo "##### Service registry and supervision #####" |
| 164 | echo "############################################" |
| 165 | |
| 166 | api_put_service 201 "serv1" 1000 "$CR_PATH/1" |
| 167 | |
BjornMagnussonXA | a8a3062 | 2020-11-12 11:03:10 +0100 | [diff] [blame] | 168 | api_get_service_ids 200 "serv1" "ric-registration" |
BjornMagnussonXA | 52bcf1e | 2020-09-07 14:06:35 +0200 | [diff] [blame] | 169 | |
| 170 | api_put_services_keepalive 200 "serv1" |
| 171 | |
| 172 | echo "############################################" |
| 173 | echo "############## RIC Repository ##############" |
| 174 | echo "############################################" |
| 175 | |
| 176 | api_get_rics 200 NOTYPE "ricsim_g1_1:me1_ricsim_g1_1,me2_ricsim_g1_1:1:AVAILABLE ricsim_g2_1:me1_ricsim_g2_1,me2_ricsim_g2_1:EMPTYTYPE:AVAILABLE" |
| 177 | |
| 178 | echo "############################################" |
| 179 | echo "########### A1 Policy Management ###########" |
| 180 | echo "############################################" |
| 181 | |
BjornMagnussonXA | a8a3062 | 2020-11-12 11:03:10 +0100 | [diff] [blame] | 182 | if [ "$PMS_VERSION" == "V2" ]; then |
| 183 | notificationurl=$CR_PATH/2 |
| 184 | else |
| 185 | notificationurl="" |
| 186 | fi |
| 187 | api_put_policy 201 "serv1" ricsim_g1_1 1 5000 NOTRANSIENT $notificationurl testdata/OSC/pi1_template.json |
| 188 | api_put_policy 200 "serv1" ricsim_g1_1 1 5000 NOTRANSIENT $notificationurl testdata/OSC/pi1_template.json |
BjornMagnussonXA | 52bcf1e | 2020-09-07 14:06:35 +0200 | [diff] [blame] | 189 | |
BjornMagnussonXA | a8a3062 | 2020-11-12 11:03:10 +0100 | [diff] [blame] | 190 | api_put_policy 201 "serv1" ricsim_g2_1 NOTYPE 5100 NOTRANSIENT $notificationurl testdata/STD/pi1_template.json |
| 191 | api_put_policy 200 "serv1" ricsim_g2_1 NOTYPE 5100 NOTRANSIENT $notificationurl testdata/STD/pi1_template.json |
BjornMagnussonXA | 52bcf1e | 2020-09-07 14:06:35 +0200 | [diff] [blame] | 192 | |
| 193 | api_delete_policy 204 5000 |
| 194 | |
| 195 | api_delete_policy 204 5100 |
| 196 | |
| 197 | api_equal json:policies 0 |
| 198 | |
BjornMagnussonXA | a8a3062 | 2020-11-12 11:03:10 +0100 | [diff] [blame] | 199 | if [ "$PMS_VERSION" == "V2" ]; then |
| 200 | api_equal json:policy-instances 0 |
| 201 | else |
| 202 | api_equal json:policy_ids 0 |
| 203 | fi |
BjornMagnussonXA | 52bcf1e | 2020-09-07 14:06:35 +0200 | [diff] [blame] | 204 | |
BjornMagnussonXA | a8a3062 | 2020-11-12 11:03:10 +0100 | [diff] [blame] | 205 | if [ "$PMS_VERSION" == "V2" ]; then |
| 206 | cr_equal received_callbacks?id=ric-registration 2 |
| 207 | |
| 208 | cr_api_check_all_sync_events 200 ric-registration ricsim_g1_1 ricsim_g2_1 |
| 209 | fi |
BjornMagnussonXA | 52bcf1e | 2020-09-07 14:06:35 +0200 | [diff] [blame] | 210 | |
| 211 | if [ $interface == "DMAAP" ] || [ $interface == "DMAAP+SDNC" ]; then |
| 212 | VAL=11 # Number of Agent API calls over DMAAP |
| 213 | mr_equal requests_fetched $VAL |
| 214 | mr_equal responses_submitted $VAL |
| 215 | mr_equal responses_fetched $VAL |
| 216 | mr_equal current_requests 0 |
| 217 | mr_equal current_responses 0 |
| 218 | else |
| 219 | mr_equal requests_submitted 0 |
| 220 | fi |
| 221 | |
| 222 | if [ $interface == "REST+SDNC" ] || [ $interface == "DMAAP+SDNC" ]; then |
| 223 | sim_contains_str ricsim_g1_1 remote_hosts "a1-controller" |
| 224 | sim_contains_str ricsim_g2_1 remote_hosts "a1-controller" |
| 225 | else |
| 226 | sim_contains_str ricsim_g1_1 remote_hosts "policy-agent" |
| 227 | sim_contains_str ricsim_g2_1 remote_hosts "policy-agent" |
| 228 | fi |
| 229 | |
| 230 | check_policy_agent_logs |
| 231 | check_control_panel_logs |
| 232 | |
| 233 | store_logs "${__httpx}__${interface}" |
| 234 | |
| 235 | done |
| 236 | |
| 237 | done |
| 238 | |
| 239 | #### TEST COMPLETE #### |
| 240 | |
| 241 | |
| 242 | print_result |
| 243 | |
| 244 | auto_clean_containers |