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 e2e case S00001 #982

Merged
merged 1 commit into from
Dec 7, 2023
Merged

Add e2e case S00001 #982

merged 1 commit into from
Dec 7, 2023

Conversation

bzsuni
Copy link
Collaborator

@bzsuni bzsuni commented Nov 14, 2023

Fix #927

Testing the impact of adding and deleting Pods on EndpointSlices and Pod egress IP.

  1. Create a gateway.
  2. Create a policy.
  3. Create and delete 10 Pods.
  4. Verify the status of EndpointSlices and the egress IP of Pods.
  5. When deleting all Pods, EndpointSlices should be deleted as well.

@bzsuni bzsuni added the pr/not-ready not ready for merging label Nov 14, 2023
@bzsuni bzsuni requested a review from weizhoublue as a code owner November 14, 2023 14:08
Copy link

codecov bot commented Nov 14, 2023

Codecov Report

Merging #982 (fefc530) into main (467deb2) will not change coverage.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #982   +/-   ##
=======================================
  Coverage   44.44%   44.44%           
=======================================
  Files          21       21           
  Lines        3260     3260           
=======================================
  Hits         1449     1449           
  Misses       1605     1605           
  Partials      206      206           
Flag Coverage Δ
unittests 44.44% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

@weizhoublue weizhoublue temporarily deployed to commit November 30, 2023 12:28 Inactive
@bzsuni bzsuni force-pushed the bz/e2e/S00001 branch 10 times, most recently from 8fd9c2e to 6594a23 Compare December 4, 2023 10:40
@bzsuni bzsuni requested a review from lou-lan December 4, 2023 10:42
@bzsuni bzsuni added release/none should not recoded in new release kind/e2e and removed pr/not-ready not ready for merging labels Dec 4, 2023
lou-lan
lou-lan previously approved these changes Dec 4, 2023
@weizhoublue weizhoublue temporarily deployed to commit December 5, 2023 03:11 Inactive
Signed-off-by: bzsuni <[email protected]>
@weizhoublue weizhoublue merged commit 633a9e7 into main Dec 7, 2023
33 checks passed
@weizhoublue weizhoublue deleted the bz/e2e/S00001 branch December 7, 2023 02:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/e2e release/none should not recoded in new release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[ e2e 用例 ] 增删 pod 后,判断 pod 出口 IP 是否符合预期
3 participants