@@ -84,8 +84,9 @@ var _ = Describe("Inspection", Label("required", "inspection"), func() {
8484 },
8585 Spec : metal3api.BareMetalHostSpec {
8686 BMC : metal3api.BMCDetails {
87- Address : "ipmi://127.0.0.1:5678" ,
88- CredentialsName : "bmc-credentials" ,
87+ Address : "ipmi://127.0.0.1:5678" ,
88+ CredentialsName : "bmc-credentials" ,
89+ DisableCertificateVerification : bmc .DisableCertificateVerification ,
8990 },
9091 },
9192 }
@@ -135,8 +136,9 @@ var _ = Describe("Inspection", Label("required", "inspection"), func() {
135136 },
136137 Spec : metal3api.BareMetalHostSpec {
137138 BMC : metal3api.BMCDetails {
138- Address : bmc .Address ,
139- CredentialsName : "bmc-credentials" ,
139+ Address : bmc .Address ,
140+ CredentialsName : "bmc-credentials" ,
141+ DisableCertificateVerification : bmc .DisableCertificateVerification ,
140142 },
141143 BootMode : metal3api .Legacy ,
142144 BootMACAddress : bmc .BootMacAddress ,
@@ -188,8 +190,9 @@ var _ = Describe("Inspection", Label("required", "inspection"), func() {
188190 },
189191 Spec : metal3api.BareMetalHostSpec {
190192 BMC : metal3api.BMCDetails {
191- Address : bmc .Address ,
192- CredentialsName : "bmc-credentials-new" ,
193+ Address : bmc .Address ,
194+ CredentialsName : "bmc-credentials-new" ,
195+ DisableCertificateVerification : bmc .DisableCertificateVerification ,
193196 },
194197 BootMode : metal3api .Legacy ,
195198 BootMACAddress : bmc .BootMacAddress ,
0 commit comments