Skip to content

Commit 52d7860

Browse files
authored
Simplify BMCSettings reconciler and fix bugs (#723)
* Fix bugs and simplify BMCSettings reconciler * Address review comments * Fix nitpicks * Address PR reviews * Propagate getServers errors instead of converting them to “not granted.” * Removed failed state cleanup patch * Fix nitpick issues
1 parent 398f486 commit 52d7860

File tree

3 files changed

+357
-537
lines changed

3 files changed

+357
-537
lines changed

internal/controller/biossettings_controller_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -733,7 +733,7 @@ var _ = Describe("BIOSSettings Controller", func() {
733733
HaveField("Status.State", metalv1alpha1.ServerStateReserved),
734734
)
735735

736-
By("Creating a BMCSetting")
736+
By("Creating a BIOSSettings")
737737
biosSettings := &metalv1alpha1.BIOSSettings{
738738
ObjectMeta: metav1.ObjectMeta{
739739
Namespace: ns.Name,

0 commit comments

Comments
 (0)