Commit 688e82f8 authored by Raphael Defosseux's avatar Raphael Defosseux

chore(ci): post-review comments from Robert

Signed-off-by: default avatarRaphael Defosseux <raphael.defosseux@eurecom.fr>
parent b99dbbf6
...@@ -288,7 +288,7 @@ pipeline { ...@@ -288,7 +288,7 @@ pipeline {
when { expression {do4Gtest} } when { expression {do4Gtest} }
steps { steps {
script { script {
triggerSlaveJob ('RAN-LTE-FDD-LTEBOX-Container', 'RAN-LTE-FDD-LTEBOX-Container') triggerSlaveJob ('RAN-LTE-FDD-LTEBOX-Container', 'LTE-FDD-LTEBOX-Container')
} }
} }
post { post {
...@@ -309,7 +309,7 @@ pipeline { ...@@ -309,7 +309,7 @@ pipeline {
when { expression {do4Gtest} } when { expression {do4Gtest} }
steps { steps {
script { script {
triggerSlaveJob ('RAN-LTE-FDD-OAICN4G-Container', 'RAN-LTE-FDD-OAICN4G-Container') triggerSlaveJob ('RAN-LTE-FDD-OAICN4G-Container', 'LTE-FDD-OAICN4G-Container')
} }
} }
post { post {
...@@ -329,7 +329,7 @@ pipeline { ...@@ -329,7 +329,7 @@ pipeline {
when { expression {do4Gtest} } when { expression {do4Gtest} }
steps { steps {
script { script {
triggerSlaveJob ('RAN-LTE-TDD-LTEBOX-Container', 'RAN-LTE-TDD-LTEBOX-Container') triggerSlaveJob ('RAN-LTE-TDD-LTEBOX-Container', 'LTE-TDD-LTEBOX-Container')
} }
} }
post { post {
...@@ -489,7 +489,7 @@ pipeline { ...@@ -489,7 +489,7 @@ pipeline {
when { expression {do5Gtest} } when { expression {do5Gtest} }
steps { steps {
script { script {
triggerSlaveJob ('RAN-SA-OAIUE-CN5G', 'RAN-SA-OAIUE-CN5G') triggerSlaveJob ('RAN-SA-OAIUE-CN5G', 'SA-OAIUE-CN5G')
} }
} }
post { post {
......
...@@ -56,25 +56,25 @@ ...@@ -56,25 +56,25 @@
</testCase> </testCase>
<testCase id="100000"> <testCase id="100000">
<class>Custom_Command</class> <class>Custom_Command</class>
<desc>Disable Sleep States</desc> <desc>Disable Sleep States (hutch)</desc>
<node>hutch</node> <node>hutch</node>
<command>sudo cpupower idle-set -D 0</command> <command>sudo cpupower idle-set -D 0</command>
</testCase> </testCase>
<testCase id="100001"> <testCase id="100001">
<class>Custom_Command</class> <class>Custom_Command</class>
<desc>Disable Sleep States</desc> <desc>Disable Sleep States (carabe)</desc>
<node>carabe</node> <node>carabe</node>
<command>sudo cpupower idle-set -D 0</command> <command>sudo cpupower idle-set -D 0</command>
</testCase> </testCase>
<testCase id="200000"> <testCase id="200000">
<class>Custom_Command</class> <class>Custom_Command</class>
<desc>Enable Sleep States</desc> <desc>Enable Sleep States (hutch)</desc>
<node>hutch</node> <node>hutch</node>
<command>sudo cpupower idle-set -E</command> <command>sudo cpupower idle-set -E</command>
</testCase> </testCase>
<testCase id="200001"> <testCase id="200001">
<class>Custom_Command</class> <class>Custom_Command</class>
<desc>Enable Sleep States</desc> <desc>Enable Sleep States (carabe)</desc>
<node>carabe</node> <node>carabe</node>
<command>sudo cpupower idle-set -E</command> <command>sudo cpupower idle-set -E</command>
</testCase> </testCase>
......
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