-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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 test which verifies traffic policies and firewall in services #10972
Add e2e test which verifies traffic policies and firewall in services #10972
Conversation
fbabd3b
to
bb73757
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #10972 +/- ##
==========================================
- Coverage 50.06% 44.10% -5.96%
==========================================
Files 178 178
Lines 14801 14814 +13
==========================================
- Hits 7410 6534 -876
- Misses 6044 7077 +1033
+ Partials 1347 1203 -144
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
975da3f
to
bc30eee
Compare
bc30eee
to
2031570
Compare
tests/e2e/svcpoliciesandfirewall/svcpoliciesandfirewall_test.go
Outdated
Show resolved
Hide resolved
tests/e2e/svcpoliciesandfirewall/svcpoliciesandfirewall_test.go
Outdated
Show resolved
Hide resolved
tests/e2e/svcpoliciesandfirewall/svcpoliciesandfirewall_test.go
Outdated
Show resolved
Hide resolved
tests/e2e/svcpoliciesandfirewall/svcpoliciesandfirewall_test.go
Outdated
Show resolved
Hide resolved
tests/e2e/svcpoliciesandfirewall/svcpoliciesandfirewall_test.go
Outdated
Show resolved
Hide resolved
tests/e2e/svcpoliciesandfirewall/svcpoliciesandfirewall_test.go
Outdated
Show resolved
Hide resolved
Signed-off-by: manuelbuil <mbuil@suse.com>
2031570
to
3be3ae2
Compare
Proposed Changes
New e2e test to verify services externaltrafficpolicy, internaltrafficpolicy and loadBalancerSourceRanges
Types of Changes
New e2e test
Verification
Run go test
Testing
Linked Issues
User-Facing Change
Further Comments