1 ##############################################################################
3 # Copyright (c) 2019 AT&T Intellectual Property.
5 # Licensed under the Apache License, Version 2.0 (the "License");
6 # you may not use this file except in compliance with the License.
7 # You may obtain a copy of the License at
9 # http://www.apache.org/licenses/LICENSE-2.0
11 # Unless required by applicable law or agreed to in writing, software
12 # distributed under the License is distributed on an "AS IS" BASIS,
13 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 # See the License for the specific language governing permissions and
15 # limitations under the License.
17 ##############################################################################
20 Documentation Resource file
26 ${ip_gnb_simu} 10.0.2.15
27 ${ip_e2adapter} 10.0.2.15
28 ${url} http://localhost:3800
29 ${url_rsm} http://localhost:4800
30 ${json_setup_rsm_tests} {"ranIp": "10.0.2.15","ranPort": 36422,"ranName":"test1"}
31 ${json} {"ranIp": "10.0.2.15","ranPort": 5577,"ranName":"test1"}
32 ${endcbadjson} {"ranIp": "a","ranPort": 49999,"ranName":"test2"}
33 ${endcjson} {"ranIp": "10.0.2.15","ranPort": 49999,"ranName":"test2"}
34 ${resetcausejson} {"cause": "misc:not-enough-user-plane-processing-resources"}
35 ${resetbadcausejson} {"cause": "bla" }
36 ${resetbad1causejson} {"cause": }
37 ${resource_status_start_json} {"enableResourceStatus":true}
38 ${resource_status_stop_json} {"enableResourceStatus":false}
39 ${header} {"Content-Type": "application/json"}
40 ${docker_command} docker ps | grep Up | wc --lines
41 ${run_simu_load} docker run -d --name gnbe2_simu --env gNBipv4=localhost --env gNBport=36422 --env duration=600000000000 --env indicationReportRate=1000000000 --env indicationInsertRate=0 -p 5577:36422/sctp snapshot.docker.ranco-dev-tools.eastus.cloudapp.azure.com:10001/gnbe2_simu:1.0.6
42 ${stop_e2e_simu} docker stop e2e_simu
43 ${stop_simu} docker stop gnbe2_simu
44 ${run_simu_regular} docker run -d --name gnbe2_simu --env gNBipv4=localhost --env gNBport=36422 --env duration=600000000000 --env indicationReportRate=0 --env indicationInsertRate=0 -p 5577:36422/sctp snapshot.docker.ranco-dev-tools.eastus.cloudapp.azure.com:10001/gnbe2_simu:1.0.6
45 ${run_e2e_simu_regular} docker run -d --name e2e_simu -p 36422:36422 --net host -it snapshot.docker.ranco-dev-tools.eastus.cloudapp.azure.com:10001/e2sim:1.4.0 sh -c "./build/e2sim 10.0.2.15 36422"
46 ${docker_Remove} docker rm gnbe2_simu
47 ${docker_remove_e2e_simu} docker rm e2e_simu
48 ${docker_restart} docker restart e2mgr
49 ${restart_simu} docker restart gnbe2_simu
50 ${restart_e2e_simu} docker restart e2e_simu
51 ${restart_e2adapter} docker restart e2adapter
52 ${restart_rsm} docker restart rsm
53 ${start_e2} docker start e2
54 ${stop_e2} docker stop e2
55 ${dbass_start} docker run -d --name dbass -p 6379:6379 --env DBAAS_SERVICE_HOST=10.0.2.15 snapshot.docker.ranco-dev-tools.eastus.cloudapp.azure.com:10001/dbass:1.0.0
56 ${dbass_remove} docker rm dbass
57 ${dbass_stop} docker stop dbass
58 ${restart_simu} docker restart gnbe2_simu
59 ${start_e2} docker start e2
60 ${stop_docker_e2} docker stop e2
61 ${restart_docker_sim} docker restart gnbe2_simu
62 ${Run_Config} docker exec gnbe2_simu pkill gnbe2_simu -INT
63 ${403_reset_message} "Activity X2_RESET rejected. RAN current state DISCONNECTED does not allow its execution "