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

feat: add CAPA e2e test #145

Merged
merged 1 commit into from
Sep 26, 2023
Merged

Conversation

richardcase
Copy link
Contributor

@richardcase richardcase commented Sep 26, 2023

What this PR does / why we need it:

Added a new test that will use the AWS provider. It will provision a EKS based cluster using managed node group.

Also labels have been added to the tests so that the tests can be filtered with the --test-filter flag when running them. This is to allow short and full tests. There are 2 constants short and full thatcan be included on the test declarations.

Which issue(s) this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close the issue(s) when PR gets merged):
Fixes #92

Special notes for your reviewer:

Checklist:

  • squashed commits into logical changes
  • adds or updates e2e tests

@richardcase richardcase requested a review from a team as a code owner September 26, 2023 11:48
Added a new test that will use the AWS provider. It will provision a EKS
based cluster using managed node group.

Also labels have been added to the tests so that the tests can be
filtered with the `--test-filter` flag when running them. This is to
allow short and full tests.

Signed-off-by: Richard Case <richard.case@suse.com>
@alexander-demicev alexander-demicev merged commit d36af93 into rancher:main Sep 26, 2023
11 of 12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/testing Indicates an issue related to test kind/feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[e2e] Add test to cover AWS
3 participants