@@ -62,6 +62,7 @@ func PPCTestCreateUtil() *PPCTestIntegration {
62
62
63
63
var _ = Describe ("[rfe_id: 38968] PerformanceProfile setup helper and platform awareness" , func () {
64
64
mustgatherDir := testutils .MustGatherDir
65
+ mcpName := testutils .RoleWorkerCNF
65
66
ntoImage := testutils .NTOImage
66
67
Context ("PPC Sanity Tests" , func () {
67
68
ppcIntgTest := PPCTestCreateUtil ()
@@ -78,7 +79,7 @@ var _ = Describe("[rfe_id: 38968] PerformanceProfile setup helper and platform a
78
79
cmdArgs := []string {
79
80
fmt .Sprintf ("%s:%s:z" , mustgatherDir , mustgatherDir ),
80
81
ntoImage ,
81
- "--mcp-name=worker" ,
82
+ fmt . Sprintf ( "--mcp-name=%s" , mcpName ) ,
82
83
fmt .Sprintf ("--reserved-cpu-count=%d" , reservedCpuCount ),
83
84
fmt .Sprintf ("--rt-kernel=%t" , true ),
84
85
fmt .Sprintf ("--power-consumption-mode=%s" , "low-latency" ),
@@ -111,7 +112,7 @@ var _ = Describe("[rfe_id: 38968] PerformanceProfile setup helper and platform a
111
112
cmdArgs := []string {
112
113
fmt .Sprintf ("%s:%s:z" , mustgatherDir , mustgatherDir ),
113
114
ntoImage ,
114
- "--mcp-name=worker" ,
115
+ fmt . Sprintf ( "--mcp-name=%s" , mcpName ) ,
115
116
fmt .Sprintf ("--reserved-cpu-count=%d" , 2 ),
116
117
fmt .Sprintf ("--rt-kernel=%t" , true ),
117
118
fmt .Sprintf ("--power-consumption-mode=%s" , "low-latency" ),
@@ -142,7 +143,7 @@ var _ = Describe("[rfe_id: 38968] PerformanceProfile setup helper and platform a
142
143
cmdArgs := []string {
143
144
fmt .Sprintf ("%s:%s:z" , mustgatherDir , mustgatherDir ),
144
145
ntoImage ,
145
- "--mcp-name=worker" ,
146
+ fmt . Sprintf ( "--mcp-name=%s" , mcpName ) ,
146
147
fmt .Sprintf ("--reserved-cpu-count=%d" , 2 ),
147
148
fmt .Sprintf ("--rt-kernel=%t" , true ),
148
149
fmt .Sprintf ("--power-consumption-mode=%s" , "low-latency" ),
@@ -173,7 +174,7 @@ var _ = Describe("[rfe_id: 38968] PerformanceProfile setup helper and platform a
173
174
cmdArgs := []string {
174
175
fmt .Sprintf ("%s:%s:z" , mustgatherDir , mustgatherDir ),
175
176
ntoImage ,
176
- "--mcp-name=worker" ,
177
+ fmt . Sprintf ( "--mcp-name=%s" , mcpName ) ,
177
178
fmt .Sprintf ("--reserved-cpu-count=%d" , 100 ),
178
179
fmt .Sprintf ("--rt-kernel=%t" , true ),
179
180
fmt .Sprintf ("--power-consumption-mode=%s" , "low-latency" ),
0 commit comments