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
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
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
OpenXG
OpenXG-RAN
Commits
87d28848
Commit
87d28848
authored
Sep 20, 2024
by
Robert Schmidt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove useless log: we see it in iperf call, and the XML
parent
ccdabb4c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
ci-scripts/cls_oaicitest.py
ci-scripts/cls_oaicitest.py
+0
-1
No files found.
ci-scripts/cls_oaicitest.py
View file @
87d28848
...
...
@@ -475,7 +475,6 @@ class OaiCiTest():
jsonReport
=
""
# note: enable server report collection on the UE side, no need to store and collect server report separately on the server side
serverReport
=
"--get-server-output"
logging
.
info
(
f'iperf options modified from "
{
self
.
iperf_args
}
" to "
{
iperf_opt
}
" for
{
ue
.
getName
()
}
'
)
iperf_time
=
Iperf_ComputeTime
(
self
.
iperf_args
)
# hack: the ADB UEs don't have iperf in $PATH, so we need to hardcode for the moment
iperf_ue
=
'/data/local/tmp/iperf3'
if
re
.
search
(
'adb'
,
ue
.
getName
())
else
'iperf3'
...
...
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