Skip to content

Commit

Permalink
Merge pull request rancher#44877 from markusewalker/markusv29/update-…
Browse files Browse the repository at this point in the history
…hosted-scaling

[v2.9] Update hosted clusters nodescaling test case names
  • Loading branch information
markusewalker authored Mar 21, 2024
2 parents 6da670f + 9de203f commit 4b3d0a5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ func (s *AKSNodeScalingTestSuite) TestScalingAKSNodePools() {
aksNodes aks.NodePool
client *rancher.Client
}{
{"Scaling agentpool by 1", scaleOneNode, s.client},
{"Scaling agentpool by 2", scaleTwoNodes, s.client},
{"Scaling AKS agentpool by 1", scaleOneNode, s.client},
{"Scaling AKS agentpool by 2", scaleTwoNodes, s.client},
}

for _, tt := range tests {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ func (s *EKSNodeScalingTestSuite) TestScalingEKSNodePools() {
eksNodes eks.NodeGroupConfig
client *rancher.Client
}{
{"Scaling node group by 1", scaleOneNode, s.client},
{"Scaling node group by 2", scaleTwoNodes, s.client},
{"Scaling EKS node group by 1", scaleOneNode, s.client},
{"Scaling EKS node group by 2", scaleTwoNodes, s.client},
}

for _, tt := range tests {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ func (s *GKENodeScalingTestSuite) TestScalingGKENodePools() {
gkeNodes gke.NodePool
client *rancher.Client
}{
{"Scaling node group by 1", scaleOneNode, s.client},
{"Scaling node group by 2", scaleTwoNodes, s.client},
{"Scaling GKE node group by 1", scaleOneNode, s.client},
{"Scaling GKE node group by 2", scaleTwoNodes, s.client},
}

for _, tt := range tests {
Expand Down

0 comments on commit 4b3d0a5

Please sign in to comment.