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
littleBu
OpenXG-RAN
Commits
9b6f1be1
Commit
9b6f1be1
authored
3 months ago
by
Jaroslava Fiedlerova
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CI: disable sleep states of CPU for running timing tests
Enable sleep states once the test is done.
parent
69195457
Branches unavailable
2025.w08
2025.w07
2025.w06
2025.w05
2025.w04
2025.w03
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
34 additions
and
0 deletions
+34
-0
ci-scripts/xml_files/t2_offload_dec_nr_ulsim.xml
ci-scripts/xml_files/t2_offload_dec_nr_ulsim.xml
+17
-0
ci-scripts/xml_files/t2_offload_enc_nr_dlsim.xml
ci-scripts/xml_files/t2_offload_enc_nr_dlsim.xml
+17
-0
No files found.
ci-scripts/xml_files/t2_offload_dec_nr_ulsim.xml
View file @
9b6f1be1
...
...
@@ -24,12 +24,29 @@
<htmlTabName>
Test T2 Offload Decoder
</htmlTabName>
<htmlTabIcon>
tasks
</htmlTabIcon>
<TestCaseRequestedList>
010204
010111 010112 010121 010122 010131 010132
010211 010212 010221 010222 010231 010232
010311 010312 010321 010322 010331 010332
402010
</TestCaseRequestedList>
<TestCaseExclusionList></TestCaseExclusionList>
<testCase
id=
"010204"
>
<class>
Custom_Command
</class>
<desc>
Disable Sleep States
</desc>
<node>
caracal
</node>
<command>
sudo cpupower idle-set -D 0
</command>
</testCase>
<testCase
id=
"402010"
>
<class>
Custom_Command
</class>
<always_exec>
true
</always_exec>
<desc>
Enable Sleep States
</desc>
<node>
caracal
</node>
<command>
sudo cpupower idle-set -E
</command>
</testCase>
<testCase
id=
"010111"
>
<class>
Run_Physim
</class>
<desc>
Run nr_ulsim with CPU: SNR = 30, MCS = 5, 106 PRBs, 1 layer
</desc>
...
...
This diff is collapsed.
Click to expand it.
ci-scripts/xml_files/t2_offload_enc_nr_dlsim.xml
View file @
9b6f1be1
...
...
@@ -24,13 +24,30 @@
<htmlTabName>
Test T2 Offload Encoder
</htmlTabName>
<htmlTabIcon>
tasks
</htmlTabIcon>
<TestCaseRequestedList>
102040
000111 000112 000121 000122 000131 000132
000211 000212 000221 000222 000231 000232
000311 000312 000321 000322 000331 000332
000411 000412 000421 000422 000431 000432
040201
</TestCaseRequestedList>
<TestCaseExclusionList></TestCaseExclusionList>
<testCase
id=
"102040"
>
<class>
Custom_Command
</class>
<desc>
Disable Sleep States
</desc>
<node>
caracal
</node>
<command>
sudo cpupower idle-set -D 0
</command>
</testCase>
<testCase
id=
"040201"
>
<class>
Custom_Command
</class>
<always_exec>
true
</always_exec>
<desc>
Enable Sleep States
</desc>
<node>
caracal
</node>
<command>
sudo cpupower idle-set -E
</command>
</testCase>
<testCase
id=
"000111"
>
<class>
Run_Physim
</class>
<desc>
Run nr_dlsim with CPU: SNR = 30, MCS = 5, 106 PRBs, 1 layer
</desc>
...
...
This diff is collapsed.
Click to expand it.
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