-
Notifications
You must be signed in to change notification settings - Fork 753
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 custom networking e2e test suite #1445
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM :)
} | ||
|
||
By("disassociating the CIDR range to the VPC") | ||
err = f.CloudServices.EC2().DisAssociateVPCCIDRBlock(cidrBlockAssociationID) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Won't we delete the VPC?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For all the e2e test, I was thinking of having a central entry point which creates the cluster and runs all e2e test and after execution of the e2e suites the entrypoint would delete all cluster resources.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sure that would work too :)
What type of PR is this?
Custom networking e2e test suite.
Which issue does this PR fix:
Adds e2e test which tests the following.
What does this PR do / Why do we need it:
Adds e2e test suite for custom networking.
Testing done on this change:
Automation added to e2e:
Yes
Will this break upgrades or downgrades. Has updating a running cluster been tested?:
NA
Does this change require updates to the CNI daemonset config files to work?:
NA*
*Does this PR introduce any user-facing change?**:
NA
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.