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

Add AWS Service functions to e2e test shared #3235

Closed
josh-ferrell opened this issue Feb 18, 2022 · 2 comments · Fixed by #3237
Closed

Add AWS Service functions to e2e test shared #3235

josh-ferrell opened this issue Feb 18, 2022 · 2 comments · Fixed by #3237
Labels
kind/feature Categorizes issue or PR as related to a new feature. priority/backlog Higher priority than priority/awaiting-more-evidence. triage/accepted Indicates an issue or PR is ready to be actively worked on.

Comments

@josh-ferrell
Copy link

josh-ferrell commented Feb 18, 2022

/kind feature

Describe the solution you'd like
Add some basic CRUD functions for VPCs, subnets, NatGW, IGW, route tables, routes and peering connections to be used by the e2e test suite for building out infrastructure prior to test which will be used during airgapped testing as well.

Anything else you would like to add:
[Miscellaneous information that will assist in solving the issue.]

Environment:

  • Cluster-api-provider-aws version:
  • Kubernetes version: (use kubectl version):
  • OS (e.g. from /etc/os-release):
@k8s-ci-robot k8s-ci-robot added kind/feature Categorizes issue or PR as related to a new feature. needs-priority needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. labels Feb 18, 2022
@sedefsavas
Copy link
Contributor

/triage accepted
/milestone v1.x
/priority backlog

@k8s-ci-robot k8s-ci-robot added this to the v1.x milestone Feb 18, 2022
@k8s-ci-robot k8s-ci-robot added triage/accepted Indicates an issue or PR is ready to be actively worked on. priority/backlog Higher priority than priority/awaiting-more-evidence. and removed needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. needs-priority labels Feb 18, 2022
@josh-ferrell josh-ferrell reopened this Feb 18, 2022
@sedefsavas
Copy link
Contributor

sedefsavas commented Feb 18, 2022

Thanks @josh-ferrell, this is a great step to test different topologies.

We have a few of these under test/e2e/suites/unmanaged/helpers_test.go.
We can move them to a shared folder with the new ones as well to be able to use them for EKS tests too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature. priority/backlog Higher priority than priority/awaiting-more-evidence. triage/accepted Indicates an issue or PR is ready to be actively worked on.
Projects
None yet
3 participants