Skip to content

Commit fe690c7

Browse files
Fix intg tests for AL2023 default (#8598)
1 parent 9a2acef commit fe690c7

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

integration/tests/accessentries/accessentries_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ var _ = Describe("(Integration) [AccessEntries Test]", func() {
493493
WithArgs(
494494
"nodegroup",
495495
"--config-file", "-",
496-
"--wait",
496+
"--wait", "--approve",
497497
).
498498
WithoutArg("--region", params.Region).
499499
WithStdin(clusterutils.Reader(clusterConfig))

integration/tests/crud/creategetdelete_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ var _ = Describe("(Integration) Create, Get, Scale & Delete", func() {
247247
Expect(descriptions).To(ContainElements(
248248
"EKS cluster (dedicated VPC: true, dedicated IAM: true) [created and managed by eksctl]",
249249
"EKS Managed Nodes (SSH access: false) [created by eksctl]",
250-
"EKS nodes (AMI family: AmazonLinux2, SSH access: false, private networking: false) [created and managed by eksctl]",
250+
"EKS nodes (AMI family: AmazonLinux2023, SSH access: false, private networking: false) [created and managed by eksctl]",
251251
))
252252
})
253253
})

integration/tests/dry_run/dry_run_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ var _ = Describe("(Integration) [Dry-Run test]", func() {
287287
Memory: "4",
288288
}
289289

290-
}, "--managed=false", "--instance-selector-vcpus=2", "--instance-selector-memory=4"),
290+
}, "--managed=false", "--instance-selector-vcpus=2", "--instance-selector-memory=4", "--node-ami-family=AmazonLinux2"),
291291

292292
Entry("instance selector options with managed nodegroup", func(actual, expected *api.ClusterConfig) {
293293
Expect(actual.ManagedNodeGroups[0].InstanceTypes).NotTo(BeEmpty())

0 commit comments

Comments
 (0)