-
Notifications
You must be signed in to change notification settings - Fork 20
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
[e2e] Add test cases for pre-created VPC #933
Open
wenyingd
wants to merge
1
commit into
vmware-tanzu:main
Choose a base branch
from
wenyingd:e2e_pre_vpc
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
+828
−19
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wenyingd
force-pushed
the
e2e_pre_vpc
branch
from
November 26, 2024 08:46
f4efb12
to
b818bc0
Compare
/e2e |
wenyingd
force-pushed
the
e2e_pre_vpc
branch
from
November 27, 2024 02:55
b818bc0
to
336b301
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #933 +/- ##
=======================================
Coverage 73.42% 73.42%
=======================================
Files 118 118
Lines 16392 16392
=======================================
Hits 12036 12036
Misses 3571 3571
Partials 785 785
|
/e2e |
1 similar comment
/e2e |
wenyingd
force-pushed
the
e2e_pre_vpc
branch
from
November 27, 2024 16:21
336b301
to
e55f61d
Compare
/e2e |
wenyingd
force-pushed
the
e2e_pre_vpc
branch
from
December 11, 2024 09:05
509290d
to
7b88c8a
Compare
wenyingd
force-pushed
the
e2e_pre_vpc
branch
from
December 13, 2024 06:21
7b88c8a
to
c6cc042
Compare
/e2e |
1 similar comment
/e2e |
wenyingd
force-pushed
the
e2e_pre_vpc
branch
from
December 13, 2024 08:16
c6cc042
to
dd8a07f
Compare
This change is to add a new end-to-end test for the pre-created VPC, it includes these steps, 1. Create a VPC/LBS/Attachment on NSX 2. Create a Namespace on vCenter or K8s, which depends on if the setup is a wcp testbed or not. Note, it planned to run the test on wcp testbed, please provide a valid pair of vc-user and vc-password which has the permission to create instance on vCenter 3. Create LoadBalancer typed Service inside the Namespace 4. Create server Pod for the LoadBalancer typed Service 5. Create client Pod in the same Namespace 6. Verified the traffic from the client Pod to the LoadBalancer's external IP 7. Delete LoadBalancer typed Service and verified that the realted NSX resources are removed as expected 8. Delete the Namespace from vCenter or K8s 9. Delete the VPC from NSX
wenyingd
force-pushed
the
e2e_pre_vpc
branch
from
December 13, 2024 09:02
dd8a07f
to
982470c
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This change is to add a new end-to-end test for the pre-created VPC, it includes these steps,