Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG UE
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 UE
Commits
039dedc0
Commit
039dedc0
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
9074e0a9
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 @
039dedc0
...
...
@@ -1260,15 +1260,11 @@ function run_test_on_vm {
EPC_VM_IP_ADDR
=
$EPC_IPADDR
fi
# Retrieve EPC real IP address
retrieve_real_epc_ip_addr
$EPC_VM_NAME
$EPC_VM_CMDS
$EPC_VM_IP_ADDR
#TRANS_MODES=("fdd" "tdd")
#BW_CASES=(05 10 20)
TRANS_MODES
=(
"fdd"
)
BW_CASES
=(
05
)
TRANS_MODES
=(
"fdd"
"tdd"
)
BW_CASES
=(
05 10 20
)
for
TMODE
in
${
TRANS_MODES
[@]
}
do
...
...
@@ -1302,9 +1298,6 @@ function run_test_on_vm {
fi
get_ue_ip_addr
$VM_CMDS
$VM_IP_ADDR
1
full_terminate
continue
echo
"############################################################"
echo
"Pinging the UE"
echo
"############################################################"
...
...
@@ -1515,6 +1508,8 @@ function run_test_on_vm {
LTEBOX
=
0
fi
else
if
[[
"
$EPC_IPADDR
"
==
""
]]
then
echo
"############################################################"
echo
"Terminate EPC"
echo
"############################################################"
...
...
@@ -1525,6 +1520,7 @@ function run_test_on_vm {
echo
"############################################################"
S1_NOS1_CFG
=
0
fi
fi
for
TMODE
in
${
TRANS_MODES
[@]
}
do
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