Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EKS e2e tests #539

Closed
wants to merge 6 commits into from
Closed

EKS e2e tests #539

wants to merge 6 commits into from

Conversation

slysunkin
Copy link
Contributor

@slysunkin slysunkin commented Oct 21, 2024

Description

Implementing #387

EKS E2E tests

@slysunkin slysunkin added the test e2e Runs the entire provider E2E test suite, controller E2E tests are always ran label Oct 21, 2024
@slysunkin slysunkin force-pushed the HMC-387 branch 2 times, most recently from 1a8bef9 to f5142c1 Compare October 24, 2024 18:51
@slysunkin slysunkin changed the title Initial EKS e2e tests [DO NOT MERGE] Initial EKS e2e tests Oct 24, 2024
@slysunkin slysunkin marked this pull request as ready for review October 24, 2024 18:55
@slysunkin slysunkin changed the title Initial EKS e2e tests EKS e2e tests Oct 29, 2024
}).WithTimeout(60 * time.Minute).WithPolling(30 * time.Second).Should(Succeed())

// --- clean up ---
templateBy(managedcluster.TemplateAWSStandaloneCP, "deleting the ManagedCluster for EKS")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This shouldn't represent clean up, but rather deletion and testing deletion. For cleanup of failed tests you should edit the dev-aws-nuke target/cloud-nuke config to also cleanup any created/orphaned EKS resources.

test/utils/utils.go Outdated Show resolved Hide resolved
@slysunkin slysunkin closed this Nov 6, 2024
@slysunkin
Copy link
Contributor Author

This PR had to be a from a branch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test e2e Runs the entire provider E2E test suite, controller E2E tests are always ran
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants