Skip to content

Commit 216ebdd

Browse files
committed
In awsMachinePool tests added a AWSLaunchTemplate data
1 parent 99178e8 commit 216ebdd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

exp/controllers/awsmachinepool_controller_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,9 @@ func TestAWSMachinePoolReconciler(t *testing.T) {
9898
Spec: expinfrav1.AWSMachinePoolSpec{
9999
MinSize: int32(0),
100100
MaxSize: int32(100),
101+
AWSLaunchTemplate: expinfrav1.AWSLaunchTemplate{
102+
Name: "test",
103+
},
101104
MixedInstancesPolicy: &expinfrav1.MixedInstancesPolicy{
102105
InstancesDistribution: &expinfrav1.InstancesDistribution{
103106
OnDemandAllocationStrategy: expinfrav1.OnDemandAllocationStrategyPrioritized,

0 commit comments

Comments
 (0)