Jacob Tanenbaum

Results 11 issues of Jacob Tanenbaum

in an effort to remove the FakeAddressSet code from testing this commit removes FakeAddressSet from EgressIPTesting **- What this PR does and why is it needed** **- Special notes for...

egress-ip
code-cleanup

Currently it seems like every test file is organized completely differently each containing there own way of doing things. I wish to make the testing easier to read and work...

using sock.deinitialize() outside of the goroutine that is using the socket leaves the potential for erroneous and unexpected behavior. When calling Ping() very quickly the socket fd can be reused...

Here are two simple corrections to user defined networking. For the e2e tests to cleanup correctly the pods in user defined networks have to be removed before the networks themselves....

area/unit-testing
area/e2e-testing
feature/user-defined-network-segmentation

the network policy test should ensure an IP overlapping both IPBlock.CIDR and IPBlock.Except is allowed [Feature:NetworkPolicy] only supports ipv4 with the current version of e2e tests

lifecycle/stale

#### What this PR does and why is it needed #### Which issue(s) this PR fixes Fixes # #### Special notes for reviewers #### How to verify it #### Details...

area/unit-testing
area/e2e-testing

there is no validation for the dnsName in egressFirewall. I am not really sure how we want to deal with this I am putting it here so I don't loose...

lifecycle/stale

this is a port of https://github.com/ovn-org/ovn-kubernetes/commit/336fb4457c5fa038468b8a10e0a52e33a68362e3

do-not-merge/work-in-progress

ginkgo has updated to v2 three years ago and we should update our test framework. I think the two most important features of ginkgo/v2 we could make use of is...

kind/documentation
feature/egress-ip
area/unit-testing
feature/admin-network-policy
feature/egress-service
feature/services&endpoints
feature/kubevirt-live-migration
feature/egress-gateway
feature/egress-firewall
feature/egress-qos

currently when creating egressIP in a dualstack cluster regardless of if the egressip is ipv4 or ipv6 when disable-snat-multiple-gws is set the code removes both ipv4 and ipv6 snats from...

feature/egress-ip
area/unit-testing