Skip to content

Commit

Permalink
CA: implement DRA integration tests for StaticAutoscaler
Browse files Browse the repository at this point in the history
  • Loading branch information
towca committed Nov 28, 2024
1 parent 4d1c810 commit cd3ed99
Show file tree
Hide file tree
Showing 5 changed files with 875 additions and 41 deletions.
4 changes: 4 additions & 0 deletions cluster-autoscaler/cloudprovider/test/test_cloud_provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,10 @@ func (tcp *TestCloudProvider) SetResourceLimiter(resourceLimiter *cloudprovider.
tcp.resourceLimiter = resourceLimiter
}

func (tcp *TestCloudProvider) SetMachineTemplates(machineTemplates map[string]*framework.NodeInfo) {
tcp.machineTemplates = machineTemplates
}

// Cleanup this is a function to close resources associated with the cloud provider
func (tcp *TestCloudProvider) Cleanup() error {
return nil
Expand Down
Loading

0 comments on commit cd3ed99

Please sign in to comment.