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