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
cbec742f
Commit
cbec742f
authored
May 12, 2023
by
Dhanuja Elizabeth Thomas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Initial commit for iperf improvements
parent
9354a452
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
51 additions
and
14 deletions
+51
-14
ci-scripts/ci_ueinfra.yaml
ci-scripts/ci_ueinfra.yaml
+8
-0
ci-scripts/cls_oaicitest.py
ci-scripts/cls_oaicitest.py
+2
-1
ci-scripts/xml_files/container_5g_rfsim_2x2.xml
ci-scripts/xml_files/container_5g_rfsim_2x2.xml
+41
-13
No files found.
ci-scripts/ci_ueinfra.yaml
View file @
cbec742f
...
...
@@ -19,6 +19,7 @@ nrmodule2_quectel:
IF
:
wwan0
MTU
:
1500
LogStore
:
/media/ci_qlogs
cn_iperf_prefix
:
docker exec prod-trf-gen
adb_ue_1
:
Host
:
nano
...
...
@@ -126,3 +127,10 @@ oai_ue_obelix:
Host
:
obelix
UENetworkScript
:
ip a show dev oaitun_ue1
IF
:
oaitun_ue1
rfsim5g_2x2
:
Host
:
localhost
UENetworkScript
:
docker exec rfsim5g-oai-nr-ue ip a show dev oaitun_ue1
CmdPrefix
:
docker exec rfsim5g-oai-nr-ue
IF
:
oaitun_ue1
cn_iperf_prefix
:
docker exec prod-trf-gen
ci-scripts/cls_oaicitest.py
View file @
cbec742f
...
...
@@ -186,6 +186,7 @@ class OaiCiTest():
self
.
air_interface
=
''
self
.
ue_ids
=
[]
self
.
cmd_prefix
=
''
# prefix before {lte,nr}-uesoftmodem
self
.
cn_iperf_prefix
=
''
def
BuildOAIUE
(
self
,
HTML
):
...
...
@@ -1232,7 +1233,7 @@ class OaiCiTest():
raise
Exception
(
"could not corver prod-trf-gen IP address"
)
cn_target_ip
=
result
.
group
(
'trf_ip_addr'
)
SSH
.
close
()
cn_iperf_prefix
=
"docker exec prod-trf-gen"
# -w /iperf-2.0.13 necessary?
#cn_iperf_prefix = "docker exec prod-trf-gen" # -w /iperf-2.0.13 necessary? #
else
:
# ltebox, sabox
cn_target_ip
=
"192.172.0.1"
cn_iperf_prefix
=
""
...
...
ci-scripts/xml_files/container_5g_rfsim_2x2.xml
View file @
cbec742f
...
...
@@ -25,7 +25,7 @@
<htmlTabName>
Monolithic SA TDD 2x2 gNB
</htmlTabName>
<htmlTabIcon>
wrench
</htmlTabIcon>
<repeatCount>
1
</repeatCount>
<TestCaseRequestedList>
<TestCaseRequestedList>
111111
100001
000000
...
...
@@ -35,7 +35,9 @@
020001
020002
030001
030011
030002
030022
100001
</TestCaseRequestedList>
<TestCaseExclusionList></TestCaseExclusionList>
...
...
@@ -96,21 +98,47 @@
</testCase>
<testCase
id=
"030001"
>
<class>
IperfFromContainer
</class>
<desc>
Iperf UDP Downlink
</desc>
<server_container_name>
rfsim5g-oai-nr-ue
</server_container_name>
<client_container_name>
rfsim5g-oai-ext-dn
</client_container_name>
<server_options>
-B 12.1.1.2 -u -i 1 -s
</server_options>
<client_options>
-c 12.1.1.2 -u -i 1 -t 10 -b 3M
</client_options>
<class>
Iperf
</class>
<desc>
Iperf UDP Downlink
</desc>
<iperf_args>
-B 12.1.1.2 -u -i 1 -s
</iperf_args>
<direction>
DL
</direction>
<id>
rfsim5g_2x2
</id>
<iperf_packetloss_threshold>
5
</iperf_packetloss_threshold>
<iperf_bitrate_threshold>
95
</iperf_bitrate_threshold>
<iperf_profile>
single-ue
</iperf_profile>
</testCase>
<testCase
id=
"030011"
>
<class>
Iperf
</class>
<desc>
Iperf UDP Downlink
</desc>
<cn_iperf_prefix>
docker exec -d rfsim5g-oai-ext-dn
</cn_iperf_prefix>
<iperf_args>
-c 12.1.1.2 -u -i 1 -t 10 -b 3M
</iperf_args>
<direction>
DL
</direction>
<id>
rfsim5g_2x2
</id>
<iperf_packetloss_threshold>
5
</iperf_packetloss_threshold>
<iperf_bitrate_threshold>
95
</iperf_bitrate_threshold>
<iperf_profile>
single-ue
</iperf_profile>
</testCase>
<testCase
id=
"030002"
>
<class>
IperfFromContainer
</class>
<desc>
Iperf UDP Uplink
</desc>
<server_container_name>
rfsim5g-oai-ext-dn
</server_container_name>
<client_container_name>
rfsim5g-oai-nr-ue
</client_container_name>
<server_options>
-u -i 1 -s
</server_options>
<client_options>
-B 12.1.1.2 -c 192.168.72.135 -u -i 1 -t 10 -b 1M
</client_options>
<class>
Iperf
</class>
<desc>
Iperf UDP Uplink
</desc>
<iperf_args>
-u -i 1 -s
</iperf_args>
<direction>
UL
</direction>
<id>
oai_rfsim_2x2
</id>
<iperf_packetloss_threshold>
5
</iperf_packetloss_threshold>
<iperf_bitrate_threshold>
95
</iperf_bitrate_threshold>
<iperf_profile>
single-ue
</iperf_profile>
</testCase>
<testCase
id=
"030022"
>
<class>
Iperf
</class>
<desc>
Iperf UDP Uplink
</desc>
<iperf_args>
-B 12.1.1.2 -c 192.168.72.135 -u -i 1 -t 10 -b 1M
</iperf_args>
<direction>
UL
</direction>
<id>
oai_rfsim_2x2
</id>
<iperf_packetloss_threshold>
5
</iperf_packetloss_threshold>
<iperf_bitrate_threshold>
95
</iperf_bitrate_threshold>
<iperf_profile>
single-ue
</iperf_profile>
</testCase>
<testCase
id=
"100001"
>
...
...
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