Skip to content

Commit

Permalink
Added unit tests for static ip checks.
Browse files Browse the repository at this point in the history
  • Loading branch information
vr4manta committed Feb 17, 2024
1 parent 4ca44aa commit f9016dc
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -109,6 +109,8 @@ func (v VSphereProviderConfig) InjectFailureDomain(fd machinev1.VSphereFailureDo

networkSpec.Devices[index].NetworkName = network
}

newVSphereProviderConfig.providerConfig.Network = networkSpec
}

logNetworkInfo(newVSphereProviderConfig.providerConfig.Network, "control plane machine set network after failure domain: %v", v.logger)
Expand Down

0 comments on commit f9016dc

Please sign in to comment.