k3s/test/e2e/network
Kubernetes Submit Queue 4aee608048 Merge pull request #54338 from bradtopol/addsecretlatencyconform
Automatic merge from submit-queue (batch tested with PRs 54112, 54150, 53816, 54321, 54338). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

Add service latency and secret related conformance annotations

Signed-off-by: Brad Topol <btopol@us.ibm.com>

/sig testing
/area conformance
@sig-testing-pr-reviews

This PR adds service latency and secret related conformance annotations to the e2e test suite.

The PR fixes a portion of #53822. It focuses on adding conformance annotations as defined by the Kubernetes Conformance Workgroup for a subset of the pod based e2e conformance tests.
Special notes for your reviewer:

Please see https://docs.google.com/spreadsheets/d/1WWSOqFaG35VmmPOYbwetapj1VPOVMqjZfR9ih5To5gk/edit#gid=62929400
for the list of SIG Arch approved test names and descriptions that I am using.

**Release note**:

```release-note NONE
```
2017-10-26 17:07:36 -07:00
..
BUILD migrate cluster dns test to sig network 2017-10-26 16:00:33 +08:00
OWNERS
dns.go Merge pull request #52885 from xiangpengzhao/dns-remove-useless 2017-09-24 04:30:12 -07:00
dns_common.go Bump kube-dns version used in e2e 2017-10-10 10:49:54 -07:00
dns_configmap.go Add [sig-network] prefix to network e2e tests 2017-07-25 08:56:35 +08:00
doc.go
example_cluster_dns.go migrate cluster dns test to sig network 2017-10-26 16:00:33 +08:00
firewall.go update clientset.Core() to clientset.CoreV1() in test 2017-08-14 16:53:55 +08:00
framework.go Add [sig-network] prefix to network e2e tests 2017-07-25 08:56:35 +08:00
ingress.go add e2e test for rolling update backend with NEG 2017-10-23 17:21:32 -07:00
kube_proxy.go Port e2e tests for multi architecture 2017-09-01 05:40:52 +05:30
network_policy.go Merge pull request #54078 from bcreane/update_clientset 2017-10-23 20:22:57 -07:00
network_tiers.go e2e: network tiers should retry on 404 errors 2017-09-06 13:16:28 -07:00
networking.go Merge pull request #53569 from leblancd/v6_e2e_ext_ip 2017-10-26 14:18:29 -07:00
networking_perf.go Add IPv6 option for e2e iPerf test 2017-10-03 11:19:50 -04:00
no_snat.go Port e2e tests for multi architecture 2017-09-01 05:40:52 +05:30
proxy.go Add conformance annotations for proxy and scheduler predicate tests 2017-10-23 11:30:05 -07:00
service.go Add conformance annotations for expansion and service tests 2017-10-20 13:29:25 -07:00
service_latency.go Add service latency and secret related conformance annotations 2017-10-21 06:46:21 -07:00
serviceloadbalancers.go Move left networking e2e tests to test/e2e/network 2017-08-02 23:47:10 +08:00
util_iperf.go