Kubernetes Prow Robot
db70c2a96a
Merge pull request #99348 from chymy/e2e-rck-unused
...
Remove unused code in test/e2e/{upgrades,storage,network}
2021-04-28 21:02:50 -07:00
Dan Williams
f86ddbea70
e2e/network/firewall: don't assume nodes are exposed externally
...
If no nodes have NodeExternalIP addresses, then clearly none of the
services are exposed externally, and the test should succeed.
Seen in OpenShift CI.
2021-04-26 10:25:21 -05:00
Kubernetes Prow Robot
113f828553
Merge pull request #101442 from aramase/ds-cleanup
...
update dual-stack test description to remove duplicate tag
2021-04-24 13:57:00 -07:00
Anish Ramasekar
24f37695e5
update dual-stack test description to remove duplicate tag
...
Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com >
2021-04-23 16:32:36 -07:00
Antonio Ojea
0695bc45cf
e2e create pods only on schedulable nodes
...
We were avoiding the scheduled using the pod.Spec.NodeName directly,
however, once we switched to using the node selector, the no_snat
e2e test started to fail because was trying to schedule pods on
nodes with taints, hence, failing the test.
2021-04-17 12:05:40 +02:00
Antonio Ojea
60c3480740
e2e don't set pod.Spec.NodeName directly
...
based on this comment in
ea07644522/test/e2e/framework/pod/node_selection.go (L96-L101)
// pod.Spec.NodeName should not be set directly because
// it will bypass the scheduler, potentially causing
// kubelet to Fail the pod immediately if it's out of
// resources. Instead, we want the pod to remain
// pending in the scheduler until the node has resources
// freed up.
2021-04-16 15:58:16 +02:00
Kubernetes Prow Robot
e824c59913
Merge pull request #99696 from JornShen/refactor_netpol_policies
...
refactor netpol/policies.go
2021-04-14 15:17:07 -07:00
Kubernetes Prow Robot
c51450609f
Merge pull request #100839 from jayunit100/patch-25
...
add network-policy label automatically
2021-04-10 19:03:47 -07:00
Kubernetes Prow Robot
fded3d71e5
Merge pull request #100676 from squeed/netpol-v6-test
...
test/e2e: handle ipv6 addresses in netpol tests
2021-04-09 05:19:53 -07:00
Kubernetes Prow Robot
4959cd6339
Merge pull request #100671 from Niekvdplas/spelling-mistakes
...
Fixed several spelling mistakes
2021-04-09 05:19:45 -07:00
Antonio Ojea
7c7d003e5c
e2e test with hostNetwork pods can't run in parallel
...
the tests with pods using hostNetwork need to bind pods for the
test. Since they use hostNetwork the ports are limited, hence, if
more than one run in parallel, one is going to fail because will not
be able to get the port.
2021-04-07 20:07:18 +02:00
jay vyas
cd58735777
add network-policy label automatically
2021-04-05 09:36:15 -07:00
Niekvdplas
fec272a7b2
Fixed several spelling mistakes
2021-03-30 23:02:09 +02:00
Casey Callendrello
1efd456bcf
test/e2e: handle ipv6 addresses in netpol tests
...
The tests, as written, don't correctly join ip and port for v6
addresses.
use net.JoinHostPort to handle this case.
2021-03-30 16:41:06 +02:00
Swetha Repakula
9c1f9c3962
Promote EndpointSlice API test to Conformance
2021-03-19 23:28:35 +00:00
Kubernetes Prow Robot
7f8ef6fbce
Merge pull request #100189 from aramase/update-dualstack-test
...
update dual-stack test description to remove alpha
2021-03-18 15:26:36 -07:00
Kubernetes Prow Robot
da341b5cfc
Merge pull request #100290 from ii/promote-service-status-test
...
Promote ServiceStatus lifecycle e2e test to Conformance +4 endpoint coverage
2021-03-16 15:57:16 -07:00
Stephen Heywood
af1f64bee8
Promote ServiceStatus lifecycle e2e test to Conformance
2021-03-16 10:07:05 +13:00
Anish Ramasekar
4cd09e15cf
update dual-stack test description to remove alpha
...
Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com >
2021-03-12 09:58:50 -08:00
Kubernetes Prow Robot
91a7be0c2f
Merge pull request #98884 from fedepaol/hostnetworkudp
...
Network Tests: bind host network udp listeners to hostIPs
2021-03-11 00:18:24 -08:00
Swetha Repakula
29a1246410
Add Endpoint Slice API Test
2021-03-10 00:08:27 +00:00
Federico Paolinelli
fa963f55ae
Un-skip the hostnetwork udp endpoint test.
...
Since the test is being fixed, we can run the test.
Signed-off-by: Federico Paolinelli <fpaoline@redhat.com >
2021-03-09 11:52:35 +01:00
Kubernetes Prow Robot
faa3a5fbd4
Merge pull request #99916 from swetharepakula/eps-ga-e2e
...
Promote Endpoint Slice E2E Tests to Conformance
2021-03-08 20:47:45 -08:00
Kubernetes Prow Robot
5f0b88b043
Merge pull request #98791 from pacoxu/kubetest/external-ips
...
skip checking nodeport on external addrs in conformance tests
2021-03-08 19:22:59 -08:00
Swetha Repakula
17beeaf47a
Promote EndpointSlice E2E Tests to Conformance
2021-03-08 09:44:47 -08:00
Swetha Repakula
3ef94fbe3e
Update e2e tests to use EndpointSlice v1 API
2021-03-08 09:44:47 -08:00
pacoxu
520ce44c55
skip test on External IP of NodePort in conformance test
2021-03-08 16:55:34 +08:00
jornshen
cd2af69ef9
refector netpol/policies.go
2021-03-05 19:21:36 +08:00
Kubernetes Prow Robot
ae4f2ac43d
Merge pull request #98018 from ii/service-status-life-cycle-test
...
Write Service Status Life Cycle test - +4 endpoint coverage
2021-03-04 14:40:22 -08:00
Minhan Xia
e9ef140c3c
mark ingress neg test flaky
2021-03-04 10:17:21 -08:00
Stephen Heywood
3e9c44f00e
Add lifecycle e2e test for service status
...
e2e test validates the following service status endpoints
- patchCoreV1NamespacedServiceStatus
- readCoreV1NamespacedServiceStatus
- replaceCoreV1NamespacedServiceStatus
Also includes untested service endpoint
- patchCoreV1NamespacedService
2021-03-02 12:05:52 +13:00
Kubernetes Prow Robot
5498ee641b
Merge pull request #99561 from BenTheElder/remove-bazel
...
Remove Bazel
2021-03-01 09:55:27 -08:00
Antonio Ojea
1b61f49995
fix e2e test kube-proxy tcp_wait
2021-03-01 00:54:57 +01:00
Benjamin Elder
56e092e382
hack/update-bazel.sh
2021-02-28 15:17:29 -08:00
Kubernetes Prow Robot
c410910c1f
Merge pull request #99512 from knabben/add-netpol-ports
...
Adding specific protocol network policy test
2021-02-28 07:36:39 -08:00
wojtekt
749922fa46
Cleanup SIGDescribe in test/e2e/network
2021-02-27 20:29:27 +01:00
Amim Knabben
20263a07a6
Added protocol specific netpol
2021-02-26 18:11:45 -05:00
Kubernetes Prow Robot
157c4bbf85
Merge pull request #99390 from pacoxu/use-random-node/e2e
...
[e2e] use random node to avoid node0 overloaded
2021-02-26 14:50:54 -08:00
pacoxu
6b94cad4e9
fix nil error e2e/network/kube_proxy.go
2021-02-25 12:00:42 +08:00
pacoxu
9488decd5e
use random node to avoid node0 overloaded
2021-02-25 11:10:02 +08:00
chymy
c32793a4c9
Remove unused code in test/e2e/{upgrades,storage,network}
...
Signed-off-by: chymy <chang.min1@zte.com.cn >
2021-02-23 02:45:51 -05:00
Antonio Ojea
c9cbe41347
remove duplicate functions
2021-02-22 18:43:59 +01:00
jornshen
5d8f7ccc56
e2e test use CreateSync in createPodOrFail
2021-02-20 18:14:12 +08:00
Kubernetes Prow Robot
319ff51c21
Merge pull request #97701 from knabben/allow-traffic-or
...
Testing multiple pods using label selector
2021-02-19 03:14:26 -08:00
Kubernetes Prow Robot
83a5b4c365
Merge pull request #99202 from aojea/servicessyncpod
...
e2e services test pods should wait until they are ready
2021-02-19 00:20:48 -08:00
Kubernetes Prow Robot
0d8373ace2
Merge pull request #99146 from JornShen/cleanup_validateEndpointsPorts
...
merge error check to validateEndpointsPorts
2021-02-18 22:40:24 -08:00
Kubernetes Prow Robot
b710c1043a
Merge pull request #98389 from knabben/allow-traffic-other-ns
...
Allow ingress from pods on another namespace
2021-02-18 19:04:24 -08:00
Antonio Ojea
6d614c9c50
e2e services test pods should wait until they are ready
2021-02-18 16:08:59 +01:00
Antonio Ojea
60109a1632
e2e conntrack invalid test should wait pod are running
2021-02-18 15:46:07 +01:00
jornshen
ffa7789f7f
merge error check to validateEndpointsPorts
2021-02-17 18:22:09 +08:00