Merge pull request #46152 from shashidharatd/federation

Automatic merge from submit-queue (batch tested with PRs 46014, 46152)

Updated test/test_owners.csv for federation test cases

To the best of my knowledge have updated the test owners for federation e2e test cases. PTAL and comment if any concern.

**Release note**:
```release-note
NONE
```
cc @kubernetes/sig-federation-pr-reviews @fejta 
/assign @madhusudancs
This commit is contained in:
Kubernetes Submit Queue 2017-05-20 00:59:27 -07:00 committed by GitHub
commit 03495f12c3

View File

@ -145,50 +145,48 @@ EmptyDir wrapper volumes should not conflict,deads2k,1,node
Etcd failure should recover from SIGKILL,pmorie,1,api-machinery
Etcd failure should recover from network partition with master,justinsb,1,api-machinery
Events should be sent by kubelets and the scheduler about pods scheduling and running,zmerlynn,1,node
Federated Services Without Clusters should succeed when a service is created,rmmh,1,federation
Federated Services with clusters DNS non-local federated service missing local service should never find DNS entries for a missing local service,mml,0,federation
Federated Services with clusters DNS non-local federated service should be able to discover a non-local federated service,jlowdermilk,1,federation
Federated Services with clusters DNS should be able to discover a federated service,derekwaynecarr,1,federation
Federated Services with clusters Federated Service should be deleted from underlying clusters when OrphanDependents is false,zmerlynn,1,
Federated Services with clusters Federated Service should create matching services in underlying clusters,thockin,1,
Federated Services with clusters Federated Service should not be deleted from underlying clusters when OrphanDependents is nil,yifan-gu,1,
Federated Services with clusters Federated Service should not be deleted from underlying clusters when OrphanDependents is true,davidopp,1,
Federated ingresses Federated Ingresses Ingress connectivity and DNS should be able to connect to a federated ingress via its load balancer,rmmh,1,federation
Federated ingresses Federated Ingresses should be created and deleted successfully,dchen1107,1,federation
Federated ingresses Federated Ingresses should be deleted from underlying clusters when OrphanDependents is false,nikhiljindal,0,federation
Federated ingresses Federated Ingresses should create and update matching ingresses in underlying clusters,rrati,0,federation
Federated ingresses Federated Ingresses should not be deleted from underlying clusters when OrphanDependents is nil,nikhiljindal,0,federation
Federated ingresses Federated Ingresses should not be deleted from underlying clusters when OrphanDependents is true,nikhiljindal,0,federation
Federation API server authentication should accept cluster resources when the client has right authentication credentials,davidopp,1,federation
Federation API server authentication should not accept cluster resources when the client has invalid authentication credentials,yujuhong,1,federation
Federation API server authentication should not accept cluster resources when the client has no authentication credentials,nikhiljindal,1,federation
Federation apiserver Admission control should not be able to create resources if namespace does not exist,alex-mohr,1,federation
Federation apiserver Cluster objects should be created and deleted successfully,rrati,0,federation
Federation daemonsets DaemonSet objects should be created and deleted successfully,nikhiljindal,0,federation
Federation daemonsets DaemonSet objects should be deleted from underlying clusters when OrphanDependents is false,nikhiljindal,0,federation
Federation daemonsets DaemonSet objects should not be deleted from underlying clusters when OrphanDependents is nil,nikhiljindal,0,federation
Federation daemonsets DaemonSet objects should not be deleted from underlying clusters when OrphanDependents is true,nikhiljindal,0,federation
Federation deployments Deployment objects should be created and deleted successfully,soltysh,1,federation
Federated ReplicaSet Features CRUD should be deleted from underlying clusters when OrphanDependents is false,perotinus,0,federation
Federated ReplicaSet Features CRUD should create and update matching replicasets in underlying clusters,perotinus,0,federation
Federated ReplicaSet Features CRUD should not be deleted from underlying clusters when OrphanDependents is nil,perotinus,0,federation
Federated ReplicaSet Features CRUD should not be deleted from underlying clusters when OrphanDependents is true,perotinus,0,federation
Federated ReplicaSet Features Preferences should create replicasets with max replicas preference,perotinus,0,federation
Federated ReplicaSet Features Preferences should create replicasets with min replicas preference,perotinus,0,federation
Federated ReplicaSet Features Preferences should create replicasets with weight preference,perotinus,0,federation
Federated ReplicaSet ReplicaSet objects should be created and deleted successfully,perotinus,0,federation
Federated Services Without Clusters should succeed when a service is created,shashidharatd,0,federation
Federated Services with clusters DNS non-local federated service missing local service should never find DNS entries for a missing local service,shashidharatd,0,federation
Federated Services with clusters DNS should be able to discover a federated service,shashidharatd,0,federation
Federated Services with clusters Federated Service should be deleted from underlying clusters when OrphanDependents is false,shashidharatd,0,federation
Federated Services with clusters Federated Service should create and update matching services in underlying clusters,shashidharatd,0,federation
Federated Services with clusters Federated Service should not be deleted from underlying clusters when OrphanDependents is nil,shashidharatd,0,federation
Federated Services with clusters Federated Service should not be deleted from underlying clusters when OrphanDependents is true,shashidharatd,0,federation
Federated Services with clusters Federated Service should recreate service shard in underlying clusters when service shard is deleted,shashidharatd,0,federation
Federated ingresses Federated Ingresses should be created and deleted successfully,madhusudancs,0,federation
Federated ingresses Federated Ingresses should be deleted from underlying clusters when OrphanDependents is false,madhusudancs,0,federation
Federated ingresses Federated Ingresses should create and update matching ingresses in underlying clusters,madhusudancs,0,federation
Federated ingresses Federated Ingresses should not be deleted from underlying clusters when OrphanDependents is nil,madhusudancs,0,federation
Federated ingresses Federated Ingresses should not be deleted from underlying clusters when OrphanDependents is true,madhusudancs,0,federation
"Federated types Federated %q resources should be created, read, updated and deleted successfully",marun,0,federation
Federation API server authentication should accept cluster resources when the client has HTTP Basic authentication credentials,nikhiljindal,0,federation
Federation API server authentication should accept cluster resources when the client has certificate authentication credentials,nikhiljindal,0,federation
Federation API server authentication should accept cluster resources when the client has token authentication credentials,nikhiljindal,0,federation
Federation API server authentication should not accept cluster resources when the client has invalid HTTP Basic authentication credentials,nikhiljindal,0,federation
Federation API server authentication should not accept cluster resources when the client has invalid token authentication credentials,nikhiljindal,0,federation
Federation API server authentication should not accept cluster resources when the client has no authentication credentials,nikhiljindal,0,federation
Federation apiserver Admission control should not be able to create resources if namespace does not exist,nikhiljindal,0,federation
Federation apiserver Cluster objects should be created and deleted successfully,nikhiljindal,0,federation
Federation deployments Deployment objects should be created and deleted successfully,nikhiljindal,0,federation
Federation deployments Federated Deployment should be deleted from underlying clusters when OrphanDependents is false,nikhiljindal,0,federation
Federation deployments Federated Deployment should create and update matching deployments in underlying clusters,lavalamp,1,federation
Federation deployments Federated Deployment should create and update matching deployments in underlying clusters,nikhiljindal,0,federation
Federation deployments Federated Deployment should not be deleted from underlying clusters when OrphanDependents is nil,nikhiljindal,0,federation
Federation deployments Federated Deployment should not be deleted from underlying clusters when OrphanDependents is true,nikhiljindal,0,federation
Federation events Event objects should be created and deleted successfully,rrati,0,federation
Federation events Event objects should be created and deleted successfully,shashidharatd,0,federation
Federation namespace Namespace objects all resources in the namespace should be deleted when namespace is deleted,nikhiljindal,0,federation
Federation namespace Namespace objects deletes replicasets in the namespace when the namespace is deleted,nikhiljindal,0,federation
Federation namespace Namespace objects should be created and deleted successfully,xiang90,1,federation
Federation namespace Namespace objects should be created and deleted successfully,nikhiljindal,0,federation
Federation namespace Namespace objects should be deleted from underlying clusters when OrphanDependents is false,nikhiljindal,0,federation
Federation namespace Namespace objects should not be deleted from underlying clusters when OrphanDependents is nil,nikhiljindal,0,federation
Federation namespace Namespace objects should not be deleted from underlying clusters when OrphanDependents is true,nikhiljindal,0,federation
Federation replicasets Federated ReplicaSet should be deleted from underlying clusters when OrphanDependents is false,nikhiljindal,0,federation
Federation replicasets Federated ReplicaSet should create and update matching replicasets in underling clusters,childsb,1,federation
Federation replicasets Federated ReplicaSet should not be deleted from underlying clusters when OrphanDependents is nil,nikhiljindal,0,federation
Federation replicasets Federated ReplicaSet should not be deleted from underlying clusters when OrphanDependents is true,nikhiljindal,0,federation
Federation replicasets ReplicaSet objects should be created and deleted successfully,apelisse,1,federation
Federation secrets Secret objects should be created and deleted successfully,pmorie,1,federation
Federation secrets Secret objects should be deleted from underlying clusters when OrphanDependents is false,nikhiljindal,0,federation
Federation secrets Secret objects should not be deleted from underlying clusters when OrphanDependents is nil,nikhiljindal,0,federation
Federation secrets Secret objects should not be deleted from underlying clusters when OrphanDependents is true,nikhiljindal,0,federation
Firewall rule should create valid firewall rules for LoadBalancer type service,MrHohn,0,network
Firewall rule should have correct firewall rules for e2e cluster,MrHohn,0,network
GCP Volumes GlusterFS should be mountable,nikhiljindal,0,storage

