Skip to content

Commit

Permalink
Update hosted clusters nodescaling test case names
Browse files Browse the repository at this point in the history
  • Loading branch information
markusewalker committed Mar 21, 2024
1 parent 1bc6304 commit 9de203f
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 9de203f

Please sign in to comment.