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
1de4a57e
Commit
1de4a57e
authored
Jan 15, 2019
by
Raphael Defosseux
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CI: modified also RRU config
Signed-off-by:
Raphael Defosseux
<
raphael.defosseux@eurecom.fr
>
parent
7308f1da
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
15 additions
and
15 deletions
+15
-15
ci-scripts/conf_files/rru.fdd.band7.conf
ci-scripts/conf_files/rru.fdd.band7.conf
+1
-1
ci-scripts/main.py
ci-scripts/main.py
+1
-1
ci-scripts/xml_files/enb_usrp210_band7_test_20mhz_tm1.xml
ci-scripts/xml_files/enb_usrp210_band7_test_20mhz_tm1.xml
+6
-6
ci-scripts/xml_files/if4p5_usrp210_band7_test_10mhz.xml
ci-scripts/xml_files/if4p5_usrp210_band7_test_10mhz.xml
+3
-3
ci-scripts/xml_files/if4p5_usrp210_band7_test_20mhz.xml
ci-scripts/xml_files/if4p5_usrp210_band7_test_20mhz.xml
+4
-4
No files found.
ci-scripts/conf_files/rru.fdd.band7.conf
View file @
1de4a57e
...
...
@@ -20,7 +20,7 @@ RUs = (
THREAD_STRUCT
= (
{
#three config for level of parallelism "PARALLEL_SINGLE_THREAD", "PARALLEL_RU_L1_SPLIT", or "PARALLEL_RU_L1_TRX_SPLIT"
parallel_config
=
"PARALLEL_
RU_L1_TRX_SPLIT
"
;
parallel_config
=
"PARALLEL_
SINGLE_THREAD
"
;
#two option for worker "WORKER_DISABLE" or "WORKER_ENABLE"
worker_config
=
"WORKER_ENABLE"
;
}
...
...
ci-scripts/main.py
View file @
1de4a57e
...
...
@@ -206,7 +206,7 @@ class SSHConnection():
count
=
0
copy_status
=
False
logging
.
debug
(
'scp '
+
username
+
'@'
+
ipaddress
+
':'
+
source
+
' '
+
destination
)
while
count
<
4
:
while
count
<
10
:
scp_spawn
=
pexpect
.
spawn
(
'scp '
+
username
+
'@'
+
ipaddress
+
':'
+
source
+
' '
+
destination
,
timeout
=
5
)
scp_response
=
scp_spawn
.
expect
([
'Are you sure you want to continue connecting (yes/no)?'
,
'password:'
,
pexpect
.
EOF
,
pexpect
.
TIMEOUT
])
if
scp_response
==
0
:
...
...
ci-scripts/xml_files/enb_usrp210_band7_test_20mhz_tm1.xml
View file @
1de4a57e
...
...
@@ -26,9 +26,9 @@
<htmlTabIcon>
tasks
</htmlTabIcon>
<TestCaseRequestedList>
040101
030121 040301 040521 040623 040624 040625 0406
26 040627 040662 040661 040663 040664
040401 040201 030201
030121 040301 040521 040623 040624 040625 0406
62
040401 040201 030201
</TestCaseRequestedList>
<TestCaseExclusionList></TestCaseExclusionList>
<TestCaseExclusionList>
040626 040627 040661 040663 040664
</TestCaseExclusionList>
<testCase
id=
"030121"
>
<class>
Initialize_eNB
</class>
...
...
@@ -110,16 +110,16 @@
<testCase
id=
"040661"
>
<class>
Iperf
</class>
<desc>
iperf (20MHz - UL/
20
Mbps/UDP)(30 sec)(balanced profile)
</desc>
<iperf_args>
-u -b
20
M -t 30 -i 1 -R
</iperf_args>
<desc>
iperf (20MHz - UL/
12
Mbps/UDP)(30 sec)(balanced profile)
</desc>
<iperf_args>
-u -b
12
M -t 30 -i 1 -R
</iperf_args>
<iperf_packetloss_threshold>
50
</iperf_packetloss_threshold>
<iperf_profile>
balanced
</iperf_profile>
</testCase>
<testCase
id=
"040662"
>
<class>
Iperf
</class>
<desc>
iperf (20MHz - UL/
20
Mbps/UDP)(30 sec)(single-ue profile)
</desc>
<iperf_args>
-u -b
20
M -t 30 -i 1 -R
</iperf_args>
<desc>
iperf (20MHz - UL/
17
Mbps/UDP)(30 sec)(single-ue profile)
</desc>
<iperf_args>
-u -b
17
M -t 30 -i 1 -R
</iperf_args>
<iperf_packetloss_threshold>
50
</iperf_packetloss_threshold>
<iperf_profile>
single-ue
</iperf_profile>
</testCase>
...
...
ci-scripts/xml_files/if4p5_usrp210_band7_test_10mhz.xml
View file @
1de4a57e
...
...
@@ -94,9 +94,9 @@
<testCase
id=
"040652"
>
<class>
Iperf
</class>
<desc>
iperf (10MHz - UL/
20
Mbps/UDP)(30 sec)(single-ue profile)
</desc>
<iperf_args>
-u -b
20
M -t 30 -i 1 -R
</iperf_args>
<iperf_packetloss_threshold>
5
0
</iperf_packetloss_threshold>
<desc>
iperf (10MHz - UL/
5
Mbps/UDP)(30 sec)(single-ue profile)
</desc>
<iperf_args>
-u -b
5
M -t 30 -i 1 -R
</iperf_args>
<iperf_packetloss_threshold>
6
0
</iperf_packetloss_threshold>
<iperf_profile>
single-ue
</iperf_profile>
</testCase>
...
...
ci-scripts/xml_files/if4p5_usrp210_band7_test_20mhz.xml
View file @
1de4a57e
...
...
@@ -86,16 +86,16 @@
<testCase
id=
"040624"
>
<class>
Iperf
</class>
<desc>
iperf (20MHz - DL/
7
0Mbps/UDP)(30 sec)(single-ue profile)
</desc>
<iperf_args>
-u -b
7
0M -t 30 -i 1
</iperf_args>
<desc>
iperf (20MHz - DL/
5
0Mbps/UDP)(30 sec)(single-ue profile)
</desc>
<iperf_args>
-u -b
5
0M -t 30 -i 1
</iperf_args>
<iperf_packetloss_threshold>
50
</iperf_packetloss_threshold>
<iperf_profile>
single-ue
</iperf_profile>
</testCase>
<testCase
id=
"040662"
>
<class>
Iperf
</class>
<desc>
iperf (20MHz - UL/
2
0Mbps/UDP)(30 sec)(single-ue profile)
</desc>
<iperf_args>
-u -b
2
0M -t 30 -i 1 -R
</iperf_args>
<desc>
iperf (20MHz - UL/
1
0Mbps/UDP)(30 sec)(single-ue profile)
</desc>
<iperf_args>
-u -b
1
0M -t 30 -i 1 -R
</iperf_args>
<iperf_packetloss_threshold>
50
</iperf_packetloss_threshold>
<iperf_profile>
single-ue
</iperf_profile>
</testCase>
...
...
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