1 name owner auto-assigned sig
145 Etcd failure should recover from SIGKILL pmorie 1 api-machinery
146 Etcd failure should recover from network partition with master justinsb 1 api-machinery
147 Events should be sent by kubelets and the scheduler about pods scheduling and running zmerlynn 1 node
148 Federated Services Without Clusters should succeed when a service is created Federated ReplicaSet Features CRUD should be deleted from underlying clusters when OrphanDependents is false rmmh perotinus 1 0 federation
149 Federated Services with clusters DNS non-local federated service missing local service should never find DNS entries for a missing local service Federated ReplicaSet Features CRUD should create and update matching replicasets in underlying clusters mml perotinus 0 federation
150 Federated Services with clusters DNS non-local federated service should be able to discover a non-local federated service Federated ReplicaSet Features CRUD should not be deleted from underlying clusters when OrphanDependents is nil jlowdermilk perotinus 1 0 federation
151 Federated Services with clusters DNS should be able to discover a federated service Federated ReplicaSet Features CRUD should not be deleted from underlying clusters when OrphanDependents is true derekwaynecarr perotinus 1 0 federation
152 Federated Services with clusters Federated Service should be deleted from underlying clusters when OrphanDependents is false Federated ReplicaSet Features Preferences should create replicasets with max replicas preference zmerlynn perotinus 1 0 federation
153 Federated Services with clusters Federated Service should create matching services in underlying clusters Federated ReplicaSet Features Preferences should create replicasets with min replicas preference thockin perotinus 1 0 federation
154 Federated Services with clusters Federated Service should not be deleted from underlying clusters when OrphanDependents is nil Federated ReplicaSet Features Preferences should create replicasets with weight preference yifan-gu perotinus 1 0 federation
155 Federated Services with clusters Federated Service should not be deleted from underlying clusters when OrphanDependents is true Federated ReplicaSet ReplicaSet objects should be created and deleted successfully davidopp perotinus 1 0 federation
156 Federated ingresses Federated Ingresses Ingress connectivity and DNS should be able to connect to a federated ingress via its load balancer Federated Services Without Clusters should succeed when a service is created rmmh shashidharatd 1 0 federation
157 Federated ingresses Federated Ingresses should be created and deleted successfully Federated Services with clusters DNS non-local federated service missing local service should never find DNS entries for a missing local service dchen1107 shashidharatd 1 0 federation
158 Federated ingresses Federated Ingresses should be deleted from underlying clusters when OrphanDependents is false Federated Services with clusters DNS should be able to discover a federated service nikhiljindal shashidharatd 0 federation
159 Federated ingresses Federated Ingresses should create and update matching ingresses in underlying clusters Federated Services with clusters Federated Service should be deleted from underlying clusters when OrphanDependents is false rrati shashidharatd 0 federation
160 Federated ingresses Federated Ingresses should not be deleted from underlying clusters when OrphanDependents is nil Federated Services with clusters Federated Service should create and update matching services in underlying clusters nikhiljindal shashidharatd 0 federation
161 Federated ingresses Federated Ingresses should not be deleted from underlying clusters when OrphanDependents is true Federated Services with clusters Federated Service should not be deleted from underlying clusters when OrphanDependents is nil nikhiljindal shashidharatd 0 federation
162 Federation API server authentication should accept cluster resources when the client has right authentication credentials Federated Services with clusters Federated Service should not be deleted from underlying clusters when OrphanDependents is true davidopp shashidharatd 1 0 federation
163 Federation API server authentication should not accept cluster resources when the client has invalid authentication credentials Federated Services with clusters Federated Service should recreate service shard in underlying clusters when service shard is deleted yujuhong shashidharatd 1 0 federation
164 Federation API server authentication should not accept cluster resources when the client has no authentication credentials Federated ingresses Federated Ingresses should be created and deleted successfully nikhiljindal madhusudancs 1 0 federation
165 Federation apiserver Admission control should not be able to create resources if namespace does not exist Federated ingresses Federated Ingresses should be deleted from underlying clusters when OrphanDependents is false alex-mohr madhusudancs 1 0 federation
166 Federation apiserver Cluster objects should be created and deleted successfully Federated ingresses Federated Ingresses should create and update matching ingresses in underlying clusters rrati madhusudancs 0 federation
167 Federation daemonsets DaemonSet objects should be created and deleted successfully Federated ingresses Federated Ingresses should not be deleted from underlying clusters when OrphanDependents is nil nikhiljindal madhusudancs 0 federation
168 Federation daemonsets DaemonSet objects should be deleted from underlying clusters when OrphanDependents is false Federated ingresses Federated Ingresses should not be deleted from underlying clusters when OrphanDependents is true nikhiljindal madhusudancs 0 federation
169 Federation daemonsets DaemonSet objects should not be deleted from underlying clusters when OrphanDependents is nil Federated types Federated %q resources should be created, read, updated and deleted successfully nikhiljindal marun 0 federation
170 Federation daemonsets DaemonSet objects should not be deleted from underlying clusters when OrphanDependents is true Federation API server authentication should accept cluster resources when the client has HTTP Basic authentication credentials nikhiljindal 0 federation
171 Federation deployments Deployment objects should be created and deleted successfully Federation API server authentication should accept cluster resources when the client has certificate authentication credentials soltysh nikhiljindal 1 0 federation
172 Federation API server authentication should accept cluster resources when the client has token authentication credentials nikhiljindal 0 federation
173 Federation API server authentication should not accept cluster resources when the client has invalid HTTP Basic authentication credentials nikhiljindal 0 federation
174 Federation API server authentication should not accept cluster resources when the client has invalid token authentication credentials nikhiljindal 0 federation
175 Federation API server authentication should not accept cluster resources when the client has no authentication credentials nikhiljindal 0 federation
176 Federation apiserver Admission control should not be able to create resources if namespace does not exist nikhiljindal 0 federation
177 Federation apiserver Cluster objects should be created and deleted successfully nikhiljindal 0 federation
178 Federation deployments Deployment objects should be created and deleted successfully nikhiljindal 0 federation
179 Federation deployments Federated Deployment should be deleted from underlying clusters when OrphanDependents is false nikhiljindal 0 federation
180 Federation deployments Federated Deployment should create and update matching deployments in underlying clusters lavalamp nikhiljindal 1 0 federation
181 Federation deployments Federated Deployment should not be deleted from underlying clusters when OrphanDependents is nil nikhiljindal 0 federation
182 Federation deployments Federated Deployment should not be deleted from underlying clusters when OrphanDependents is true nikhiljindal 0 federation
183 Federation events Event objects should be created and deleted successfully rrati shashidharatd 0 federation
184 Federation namespace Namespace objects all resources in the namespace should be deleted when namespace is deleted nikhiljindal 0 federation
185 Federation namespace Namespace objects deletes replicasets in the namespace when the namespace is deleted nikhiljindal 0 federation
186 Federation namespace Namespace objects should be created and deleted successfully xiang90 nikhiljindal 1 0 federation
187 Federation namespace Namespace objects should be deleted from underlying clusters when OrphanDependents is false nikhiljindal 0 federation
188 Federation namespace Namespace objects should not be deleted from underlying clusters when OrphanDependents is nil nikhiljindal 0 federation
189 Federation namespace Namespace objects should not be deleted from underlying clusters when OrphanDependents is true nikhiljindal 0 federation
Federation replicasets Federated ReplicaSet should be deleted from underlying clusters when OrphanDependents is false nikhiljindal 0 federation
Federation replicasets Federated ReplicaSet should create and update matching replicasets in underling clusters childsb 1 federation
Federation replicasets Federated ReplicaSet should not be deleted from underlying clusters when OrphanDependents is nil nikhiljindal 0 federation
Federation replicasets Federated ReplicaSet should not be deleted from underlying clusters when OrphanDependents is true nikhiljindal 0 federation
Federation replicasets ReplicaSet objects should be created and deleted successfully apelisse 1 federation
Federation secrets Secret objects should be created and deleted successfully pmorie 1 federation
Federation secrets Secret objects should be deleted from underlying clusters when OrphanDependents is false nikhiljindal 0 federation
Federation secrets Secret objects should not be deleted from underlying clusters when OrphanDependents is nil nikhiljindal 0 federation
Federation secrets Secret objects should not be deleted from underlying clusters when OrphanDependents is true nikhiljindal 0 federation
190 Firewall rule should create valid firewall rules for LoadBalancer type service MrHohn 0 network
191 Firewall rule should have correct firewall rules for e2e cluster MrHohn 0 network
192 GCP Volumes GlusterFS should be mountable nikhiljindal 0 storage