Commit 9b6f1be1 authored by Jaroslava Fiedlerova's avatar Jaroslava Fiedlerova

CI: disable sleep states of CPU for running timing tests

Enable sleep states once the test is done.
parent 69195457
...@@ -24,12 +24,29 @@ ...@@ -24,12 +24,29 @@
<htmlTabName>Test T2 Offload Decoder</htmlTabName> <htmlTabName>Test T2 Offload Decoder</htmlTabName>
<htmlTabIcon>tasks</htmlTabIcon> <htmlTabIcon>tasks</htmlTabIcon>
<TestCaseRequestedList> <TestCaseRequestedList>
010204
010111 010112 010121 010122 010131 010132 010111 010112 010121 010122 010131 010132
010211 010212 010221 010222 010231 010232 010211 010212 010221 010222 010231 010232
010311 010312 010321 010322 010331 010332 010311 010312 010321 010322 010331 010332
402010
</TestCaseRequestedList> </TestCaseRequestedList>
<TestCaseExclusionList></TestCaseExclusionList> <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"> <testCase id="010111">
<class>Run_Physim</class> <class>Run_Physim</class>
<desc>Run nr_ulsim with CPU: SNR = 30, MCS = 5, 106 PRBs, 1 layer</desc> <desc>Run nr_ulsim with CPU: SNR = 30, MCS = 5, 106 PRBs, 1 layer</desc>
......
...@@ -24,13 +24,30 @@ ...@@ -24,13 +24,30 @@
<htmlTabName>Test T2 Offload Encoder</htmlTabName> <htmlTabName>Test T2 Offload Encoder</htmlTabName>
<htmlTabIcon>tasks</htmlTabIcon> <htmlTabIcon>tasks</htmlTabIcon>
<TestCaseRequestedList> <TestCaseRequestedList>
102040
000111 000112 000121 000122 000131 000132 000111 000112 000121 000122 000131 000132
000211 000212 000221 000222 000231 000232 000211 000212 000221 000222 000231 000232
000311 000312 000321 000322 000331 000332 000311 000312 000321 000322 000331 000332
000411 000412 000421 000422 000431 000432 000411 000412 000421 000422 000431 000432
040201
</TestCaseRequestedList> </TestCaseRequestedList>
<TestCaseExclusionList></TestCaseExclusionList> <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"> <testCase id="000111">
<class>Run_Physim</class> <class>Run_Physim</class>
<desc>Run nr_dlsim with CPU: SNR = 30, MCS = 5, 106 PRBs, 1 layer</desc> <desc>Run nr_dlsim with CPU: SNR = 30, MCS = 5, 106 PRBs, 1 layer</desc>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment