@@ -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" ),
@@ -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" ),
@@ -172,7 +173,7 @@ var _ = Describe("[rfe_id: 38968] PerformanceProfile setup helper and platform a
172
173
cmdArgs := []string {
173
174
fmt .Sprintf ("%s:%s:z" , mustgatherDir , mustgatherDir ),
174
175
ntoImage ,
175
- "--mcp-name=worker" ,
176
+ fmt . Sprintf ( "--mcp-name=%s" , mcpName ) ,
176
177
fmt .Sprintf ("--reserved-cpu-count=%d" , 100 ),
177
178
fmt .Sprintf ("--rt-kernel=%t" , true ),
178
179
fmt .Sprintf ("--power-consumption-mode=%s" , "low-latency" ),
0 commit comments