Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-RAN
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Michael Black
OpenXG-RAN
Commits
0c861898
Commit
0c861898
authored
Jun 18, 2019
by
Raphael Defosseux
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CI: fixes after peer review
Signed-off-by:
Raphael Defosseux
<
raphael.defosseux@eurecom.fr
>
parent
c6d43476
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
30 additions
and
34 deletions
+30
-34
ci-scripts/runTestOnVM.sh
ci-scripts/runTestOnVM.sh
+30
-34
No files found.
ci-scripts/runTestOnVM.sh
View file @
0c861898
...
@@ -1260,15 +1260,11 @@ function run_test_on_vm {
...
@@ -1260,15 +1260,11 @@ function run_test_on_vm {
EPC_VM_IP_ADDR
=
$EPC_IPADDR
EPC_VM_IP_ADDR
=
$EPC_IPADDR
fi
fi
# Retrieve EPC real IP address
# Retrieve EPC real IP address
retrieve_real_epc_ip_addr
$EPC_VM_NAME
$EPC_VM_CMDS
$EPC_VM_IP_ADDR
retrieve_real_epc_ip_addr
$EPC_VM_NAME
$EPC_VM_CMDS
$EPC_VM_IP_ADDR
TRANS_MODES
=(
"fdd"
"tdd"
)
#TRANS_MODES=("fdd" "tdd")
BW_CASES
=(
05 10 20
)
#BW_CASES=(05 10 20)
TRANS_MODES
=(
"fdd"
)
BW_CASES
=(
05
)
for
TMODE
in
${
TRANS_MODES
[@]
}
for
TMODE
in
${
TRANS_MODES
[@]
}
do
do
...
@@ -1302,9 +1298,6 @@ function run_test_on_vm {
...
@@ -1302,9 +1298,6 @@ function run_test_on_vm {
fi
fi
get_ue_ip_addr
$VM_CMDS
$VM_IP_ADDR
1
get_ue_ip_addr
$VM_CMDS
$VM_IP_ADDR
1
full_terminate
continue
echo
"############################################################"
echo
"############################################################"
echo
"Pinging the UE"
echo
"Pinging the UE"
echo
"############################################################"
echo
"############################################################"
...
@@ -1515,6 +1508,8 @@ function run_test_on_vm {
...
@@ -1515,6 +1508,8 @@ function run_test_on_vm {
LTEBOX
=
0
LTEBOX
=
0
fi
fi
else
else
if
[[
"
$EPC_IPADDR
"
==
""
]]
then
echo
"############################################################"
echo
"############################################################"
echo
"Terminate EPC"
echo
"Terminate EPC"
echo
"############################################################"
echo
"############################################################"
...
@@ -1525,6 +1520,7 @@ function run_test_on_vm {
...
@@ -1525,6 +1520,7 @@ function run_test_on_vm {
echo
"############################################################"
echo
"############################################################"
S1_NOS1_CFG
=
0
S1_NOS1_CFG
=
0
fi
fi
fi
for
TMODE
in
${
TRANS_MODES
[@]
}
for
TMODE
in
${
TRANS_MODES
[@]
}
do
do
if
[[
$TMODE
=
~ .
*
fdd.
*
]]
if
[[
$TMODE
=
~ .
*
fdd.
*
]]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment