@@ -42,7 +42,7 @@ func TestNutanixChecker_initNutanixConfiguration(t *testing.T) {
42
42
},
43
43
},
44
44
expectedResult : preflight.CheckResult {
45
- Name : "NutanixCredentials " ,
45
+ Name : "NutanixConfiguration " ,
46
46
Allowed : true ,
47
47
},
48
48
expectedNutanixClusterConfigSpec : true ,
@@ -68,7 +68,7 @@ func TestNutanixChecker_initNutanixConfiguration(t *testing.T) {
68
68
},
69
69
},
70
70
expectedResult : preflight.CheckResult {
71
- Name : "NutanixCredentials " ,
71
+ Name : "NutanixConfiguration " ,
72
72
Allowed : true ,
73
73
},
74
74
expectedNutanixClusterConfigSpec : true ,
@@ -111,7 +111,7 @@ func TestNutanixChecker_initNutanixConfiguration(t *testing.T) {
111
111
},
112
112
},
113
113
expectedResult : preflight.CheckResult {
114
- Name : "NutanixCredentials " ,
114
+ Name : "NutanixConfiguration " ,
115
115
Allowed : true ,
116
116
},
117
117
expectedNutanixClusterConfigSpec : false ,
@@ -135,7 +135,7 @@ func TestNutanixChecker_initNutanixConfiguration(t *testing.T) {
135
135
},
136
136
},
137
137
expectedResult : preflight.CheckResult {
138
- Name : "NutanixCredentials " ,
138
+ Name : "NutanixConfiguration " ,
139
139
Allowed : false ,
140
140
Error : true ,
141
141
Causes : []preflight.Cause {
@@ -184,7 +184,7 @@ func TestNutanixChecker_initNutanixConfiguration(t *testing.T) {
184
184
},
185
185
},
186
186
expectedResult : preflight.CheckResult {
187
- Name : "NutanixCredentials " ,
187
+ Name : "NutanixConfiguration " ,
188
188
Allowed : false ,
189
189
Error : true ,
190
190
Causes : []preflight.Cause {
@@ -217,7 +217,7 @@ func TestNutanixChecker_initNutanixConfiguration(t *testing.T) {
217
217
},
218
218
},
219
219
expectedResult : preflight.CheckResult {
220
- Name : "NutanixCredentials " ,
220
+ Name : "NutanixConfiguration " ,
221
221
Allowed : true ,
222
222
},
223
223
expectedNutanixClusterConfigSpec : false ,
@@ -275,7 +275,7 @@ func TestNutanixChecker_initNutanixConfiguration(t *testing.T) {
275
275
},
276
276
},
277
277
expectedResult : preflight.CheckResult {
278
- Name : "NutanixCredentials " ,
278
+ Name : "NutanixConfiguration " ,
279
279
Allowed : true ,
280
280
},
281
281
expectedNutanixClusterConfigSpec : false ,
@@ -316,7 +316,7 @@ func TestNutanixChecker_initNutanixConfiguration(t *testing.T) {
316
316
},
317
317
},
318
318
expectedResult : preflight.CheckResult {
319
- Name : "NutanixCredentials " ,
319
+ Name : "NutanixConfiguration " ,
320
320
Allowed : true ,
321
321
},
322
322
expectedNutanixClusterConfigSpec : false ,
@@ -347,7 +347,7 @@ func TestNutanixChecker_initNutanixConfiguration(t *testing.T) {
347
347
},
348
348
},
349
349
expectedResult : preflight.CheckResult {
350
- Name : "NutanixCredentials " ,
350
+ Name : "NutanixConfiguration " ,
351
351
Allowed : true ,
352
352
},
353
353
expectedNutanixClusterConfigSpec : false ,
0 commit comments