Skip to content

Commit

Permalink
refactor: renaming test
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryce-Soghigian committed Feb 18, 2025
1 parent 78eaee6 commit 60cd085
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/providers/imagefamily/bootstrap/aksbootstrap.go
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ func (a AKS) applyOptions(nbv *NodeBootstrapVariables) {
nbv.ResourceGroup = a.ResourceGroup
nbv.UserAssignedIdentityID = a.KubeletIdentityClientID

// In some cases we don't need the node to do anything with CNI so tell it NetworkPlugin is 'none'
// In some cases we don't need the node to do anything with CNI so tell it NetworkPlugin is 'none'
nbv.NetworkPlugin = lo.Ternary(a.NetworkPluginMode == consts.NetworkPluginModeOverlay, consts.NetworkPluginNone, a.NetworkPlugin)

nbv.NetworkPolicy = a.NetworkPolicy
Expand Down
2 changes: 1 addition & 1 deletion pkg/providers/instancetype/suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1224,7 +1224,7 @@ var _ = Describe("InstanceType Provider", func() {
})
})

DescribeTable("Azure CNI Labels and Bootstrap", func(
DescribeTable("Azure CNI node labels and agentbaker network plugin", func(
networkPlugin, networkPluginMode, networkDataplane, expectedAgentBakerNetPlugin string,
expectedNodeLabels sets.Set[string]) {
options := test.Options(test.OptionsFields{
Expand Down

0 comments on commit 60cd085

Please sign in to comment.