Update test assignments

pull/6/head
Erick Fejta 2016-08-19 18:37:18 -07:00
parent 99295356ed
commit 5c821c1fed
1 changed files with 59 additions and 57 deletions

View File

@ -1,15 +1,15 @@
name,owner,auto-assigned
DEFAULT,rmmh/spxtr/ixdy/apelisse/fejta,0
Addon update should propagate add-on file changes,eparis,1
Autoscaling should scale cluster size based on cpu reservation,davidopp,1
Autoscaling should scale cluster size based on cpu utilization,thockin,1
Autoscaling should scale cluster size based on memory reservation,hurf,1
Autoscaling should scale cluster size based on memory utilization,davidopp,1
AfterSuite,thockin,1
AppArmor when running with AppArmor should enforce a permissive profile,brendandburns,1
AppArmor when running with AppArmor should enforce a profile blocking writes,kargakis,1
AppArmor when running with AppArmor should reject an unloaded profile,eparis,1
AppArmor when running without AppArmor should reject a pod with an AppArmor profile,childsb,1
BeforeSuite,ixdy,0
Cadvisor should be healthy on every node.,vishh,0
Cassandra should create and scale cassandra,fabioy,1
Celery-RabbitMQ should create and stop celery+rabbitmq servers,luxas,1
Clean up pods on node kubelet should be able to delete 10 pods per node in 1m0s.,lavalamp,1
Cluster level logging using Elasticsearch should check that logs from pods on all nodes are ingested into Elasticsearch,dchen1107,1
Cluster size autoscaling Should scale cluster size based on cpu reservation,dchen1107,1
Cluster size autoscaling Should scale cluster size based on cpu utilization,ixdy,1
@ -28,7 +28,9 @@ ClusterDns should create pod that uses dns,sttts,0
ConfigMap should be consumable from pods in volume,alex-mohr,1
ConfigMap should be consumable from pods in volume as non-root,hurf,1
ConfigMap should be consumable from pods in volume as non-root with FSGroup,roberthbailey,1
ConfigMap should be consumable from pods in volume with defaultMode set,Random-Liu,1
ConfigMap should be consumable from pods in volume with mappings,karlkfi,1
ConfigMap should be consumable from pods in volume with mappings and Item mode set,eparis,1
ConfigMap should be consumable from pods in volume with mappings as non-root,apelisse,1
ConfigMap should be consumable from pods in volume with mappings as non-root with FSGroup,zmerlynn,1
ConfigMap should be consumable in multiple volumes in the same pod,caesarxuchao,1
@ -45,7 +47,6 @@ Container Runtime Conformance Test container runtime conformance blackbox test w
DNS should provide DNS for pods for Hostname and Subdomain Annotation,mtaufen,1
DNS should provide DNS for services,roberthbailey,1
DNS should provide DNS for the cluster,roberthbailey,1
Daemon set should launch a daemon pod on every node of the cluster,andyzheng0831,1
Daemon set should run and stop complex daemon,jlowdermilk,1
Daemon set should run and stop complex daemon with node affinity,erictune,1
Daemon set should run and stop simple daemon,mtaufen,1
@ -53,7 +54,12 @@ DaemonRestart Controller Manager should not create/delete replicas across restar
DaemonRestart Kubelet should not restart containers across restart,madhusudancs,1
DaemonRestart Scheduler should continue assigning pods to nodes across restart,lavalamp,1
Density create a batch of pods latency/resource should be within limit when create 10 pods with 0 interval,zmerlynn,1
Density create a batch of pods latency/resource should be within limit when create 105 pods with 0 interval,bgrant0607,1
Density create a batch of pods latency/resource should be within limit when create 35 pods with 0 interval,davidopp,1
Density create a sequence of pods latency/resource should be within limit when create 10 pods with 10 background pods,madhusudancs,1
Density create a sequence of pods latency/resource should be within limit when create 10 pods with 50 background pods,janetkuo,1
Density create a sequence of pods latency/resource should be within limit when create 30 pods with 50 background pods,alex-mohr,1
Density create a sequence of pods latency/resource should be within limit when create 50 pods with 50 background pods,yifan-gu,1
Density should allow running maximum capacity pods on nodes,smarterclayton,1
Density should allow starting 100 pods per node,wojtek-t,0
Density should allow starting 3 pods per node,gmarek,0
@ -64,17 +70,16 @@ Deployment RecreateDeployment should delete old pods and create new ones,pwittro
Deployment RollingUpdateDeployment should delete old pods and create new ones,pwittrock,0
Deployment RollingUpdateDeployment should scale up and down in the right order,pwittrock,0
Deployment deployment should create new pods,pwittrock,0
Deployment deployment should delete old pods and create new ones,nikhiljindal,0
Deployment deployment should delete old replica sets,pwittrock,0
Deployment deployment should label adopted RSs and pods,pwittrock,0
Deployment deployment should scale up and down in the right order,pwittrock,0
Deployment deployment should support rollback,pwittrock,0
Deployment deployment should support rollback when there's replica set with no revision,pwittrock,0
Deployment deployment should support rollover,pwittrock,0
Deployment paused deployment should be able to scale,janetkuo,1
Deployment paused deployment should be ignored by the controller,kargakis,0
Deployment scaled rollout deployment should not block on annotation check,lavalamp,1
Deployment scaled rollout should not block on annotation check,pmorie,1
DisruptionController should create a PodDisruptionBudget,quinton-hoole,1
DisruptionController should update PodDisruptionBudget status,bgrant0607,1
Docker Containers should be able to override the image's default arguments (docker cmd),maisem,0
Docker Containers should be able to override the image's default command and arguments,maisem,0
Docker Containers should be able to override the image's default commmand (docker entrypoint),maisem,0
@ -88,13 +93,16 @@ Downward API volume should provide container's cpu limit,smarterclayton,1
Downward API volume should provide container's cpu request,krousey,1
Downward API volume should provide container's memory limit,krousey,1
Downward API volume should provide container's memory request,mikedanese,1
Downward API volume should provide labels and annotations files,nhlfr,0
Downward API volume should provide node allocatable (cpu) as default cpu limit if the limit is not set,lavalamp,1
Downward API volume should provide node allocatable (memory) as default memory limit if the limit is not set,freehan,1
Downward API volume should provide podname as non-root with fsgroup,karlkfi,1
Downward API volume should provide podname only,mwielgus,1
Downward API volume should set DefaultMode on files,davidopp,1
Downward API volume should set mode on item file,mtaufen,1
Downward API volume should update annotations on modification,eparis,1
Downward API volume should update labels on modification,timothysc,1
Dynamic provisioning DynamicProvisioner Alpha should create and delete alpha persistent volumes,andyzheng0831,1
Dynamic provisioning DynamicProvisioner should create and delete persistent volumes,jsafrane,0
EmptyDir volumes should have the correct mode,mikedanese,1
"EmptyDir volumes should support (non-root,0644,default)",timstclair,1
"EmptyDir volumes should support (non-root,0644,tmpfs)",spxtr,1
"EmptyDir volumes should support (non-root,0666,default)",dchen1107,1
@ -107,7 +115,6 @@ EmptyDir volumes should have the correct mode,mikedanese,1
"EmptyDir volumes should support (root,0666,tmpfs)",davidopp,1
"EmptyDir volumes should support (root,0777,default)",spxtr,1
"EmptyDir volumes should support (root,0777,tmpfs)",alex-mohr,1
EmptyDir volumes should support r/w,davidopp,1
EmptyDir volumes volume on default medium should have the correct mode,girishkalele,1
EmptyDir volumes volume on tmpfs should have the correct mode,mwielgus,1
"EmptyDir volumes when FSGroup is specified files with FSGroup ownership should support (root,0644,tmpfs)",justinsb,1
@ -119,23 +126,18 @@ EmptyDir wrapper volumes should becomes running,deads2k,1
Etcd failure should recover from SIGKILL,pmorie,1
Etcd failure should recover from network partition with master,justinsb,1
Events should be sent by kubelets and the scheduler about pods scheduling and running,zmerlynn,1
Examples e2e Cassandra should create and scale cassandra,bgrant0607,1
Examples e2e Celery-RabbitMQ should create and stop celery+rabbitmq servers,apelisse,1
Examples e2e ClusterDns should create pod that uses dns,kargakis,1
Examples e2e Downward API should create a pod that prints his name and namespace,roberthbailey,1
Examples e2e Hazelcast should create and scale hazelcast,eparis,1
Examples e2e Liveness liveness pods should be automatically restarted,lavalamp,1
Examples e2e Redis should create and stop redis servers,spxtr,1
Examples e2e RethinkDB should create and stop rethinkdb servers,andyzheng0831,1
Examples e2e Secret should create a pod that reads a secret,alex-mohr,1
"Examples e2e Spark should start spark master, driver and workers",maisem,1
"Examples e2e Storm should create and stop Zookeeper, Nimbus and Storm worker servers",mwielgus,1
Federated Services DNS non-local federated service missing local service should never find DNS entries for a missing local service,mml,0
Federated Services DNS non-local federated service should be able to discover a non-local federated service,jlowdermilk,1
Federated Services DNS should be able to discover a federated service,derekwaynecarr,1
Federated Services Service creation should create matching services in underlying clusters,jbeda,1
Federated Services Service creation should succeed,rmmh,1
Federation API server authentication should accept cluster resources when the client has right authentication credentials,davidopp,1
Federation API server authentication should not accept cluster resources when the client has invalid authentication credentials,yujuhong,1
Federation API server authentication should not accept cluster resources when the client has no authentication credentials,nikhiljindal,1
Federation apiserver Cluster objects should be created and deleted successfully,ghodss,1
Federation events Event objects should be created and deleted successfully,karlkfi,1
Federation ingresses Ingress objects should be created and deleted successfully,Random-Liu,1
Federation replicasets ReplicaSet objects should be created and deleted successfully,apelisse,1
Federation secrets Secret objects should be created and deleted successfully,pmorie,1
GCE L7 LoadBalancer Controller should create GCE L7 loadbalancers and verify Ingress,bprashanth,0
GKE local SSD should write and read from node local SSD,fabioy,0
@ -159,8 +161,6 @@ Horizontal pod autoscaling (scale resource: CPU) ReplicationController Should sc
Horizontal pod autoscaling (scale resource: CPU) ReplicationController light Should scale from 1 pod to 2 pods,jszczepkowski,0
Horizontal pod autoscaling (scale resource: CPU) ReplicationController light Should scale from 2 pods to 1 pod,jszczepkowski,0
Horizontal pod autoscaling (scale resource: CPU) ReplicationController light Should scale from 2 pods to 1 pod using HPA version v1,jszczepkowski,0
Horizontal pod autoscaling should scale from 1 pod to 3 pods and from 3 to 5 (scale resource: CPU),jszczepkowski,0
Horizontal pod autoscaling should scale from 5 pods to 3 pods and from 3 to 1 (scale resource: CPU),jszczepkowski,0
HostPath should give a volume the correct mode,thockin,1
HostPath should support r/w,luxas,1
HostPath should support subPath,sttts,1
@ -180,7 +180,6 @@ Job should run a job to completion when tasks sometimes fail and are not locally
Job should run a job to completion when tasks succeed,soltysh,0
Job should scale a job down,soltysh,0
Job should scale a job up,soltysh,0
Job should stop a job,soltysh,0
Kibana Logging Instances Is Alive should check that the Kibana logging instance is alive,swagiaal,0
KubeProxy should test kube-proxy,vulpecula,1
Kubectl client Guestbook application should create and stop a working application,pwittrock,0
@ -204,8 +203,8 @@ Kubectl client Kubectl run deployment should create a deployment from an image,j
Kubectl client Kubectl run job should create a job from an image when restart is Never,soltysh,0
Kubectl client Kubectl run job should create a job from an image when restart is OnFailure,soltysh,0
Kubectl client Kubectl run pod should create a pod from an image when restart is Never,janetkuo,0
Kubectl client Kubectl run pod should create a pod from an image when restart is OnFailure,janetkuo,0
Kubectl client Kubectl run rc should create an rc from an image,janetkuo,0
Kubectl client Kubectl taint should remove all the taints with the same key off a node,erictune,1
Kubectl client Kubectl taint should update the taint on a node,pwittrock,0
Kubectl client Kubectl version should check is all data is printed,janetkuo,0
Kubectl client Proxy server should support --unix-socket=/path,zmerlynn,1
@ -222,14 +221,11 @@ Kubelet Container Manager oom score adjusting when scheduling a busybox command
Kubelet Container Manager oom score adjusting when scheduling a busybox command that always fails in a pod should have an error terminated reason,vulpecula,1
Kubelet Eviction Manager hard eviction test pod using the most disk space gets evicted when the node disk usage is above the eviction hard threshold should evict the pod using the most disk space,karlkfi,1
Kubelet experimental resource usage tracking for 100 pods per node over 20m0s,yujuhong,0
Kubelet experimental resource usage tracking over 30m0s with 50 pods per node.,yujuhong,0
Kubelet experimental resource usage tracking resource tracking for 100 pods per node,ghodss,0
Kubelet metrics api when querying /stats/summary it should report resource usage through the stats api,fabioy,1
Kubelet regular resource usage tracking for 0 pods per node over 20m0s,yujuhong,0
Kubelet regular resource usage tracking for 100 pods per node over 20m0s,yujuhong,0
Kubelet regular resource usage tracking for 35 pods per node over 20m0s,yujuhong,0
Kubelet regular resource usage tracking over 30m0s with 0 pods per node.,yujuhong,0
Kubelet regular resource usage tracking over 30m0s with 35 pods per node.,yujuhong,0
Kubelet regular resource usage tracking resource tracking for 0 pods per node,pmorie,1
Kubelet regular resource usage tracking resource tracking for 100 pods per node,justinsb,1
Kubelet regular resource usage tracking resource tracking for 35 pods per node,madhusudancs,1
@ -243,8 +239,7 @@ Load capacity should be able to handle 3 pods per node,gmarek,0
Load capacity should be able to handle 30 pods per node,wojtek-t,0
Loadbalancing: L7 GCE shoud create ingress with given static-ip,vulpecula,1
Loadbalancing: L7 GCE should conform to Ingress spec,andyzheng0831,1
MasterCerts should have all expected certs on the master,apelisse,1
MaxPods Validates MaxPods limit number of pods that are allowed to run.,gmarek,0
"MemoryEviction When there is memory pressure It should evict pods in the correct order (besteffort first, then burstable, then guaranteed)",maisem,1
Mesos applies slave attributes as labels,justinsb,1
Mesos schedules pods annotated with roles on correct slaves,timstclair,1
Mesos starts static pods on every node in the mesos cluster,lavalamp,1
@ -258,8 +253,6 @@ MirrorPod when create a mirror pod should be updated when static pod updated,saa
Monitoring should verify monitoring pods and all cluster nodes are available on influxdb using heapster.,piosz,0
Multi-AZ Clusters should spread the pods of a replication controller across zones,xiang90,1
Multi-AZ Clusters should spread the pods of a service across zones,mwielgus,1
Namespaces Delete 90 percent of 100 namespace in 150 seconds,caesarxuchao,1
Namespaces Delete ALL of 100 namespace in 150 seconds,luxas,1
Namespaces should always delete fast (ALL of 100 namespaces in 150 seconds),rmmh,1
Namespaces should delete fast enough (90 percent of 100 namespaces in 150 seconds),kevin-wangzefeng,1
Namespaces should ensure that all pods are removed when a namespace is deleted.,xiang90,1
@ -270,18 +263,18 @@ Networking IPerf should transfer ~ 1GB onto the service endpoint 1 servers (maxi
Networking should function for intra-pod communication,sttts,0
Networking should provide Internet connection for containers,sttts,0
"Networking should provide unchanging, static URL paths for kubernetes api services",freehan,0
"Networking should provide unchanging, static URL paths for kubernetes api services.",madhusudancs,1
NodeOutOfDisk runs out of disk space,vishh,0
NodeProblemDetector KernelMonitor should generate node condition and events for corresponding errors,Random-Liu,0
Nodes Network when a minion node becomes unreachable recreates pods scheduled on the unreachable minion node AND allows scheduling of pods on a minion after it rejoins the cluster,childsb,1
Nodes Network when a node becomes unreachable All pods on the unreachable node should be marked as NotReady upon the node turn NotReady AND all pods should be mark back to Ready when the node get back to Ready before pod eviction timeout,freehan,0
Nodes Network when a node becomes unreachable recreates pods scheduled on the unreachable node AND allows scheduling of pods on a node after it rejoins the cluster,madhusudancs,1
Nodes Resize should be able to add nodes,piosz,1
Nodes Resize should be able to delete nodes,zmerlynn,1
"PersistentVolumes NFS volume can be created, bound, retrieved, unbound, and used by a pod",jsafrane,0
"PersistentVolumes should create a PersistentVolume, Claim, and Pod that will test write access of the volume",maisem,1
PersistentVolumes create a PV and a pre-bound PVC: test write access,caesarxuchao,1
PersistentVolumes create a PVC and a pre-bound PV: test write access,lavalamp,1
PersistentVolumes create a PVC and non-pre-bound PV: test write access,mwielgus,1
"PersistentVolumes should create a PersistentVolume, Claim, and a client Pod that will test the read/write access of the volume",ixdy,1
"PersistentVolumes should create a pre-bound PersistentVolume, Claim, and Pod that will test write access of the volume",Random-Liu,1
PersistentVolumes should create a non-pre-bound PV and PVC: test write access,andyzheng0831,1
Pet Store should scale to persist a nominal number ( 50 ) of transactions in 1m0s seconds,timstclair,1
PetSet Basic PetSet functionality should handle healthy pet restarts during scale,kevin-wangzefeng,1
PetSet Basic PetSet functionality should provide basic identity,girishkalele,1
@ -346,8 +339,9 @@ ReplicaSet should serve a basic image on each replica with a private image,pmori
ReplicaSet should serve a basic image on each replica with a public image,krousey,0
ReplicationController should serve a basic image on each replica with a private image,jbeda,1
ReplicationController should serve a basic image on each replica with a public image,krousey,1
Resource usage of system containers should not exceed expected amount.,ncdc,1
Resource-usage regular resource usage tracking resource tracking for 10 pods per node,janetkuo,1
Resource-usage regular resource usage tracking resource tracking for 105 pods per node,jszczepkowski,1
Resource-usage regular resource usage tracking resource tracking for 35 pods per node,jdef,1
ResourceQuota should create a ResourceQuota and capture the life of a configMap.,timstclair,1
ResourceQuota should create a ResourceQuota and capture the life of a persistent volume claim.,bgrant0607,1
ResourceQuota should create a ResourceQuota and capture the life of a pod.,pmorie,1
@ -360,8 +354,6 @@ ResourceQuota should verify ResourceQuota with terminating scopes.,ncdc,1
Restart should restart all nodes and ensure all nodes and pods recover,andyzheng0831,1
RethinkDB should create and stop rethinkdb servers,kargakis,1
SSH should SSH to all nodes and run commands,quinton-hoole,0
"Scale should be able to launch 500 pods, 10 per minion, in 25 rcs/thread.",roberthbailey,1
"Scale should be able to launch 500 pods, 10 per minion, in 5 rcs/thread.",bgrant0607,1
SchedulerPredicates validates MaxPods limit number of pods that are allowed to run,gmarek,0
SchedulerPredicates validates resource limits of pods that are allowed to run,gmarek,0
SchedulerPredicates validates that Inter-pod-Affinity is respected if not matching,hurf,1
@ -370,7 +362,6 @@ SchedulerPredicates validates that InterPodAffinity is respected if matching,kev
SchedulerPredicates validates that InterPodAffinity is respected if matching with multiple Affinities,caesarxuchao,1
SchedulerPredicates validates that InterPodAntiAffinity is respected if matching 2,sttts,0
SchedulerPredicates validates that NodeAffinity is respected if not matching,fgrzadkowski,0
SchedulerPredicates validates that NodeSelector is respected,fgrzadkowski,0
SchedulerPredicates validates that NodeSelector is respected if matching,gmarek,0
SchedulerPredicates validates that NodeSelector is respected if not matching,gmarek,0
SchedulerPredicates validates that a pod with an invalid NodeAffinity is rejected,deads2k,1
@ -381,9 +372,10 @@ SchedulerPredicates validates that required NodeAffinity setting is respected if
SchedulerPredicates validates that taints-tolerations is respected if matching,jlowdermilk,1
SchedulerPredicates validates that taints-tolerations is respected if not matching,derekwaynecarr,1
Secret should create a pod that reads a secret,luxas,1
Secrets should be consumable from pods,Random-Liu,1
Secrets should be consumable from pods in env vars,mml,1
Secrets should be consumable from pods in volume,ghodss,1
Secrets should be consumable from pods in volume with Mode set in the item,madhusudancs,1
Secrets should be consumable from pods in volume with defaultMode set,derekwaynecarr,1
Secrets should be consumable in multiple volumes in a pod,girishkalele,1
Security Context should support container.SecurityContext.RunAsUser,alex-mohr,1
Security Context should support pod.Spec.SecurityContext.RunAsUser,bgrant0607,1
@ -399,28 +391,20 @@ Service endpoints latency should not be very high,cjcullen,1
ServiceAccounts should ensure a single API token exists,liggitt,0
ServiceAccounts should mount an API token into pods,liggitt,0
ServiceLoadBalancer should support simple GET on Ingress ips,bprashanth,0
Services should be able to change the type and nodeport settings of a service,bprashanth,0
Services should be able to change the type and ports of a service,bprashanth,0
Services should be able to create a functioning NodePort service,bprashanth,0
Services should be able to create a functioning external load balancer,bprashanth,0
Services should be able to up and down services,bprashanth,0
Services should check NodePort out-of-range,bprashanth,0
Services should correctly serve identically named services in different namespaces on different external IP addresses,bprashanth,0
Services should create endpoints for unready pods,maisem,0
Services should prevent NodePort collisions,bprashanth,0
Services should provide secure master service,bprashanth,0
Services should release NodePorts on delete,bprashanth,0
Services should release the load balancer when Type goes from LoadBalancer -> NodePort,karlkfi,1
Services should serve a basic endpoint from pods,bprashanth,0
Services should serve identically named services in different namespaces on different load-balancers,davidopp,1
Services should serve multiport endpoints from pods,bprashanth,0
Services should work after restarting apiserver,bprashanth,0
Services should work after restarting kube-proxy,bprashanth,0
Shell should pass tests for services.sh,mtaufen,1
Skipped Cluster upgrade kube-push of master should maintain responsive services,yifan-gu,1
Skipped Cluster upgrade upgrade-cluster should maintain a functioning cluster,smarterclayton,1
Skipped Cluster upgrade upgrade-master should maintain responsive services,vulpecula,1
"Spark should start spark master, driver and workers",girishkalele,1
"Staging client repo client should create pods, delete pods, watch pods",jbeda,1
"Storm should create and stop Zookeeper, Nimbus and Storm worker servers",swagiaal,1
ThirdParty resources Simple Third Party creating/deleting thirdparty objects works,luxas,1
Ubernetes Lite should spread the pods of a replication controller across zones,quinton-hoole,0
@ -449,9 +433,6 @@ Volumes NFS should be mountable,andyzheng0831,1
Volumes PD should be mountable,caesarxuchao,1
Volumes iSCSI should be mountable,jsafrane,1
download_gcloud,kargakis,1
gcp_resource_leak_check,derekwaynecarr,1
hostDir should give a volume the correct mode,bgrant0607,1
hostDir should support r/w on tmpfs,erictune,0
hostPath should give a volume the correct mode,roberthbailey,1
hostPath should support r/w,roberthbailey,1
hostPath should support subPath,krousey,1
@ -505,7 +486,10 @@ k8s.io/kubernetes/federation/pkg/dnsprovider,sttts,1
k8s.io/kubernetes/federation/pkg/dnsprovider/providers/aws/route53,cjcullen,1
k8s.io/kubernetes/federation/pkg/dnsprovider/providers/google/clouddns,jsafrane,1
k8s.io/kubernetes/federation/pkg/federation-controller/cluster,nikhiljindal,0
k8s.io/kubernetes/federation/pkg/federation-controller/namespace,hurf,1
k8s.io/kubernetes/federation/pkg/federation-controller/replicaset,roberthbailey,1
k8s.io/kubernetes/federation/pkg/federation-controller/replicaset/planner,dchen1107,1
k8s.io/kubernetes/federation/pkg/federation-controller/secret,apelisse,1
k8s.io/kubernetes/federation/pkg/federation-controller/service,pmorie,1
k8s.io/kubernetes/federation/pkg/federation-controller/util,bgrant0607,1
k8s.io/kubernetes/federation/registry/cluster,nikhiljindal,0
@ -542,6 +526,7 @@ k8s.io/kubernetes/pkg/apis/policy/validation,deads2k,1
k8s.io/kubernetes/pkg/apis/rbac/install,ixdy,1
k8s.io/kubernetes/pkg/apis/rbac/validation,erictune,0
k8s.io/kubernetes/pkg/apiserver,nikhiljindal,0
k8s.io/kubernetes/pkg/apiserver/audit,caesarxuchao,1
k8s.io/kubernetes/pkg/auth/authenticator/bearertoken,liggitt,0
k8s.io/kubernetes/pkg/auth/authorizer/abac,liggitt,0
k8s.io/kubernetes/pkg/auth/authorizer/union,liggitt,0
@ -564,6 +549,7 @@ k8s.io/kubernetes/pkg/client/unversioned/remotecommand,andyzheng0831,1
k8s.io/kubernetes/pkg/client/unversioned/testclient,brendandburns,1
k8s.io/kubernetes/pkg/cloudprovider/providers/aws,eparis,1
k8s.io/kubernetes/pkg/cloudprovider/providers/azure,saad-ali,1
k8s.io/kubernetes/pkg/cloudprovider/providers/cloudstack,roberthbailey,1
k8s.io/kubernetes/pkg/cloudprovider/providers/gce,yifan-gu,1
k8s.io/kubernetes/pkg/cloudprovider/providers/mesos,mml,1
k8s.io/kubernetes/pkg/cloudprovider/providers/openstack,Q-Lee,1
@ -574,6 +560,7 @@ k8s.io/kubernetes/pkg/controller,mikedanese,1
k8s.io/kubernetes/pkg/controller/daemon,Q-Lee,1
k8s.io/kubernetes/pkg/controller/deployment,asalkeld,0
k8s.io/kubernetes/pkg/controller/deployment/util,saad-ali,1
k8s.io/kubernetes/pkg/controller/disruption,fabioy,1
k8s.io/kubernetes/pkg/controller/endpoint,mwielgus,1
k8s.io/kubernetes/pkg/controller/framework,smarterclayton,1
k8s.io/kubernetes/pkg/controller/garbagecollector,rmmh,1
@ -607,6 +594,7 @@ k8s.io/kubernetes/pkg/dns,jdef,1
k8s.io/kubernetes/pkg/fieldpath,childsb,1
k8s.io/kubernetes/pkg/fields,jsafrane,1
k8s.io/kubernetes/pkg/genericapiserver,nikhiljindal,0
k8s.io/kubernetes/pkg/genericapiserver/openapi,davidopp,1
k8s.io/kubernetes/pkg/healthz,thockin,1
k8s.io/kubernetes/pkg/httplog,mtaufen,1
k8s.io/kubernetes/pkg/kubectl,madhusudancs,1
@ -641,6 +629,7 @@ k8s.io/kubernetes/pkg/kubelet/prober/results,krousey,1
k8s.io/kubernetes/pkg/kubelet/qos,vishh,0
k8s.io/kubernetes/pkg/kubelet/qos/util,vishh,0
k8s.io/kubernetes/pkg/kubelet/rkt,apelisse,1
k8s.io/kubernetes/pkg/kubelet/rktshim,mml,1
k8s.io/kubernetes/pkg/kubelet/server,timstclair,0
k8s.io/kubernetes/pkg/kubelet/server/stats,timstclair,0
k8s.io/kubernetes/pkg/kubelet/status,mwielgus,1
@ -661,6 +650,7 @@ k8s.io/kubernetes/pkg/proxy/iptables,freehan,0
k8s.io/kubernetes/pkg/proxy/userspace,luxas,1
k8s.io/kubernetes/pkg/quota,sttts,1
k8s.io/kubernetes/pkg/quota/evaluator/core,yifan-gu,1
k8s.io/kubernetes/pkg/registry/certificates,ncdc,1
k8s.io/kubernetes/pkg/registry/componentstatus,yifan-gu,1
k8s.io/kubernetes/pkg/registry/configmap,timothysc,1
k8s.io/kubernetes/pkg/registry/configmap/etcd,janetkuo,1
@ -739,6 +729,7 @@ k8s.io/kubernetes/pkg/runtime/serializer/recognizer,wojtek-t,0
k8s.io/kubernetes/pkg/runtime/serializer/recognizer/testing,piosz,1
k8s.io/kubernetes/pkg/runtime/serializer/streaming,wojtek-t,0
k8s.io/kubernetes/pkg/runtime/serializer/versioning,wojtek-t,0
k8s.io/kubernetes/pkg/security/apparmor,bgrant0607,1
k8s.io/kubernetes/pkg/security/podsecuritypolicy,erictune,0
k8s.io/kubernetes/pkg/security/podsecuritypolicy/capabilities,erictune,0
k8s.io/kubernetes/pkg/security/podsecuritypolicy/group,erictune,0
@ -821,6 +812,7 @@ k8s.io/kubernetes/pkg/volume/host_path,jbeda,1
k8s.io/kubernetes/pkg/volume/iscsi,cjcullen,1
k8s.io/kubernetes/pkg/volume/nfs,justinsb,1
k8s.io/kubernetes/pkg/volume/persistent_claim,krousey,1
k8s.io/kubernetes/pkg/volume/quobyte,yujuhong,1
k8s.io/kubernetes/pkg/volume/rbd,swagiaal,1
k8s.io/kubernetes/pkg/volume/secret,rmmh,1
k8s.io/kubernetes/pkg/volume/util,saad-ali,0
@ -868,6 +860,9 @@ k8s.io/kubernetes/test/integration,lavalamp,1
k8s.io/kubernetes/test/integration/auth,jbeda,1
k8s.io/kubernetes/test/integration/client,Q-Lee,1
k8s.io/kubernetes/test/integration/configmap,Q-Lee,1
k8s.io/kubernetes/test/integration/discoverysummarizer,fabioy,1
k8s.io/kubernetes/test/integration/examples,maisem,1
k8s.io/kubernetes/test/integration/federation,vulpecula,1
k8s.io/kubernetes/test/integration/garbagecollector,jlowdermilk,1
k8s.io/kubernetes/test/integration/kubectl,vulpecula,1
k8s.io/kubernetes/test/integration/master,fabioy,1
@ -892,6 +887,13 @@ k8s.io/kubernetes/third_party/golang/go/parser,davidopp,1
k8s.io/kubernetes/third_party/golang/go/printer,madhusudancs,1
k8s.io/kubernetes/third_party/golang/go/scanner,hurf,1
k8s.io/kubernetes/third_party/golang/go/token,mml,1
kube-ui should check that the kube-ui instance is alive,fabioy,1
k8s.io/kubernetes/vendor/k8s.io/client-go/1.4/discovery,hurf,1
k8s.io/kubernetes/vendor/k8s.io/client-go/1.4/dynamic,smarterclayton,1
k8s.io/kubernetes/vendor/k8s.io/client-go/1.4/rest,yujuhong,1
k8s.io/kubernetes/vendor/k8s.io/client-go/1.4/tools/auth,luxas,1
k8s.io/kubernetes/vendor/k8s.io/client-go/1.4/tools/cache,mikedanese,1
k8s.io/kubernetes/vendor/k8s.io/client-go/1.4/tools/clientcmd,spxtr,1
k8s.io/kubernetes/vendor/k8s.io/client-go/1.4/tools/clientcmd/api,pmorie,1
k8s.io/kubernetes/vendor/k8s.io/client-go/1.4/tools/record,yifan-gu,1
k8s.io/kubernetes/vendor/k8s.io/client-go/1.4/transport,jszczepkowski,1
kubelet Clean up pods on node kubelet should be able to delete 10 pods per node in 1m0s.,yujuhong,0
persistentVolumes PersistentVolume,yifan-gu,1

1 name owner auto-assigned
2 DEFAULT rmmh/spxtr/ixdy/apelisse/fejta 0
3 Addon update should propagate add-on file changes eparis 1
4 Autoscaling should scale cluster size based on cpu reservation AfterSuite davidopp thockin 1
5 Autoscaling should scale cluster size based on cpu utilization AppArmor when running with AppArmor should enforce a permissive profile thockin brendandburns 1
6 Autoscaling should scale cluster size based on memory reservation AppArmor when running with AppArmor should enforce a profile blocking writes hurf kargakis 1
7 Autoscaling should scale cluster size based on memory utilization AppArmor when running with AppArmor should reject an unloaded profile davidopp eparis 1
8 AppArmor when running without AppArmor should reject a pod with an AppArmor profile childsb 1
9 BeforeSuite ixdy 0
10 Cadvisor should be healthy on every node. vishh 0
11 Cassandra should create and scale cassandra fabioy 1
12 Celery-RabbitMQ should create and stop celery+rabbitmq servers luxas 1
Clean up pods on node kubelet should be able to delete 10 pods per node in 1m0s. lavalamp 1
13 Cluster level logging using Elasticsearch should check that logs from pods on all nodes are ingested into Elasticsearch dchen1107 1
14 Cluster size autoscaling Should scale cluster size based on cpu reservation dchen1107 1
15 Cluster size autoscaling Should scale cluster size based on cpu utilization ixdy 1
28 ConfigMap should be consumable from pods in volume alex-mohr 1
29 ConfigMap should be consumable from pods in volume as non-root hurf 1
30 ConfigMap should be consumable from pods in volume as non-root with FSGroup roberthbailey 1
31 ConfigMap should be consumable from pods in volume with defaultMode set Random-Liu 1
32 ConfigMap should be consumable from pods in volume with mappings karlkfi 1
33 ConfigMap should be consumable from pods in volume with mappings and Item mode set eparis 1
34 ConfigMap should be consumable from pods in volume with mappings as non-root apelisse 1
35 ConfigMap should be consumable from pods in volume with mappings as non-root with FSGroup zmerlynn 1
36 ConfigMap should be consumable in multiple volumes in the same pod caesarxuchao 1
47 DNS should provide DNS for pods for Hostname and Subdomain Annotation mtaufen 1
48 DNS should provide DNS for services roberthbailey 1
49 DNS should provide DNS for the cluster roberthbailey 1
Daemon set should launch a daemon pod on every node of the cluster andyzheng0831 1
50 Daemon set should run and stop complex daemon jlowdermilk 1
51 Daemon set should run and stop complex daemon with node affinity erictune 1
52 Daemon set should run and stop simple daemon mtaufen 1
54 DaemonRestart Kubelet should not restart containers across restart madhusudancs 1
55 DaemonRestart Scheduler should continue assigning pods to nodes across restart lavalamp 1
56 Density create a batch of pods latency/resource should be within limit when create 10 pods with 0 interval zmerlynn 1
57 Density create a batch of pods latency/resource should be within limit when create 105 pods with 0 interval bgrant0607 1
58 Density create a batch of pods latency/resource should be within limit when create 35 pods with 0 interval davidopp 1
59 Density create a sequence of pods latency/resource should be within limit when create 10 pods with 10 background pods madhusudancs 1
60 Density create a sequence of pods latency/resource should be within limit when create 10 pods with 50 background pods janetkuo 1
61 Density create a sequence of pods latency/resource should be within limit when create 30 pods with 50 background pods alex-mohr 1
62 Density create a sequence of pods latency/resource should be within limit when create 50 pods with 50 background pods yifan-gu 1
63 Density should allow running maximum capacity pods on nodes smarterclayton 1
64 Density should allow starting 100 pods per node wojtek-t 0
65 Density should allow starting 3 pods per node gmarek 0
70 Deployment RollingUpdateDeployment should delete old pods and create new ones pwittrock 0
71 Deployment RollingUpdateDeployment should scale up and down in the right order pwittrock 0
72 Deployment deployment should create new pods pwittrock 0
Deployment deployment should delete old pods and create new ones nikhiljindal 0
73 Deployment deployment should delete old replica sets pwittrock 0
74 Deployment deployment should label adopted RSs and pods pwittrock 0
Deployment deployment should scale up and down in the right order pwittrock 0
75 Deployment deployment should support rollback pwittrock 0
76 Deployment deployment should support rollback when there's replica set with no revision pwittrock 0
77 Deployment deployment should support rollover pwittrock 0
78 Deployment paused deployment should be able to scale janetkuo 1
79 Deployment paused deployment should be ignored by the controller kargakis 0
80 Deployment scaled rollout deployment should not block on annotation check lavalamp 1
81 Deployment scaled rollout should not block on annotation check DisruptionController should create a PodDisruptionBudget pmorie quinton-hoole 1
82 DisruptionController should update PodDisruptionBudget status bgrant0607 1
83 Docker Containers should be able to override the image's default arguments (docker cmd) maisem 0
84 Docker Containers should be able to override the image's default command and arguments maisem 0
85 Docker Containers should be able to override the image's default commmand (docker entrypoint) maisem 0
93 Downward API volume should provide container's cpu request krousey 1
94 Downward API volume should provide container's memory limit krousey 1
95 Downward API volume should provide container's memory request mikedanese 1
96 Downward API volume should provide labels and annotations files Downward API volume should provide node allocatable (cpu) as default cpu limit if the limit is not set nhlfr lavalamp 0 1
97 Downward API volume should provide node allocatable (memory) as default memory limit if the limit is not set freehan 1
98 Downward API volume should provide podname as non-root with fsgroup karlkfi 1
99 Downward API volume should provide podname only mwielgus 1
100 Downward API volume should set DefaultMode on files davidopp 1
101 Downward API volume should set mode on item file mtaufen 1
102 Downward API volume should update annotations on modification eparis 1
103 Downward API volume should update labels on modification timothysc 1
104 Dynamic provisioning DynamicProvisioner Alpha should create and delete alpha persistent volumes andyzheng0831 1
105 Dynamic provisioning DynamicProvisioner should create and delete persistent volumes jsafrane 0
EmptyDir volumes should have the correct mode mikedanese 1
106 EmptyDir volumes should support (non-root,0644,default) timstclair 1
107 EmptyDir volumes should support (non-root,0644,tmpfs) spxtr 1
108 EmptyDir volumes should support (non-root,0666,default) dchen1107 1
115 EmptyDir volumes should support (root,0666,tmpfs) davidopp 1
116 EmptyDir volumes should support (root,0777,default) spxtr 1
117 EmptyDir volumes should support (root,0777,tmpfs) alex-mohr 1
EmptyDir volumes should support r/w davidopp 1
118 EmptyDir volumes volume on default medium should have the correct mode girishkalele 1
119 EmptyDir volumes volume on tmpfs should have the correct mode mwielgus 1
120 EmptyDir volumes when FSGroup is specified files with FSGroup ownership should support (root,0644,tmpfs) justinsb 1
126 Etcd failure should recover from SIGKILL pmorie 1
127 Etcd failure should recover from network partition with master justinsb 1
128 Events should be sent by kubelets and the scheduler about pods scheduling and running zmerlynn 1
Examples e2e Cassandra should create and scale cassandra bgrant0607 1
Examples e2e Celery-RabbitMQ should create and stop celery+rabbitmq servers apelisse 1
Examples e2e ClusterDns should create pod that uses dns kargakis 1
Examples e2e Downward API should create a pod that prints his name and namespace roberthbailey 1
Examples e2e Hazelcast should create and scale hazelcast eparis 1
Examples e2e Liveness liveness pods should be automatically restarted lavalamp 1
Examples e2e Redis should create and stop redis servers spxtr 1
Examples e2e RethinkDB should create and stop rethinkdb servers andyzheng0831 1
Examples e2e Secret should create a pod that reads a secret alex-mohr 1
Examples e2e Spark should start spark master, driver and workers maisem 1
Examples e2e Storm should create and stop Zookeeper, Nimbus and Storm worker servers mwielgus 1
129 Federated Services DNS non-local federated service missing local service should never find DNS entries for a missing local service mml 0
130 Federated Services DNS non-local federated service should be able to discover a non-local federated service jlowdermilk 1
131 Federated Services DNS should be able to discover a federated service derekwaynecarr 1
132 Federated Services Service creation should create matching services in underlying clusters jbeda 1
133 Federated Services Service creation should succeed rmmh 1
134 Federation API server authentication should accept cluster resources when the client has right authentication credentials davidopp 1
135 Federation API server authentication should not accept cluster resources when the client has invalid authentication credentials yujuhong 1
136 Federation API server authentication should not accept cluster resources when the client has no authentication credentials nikhiljindal 1
137 Federation apiserver Cluster objects should be created and deleted successfully ghodss 1
138 Federation events Event objects should be created and deleted successfully karlkfi 1
139 Federation ingresses Ingress objects should be created and deleted successfully Random-Liu 1
140 Federation replicasets ReplicaSet objects should be created and deleted successfully apelisse 1
141 Federation secrets Secret objects should be created and deleted successfully pmorie 1
142 GCE L7 LoadBalancer Controller should create GCE L7 loadbalancers and verify Ingress bprashanth 0
143 GKE local SSD should write and read from node local SSD fabioy 0
161 Horizontal pod autoscaling (scale resource: CPU) ReplicationController light Should scale from 1 pod to 2 pods jszczepkowski 0
162 Horizontal pod autoscaling (scale resource: CPU) ReplicationController light Should scale from 2 pods to 1 pod jszczepkowski 0
163 Horizontal pod autoscaling (scale resource: CPU) ReplicationController light Should scale from 2 pods to 1 pod using HPA version v1 jszczepkowski 0
Horizontal pod autoscaling should scale from 1 pod to 3 pods and from 3 to 5 (scale resource: CPU) jszczepkowski 0
Horizontal pod autoscaling should scale from 5 pods to 3 pods and from 3 to 1 (scale resource: CPU) jszczepkowski 0
164 HostPath should give a volume the correct mode thockin 1
165 HostPath should support r/w luxas 1
166 HostPath should support subPath sttts 1
180 Job should run a job to completion when tasks succeed soltysh 0
181 Job should scale a job down soltysh 0
182 Job should scale a job up soltysh 0
Job should stop a job soltysh 0
183 Kibana Logging Instances Is Alive should check that the Kibana logging instance is alive swagiaal 0
184 KubeProxy should test kube-proxy vulpecula 1
185 Kubectl client Guestbook application should create and stop a working application pwittrock 0
203 Kubectl client Kubectl run job should create a job from an image when restart is Never soltysh 0
204 Kubectl client Kubectl run job should create a job from an image when restart is OnFailure soltysh 0
205 Kubectl client Kubectl run pod should create a pod from an image when restart is Never janetkuo 0
Kubectl client Kubectl run pod should create a pod from an image when restart is OnFailure janetkuo 0
206 Kubectl client Kubectl run rc should create an rc from an image janetkuo 0
207 Kubectl client Kubectl taint should remove all the taints with the same key off a node erictune 1
208 Kubectl client Kubectl taint should update the taint on a node pwittrock 0
209 Kubectl client Kubectl version should check is all data is printed janetkuo 0
210 Kubectl client Proxy server should support --unix-socket=/path zmerlynn 1
221 Kubelet Container Manager oom score adjusting when scheduling a busybox command that always fails in a pod should have an error terminated reason vulpecula 1
222 Kubelet Eviction Manager hard eviction test pod using the most disk space gets evicted when the node disk usage is above the eviction hard threshold should evict the pod using the most disk space karlkfi 1
223 Kubelet experimental resource usage tracking for 100 pods per node over 20m0s yujuhong 0
Kubelet experimental resource usage tracking over 30m0s with 50 pods per node. yujuhong 0
224 Kubelet experimental resource usage tracking resource tracking for 100 pods per node ghodss 0
225 Kubelet metrics api when querying /stats/summary it should report resource usage through the stats api fabioy 1
226 Kubelet regular resource usage tracking for 0 pods per node over 20m0s yujuhong 0
227 Kubelet regular resource usage tracking for 100 pods per node over 20m0s yujuhong 0
228 Kubelet regular resource usage tracking for 35 pods per node over 20m0s yujuhong 0
Kubelet regular resource usage tracking over 30m0s with 0 pods per node. yujuhong 0
Kubelet regular resource usage tracking over 30m0s with 35 pods per node. yujuhong 0
229 Kubelet regular resource usage tracking resource tracking for 0 pods per node pmorie 1
230 Kubelet regular resource usage tracking resource tracking for 100 pods per node justinsb 1
231 Kubelet regular resource usage tracking resource tracking for 35 pods per node madhusudancs 1
239 Load capacity should be able to handle 30 pods per node wojtek-t 0
240 Loadbalancing: L7 GCE shoud create ingress with given static-ip vulpecula 1
241 Loadbalancing: L7 GCE should conform to Ingress spec andyzheng0831 1
242 MasterCerts should have all expected certs on the master MemoryEviction When there is memory pressure It should evict pods in the correct order (besteffort first, then burstable, then guaranteed) apelisse maisem 1
MaxPods Validates MaxPods limit number of pods that are allowed to run. gmarek 0
243 Mesos applies slave attributes as labels justinsb 1
244 Mesos schedules pods annotated with roles on correct slaves timstclair 1
245 Mesos starts static pods on every node in the mesos cluster lavalamp 1
253 Monitoring should verify monitoring pods and all cluster nodes are available on influxdb using heapster. piosz 0
254 Multi-AZ Clusters should spread the pods of a replication controller across zones xiang90 1
255 Multi-AZ Clusters should spread the pods of a service across zones mwielgus 1
Namespaces Delete 90 percent of 100 namespace in 150 seconds caesarxuchao 1
Namespaces Delete ALL of 100 namespace in 150 seconds luxas 1
256 Namespaces should always delete fast (ALL of 100 namespaces in 150 seconds) rmmh 1
257 Namespaces should delete fast enough (90 percent of 100 namespaces in 150 seconds) kevin-wangzefeng 1
258 Namespaces should ensure that all pods are removed when a namespace is deleted. xiang90 1
263 Networking should function for intra-pod communication sttts 0
264 Networking should provide Internet connection for containers sttts 0
265 Networking should provide unchanging, static URL paths for kubernetes api services freehan 0
Networking should provide unchanging, static URL paths for kubernetes api services. madhusudancs 1
266 NodeOutOfDisk runs out of disk space vishh 0
267 NodeProblemDetector KernelMonitor should generate node condition and events for corresponding errors Random-Liu 0
Nodes Network when a minion node becomes unreachable recreates pods scheduled on the unreachable minion node AND allows scheduling of pods on a minion after it rejoins the cluster childsb 1
268 Nodes Network when a node becomes unreachable All pods on the unreachable node should be marked as NotReady upon the node turn NotReady AND all pods should be mark back to Ready when the node get back to Ready before pod eviction timeout freehan 0
269 Nodes Network when a node becomes unreachable recreates pods scheduled on the unreachable node AND allows scheduling of pods on a node after it rejoins the cluster madhusudancs 1
270 Nodes Resize should be able to add nodes piosz 1
271 Nodes Resize should be able to delete nodes zmerlynn 1
272 PersistentVolumes NFS volume can be created, bound, retrieved, unbound, and used by a pod jsafrane 0
273 PersistentVolumes should create a PersistentVolume, Claim, and Pod that will test write access of the volume PersistentVolumes create a PV and a pre-bound PVC: test write access maisem caesarxuchao 1
274 PersistentVolumes create a PVC and a pre-bound PV: test write access lavalamp 1
275 PersistentVolumes create a PVC and non-pre-bound PV: test write access mwielgus 1
276 PersistentVolumes should create a PersistentVolume, Claim, and a client Pod that will test the read/write access of the volume ixdy 1
277 PersistentVolumes should create a pre-bound PersistentVolume, Claim, and Pod that will test write access of the volume PersistentVolumes should create a non-pre-bound PV and PVC: test write access Random-Liu andyzheng0831 1
278 Pet Store should scale to persist a nominal number ( 50 ) of transactions in 1m0s seconds timstclair 1
279 PetSet Basic PetSet functionality should handle healthy pet restarts during scale kevin-wangzefeng 1
280 PetSet Basic PetSet functionality should provide basic identity girishkalele 1
339 ReplicaSet should serve a basic image on each replica with a public image krousey 0
340 ReplicationController should serve a basic image on each replica with a private image jbeda 1
341 ReplicationController should serve a basic image on each replica with a public image krousey 1
Resource usage of system containers should not exceed expected amount. ncdc 1
342 Resource-usage regular resource usage tracking resource tracking for 10 pods per node janetkuo 1
343 Resource-usage regular resource usage tracking resource tracking for 105 pods per node jszczepkowski 1
344 Resource-usage regular resource usage tracking resource tracking for 35 pods per node jdef 1
345 ResourceQuota should create a ResourceQuota and capture the life of a configMap. timstclair 1
346 ResourceQuota should create a ResourceQuota and capture the life of a persistent volume claim. bgrant0607 1
347 ResourceQuota should create a ResourceQuota and capture the life of a pod. pmorie 1
354 Restart should restart all nodes and ensure all nodes and pods recover andyzheng0831 1
355 RethinkDB should create and stop rethinkdb servers kargakis 1
356 SSH should SSH to all nodes and run commands quinton-hoole 0
Scale should be able to launch 500 pods, 10 per minion, in 25 rcs/thread. roberthbailey 1
Scale should be able to launch 500 pods, 10 per minion, in 5 rcs/thread. bgrant0607 1
357 SchedulerPredicates validates MaxPods limit number of pods that are allowed to run gmarek 0
358 SchedulerPredicates validates resource limits of pods that are allowed to run gmarek 0
359 SchedulerPredicates validates that Inter-pod-Affinity is respected if not matching hurf 1
362 SchedulerPredicates validates that InterPodAffinity is respected if matching with multiple Affinities caesarxuchao 1
363 SchedulerPredicates validates that InterPodAntiAffinity is respected if matching 2 sttts 0
364 SchedulerPredicates validates that NodeAffinity is respected if not matching fgrzadkowski 0
SchedulerPredicates validates that NodeSelector is respected fgrzadkowski 0
365 SchedulerPredicates validates that NodeSelector is respected if matching gmarek 0
366 SchedulerPredicates validates that NodeSelector is respected if not matching gmarek 0
367 SchedulerPredicates validates that a pod with an invalid NodeAffinity is rejected deads2k 1
372 SchedulerPredicates validates that taints-tolerations is respected if matching jlowdermilk 1
373 SchedulerPredicates validates that taints-tolerations is respected if not matching derekwaynecarr 1
374 Secret should create a pod that reads a secret luxas 1
Secrets should be consumable from pods Random-Liu 1
375 Secrets should be consumable from pods in env vars mml 1
376 Secrets should be consumable from pods in volume ghodss 1
377 Secrets should be consumable from pods in volume with Mode set in the item madhusudancs 1
378 Secrets should be consumable from pods in volume with defaultMode set derekwaynecarr 1
379 Secrets should be consumable in multiple volumes in a pod girishkalele 1
380 Security Context should support container.SecurityContext.RunAsUser alex-mohr 1
381 Security Context should support pod.Spec.SecurityContext.RunAsUser bgrant0607 1
391 ServiceAccounts should ensure a single API token exists liggitt 0
392 ServiceAccounts should mount an API token into pods liggitt 0
393 ServiceLoadBalancer should support simple GET on Ingress ips bprashanth 0
Services should be able to change the type and nodeport settings of a service bprashanth 0
394 Services should be able to change the type and ports of a service bprashanth 0
395 Services should be able to create a functioning NodePort service bprashanth 0
Services should be able to create a functioning external load balancer bprashanth 0
396 Services should be able to up and down services bprashanth 0
397 Services should check NodePort out-of-range bprashanth 0
Services should correctly serve identically named services in different namespaces on different external IP addresses bprashanth 0
398 Services should create endpoints for unready pods maisem 0
399 Services should prevent NodePort collisions bprashanth 0
400 Services should provide secure master service bprashanth 0
401 Services should release NodePorts on delete bprashanth 0
Services should release the load balancer when Type goes from LoadBalancer -> NodePort karlkfi 1
402 Services should serve a basic endpoint from pods bprashanth 0
Services should serve identically named services in different namespaces on different load-balancers davidopp 1
403 Services should serve multiport endpoints from pods bprashanth 0
404 Services should work after restarting apiserver bprashanth 0
405 Services should work after restarting kube-proxy bprashanth 0
Shell should pass tests for services.sh mtaufen 1
Skipped Cluster upgrade kube-push of master should maintain responsive services yifan-gu 1
Skipped Cluster upgrade upgrade-cluster should maintain a functioning cluster smarterclayton 1
Skipped Cluster upgrade upgrade-master should maintain responsive services vulpecula 1
406 Spark should start spark master, driver and workers girishkalele 1
407 Staging client repo client should create pods, delete pods, watch pods jbeda 1
408 Storm should create and stop Zookeeper, Nimbus and Storm worker servers swagiaal 1
409 ThirdParty resources Simple Third Party creating/deleting thirdparty objects works luxas 1
410 Ubernetes Lite should spread the pods of a replication controller across zones quinton-hoole 0
433 Volumes PD should be mountable caesarxuchao 1
434 Volumes iSCSI should be mountable jsafrane 1
435 download_gcloud kargakis 1
gcp_resource_leak_check derekwaynecarr 1
hostDir should give a volume the correct mode bgrant0607 1
hostDir should support r/w on tmpfs erictune 0
436 hostPath should give a volume the correct mode roberthbailey 1
437 hostPath should support r/w roberthbailey 1
438 hostPath should support subPath krousey 1
486 k8s.io/kubernetes/federation/pkg/dnsprovider/providers/aws/route53 cjcullen 1
487 k8s.io/kubernetes/federation/pkg/dnsprovider/providers/google/clouddns jsafrane 1
488 k8s.io/kubernetes/federation/pkg/federation-controller/cluster nikhiljindal 0
489 k8s.io/kubernetes/federation/pkg/federation-controller/namespace hurf 1
490 k8s.io/kubernetes/federation/pkg/federation-controller/replicaset roberthbailey 1
491 k8s.io/kubernetes/federation/pkg/federation-controller/replicaset/planner dchen1107 1
492 k8s.io/kubernetes/federation/pkg/federation-controller/secret apelisse 1
493 k8s.io/kubernetes/federation/pkg/federation-controller/service pmorie 1
494 k8s.io/kubernetes/federation/pkg/federation-controller/util bgrant0607 1
495 k8s.io/kubernetes/federation/registry/cluster nikhiljindal 0
526 k8s.io/kubernetes/pkg/apis/rbac/install ixdy 1
527 k8s.io/kubernetes/pkg/apis/rbac/validation erictune 0
528 k8s.io/kubernetes/pkg/apiserver nikhiljindal 0
529 k8s.io/kubernetes/pkg/apiserver/audit caesarxuchao 1
530 k8s.io/kubernetes/pkg/auth/authenticator/bearertoken liggitt 0
531 k8s.io/kubernetes/pkg/auth/authorizer/abac liggitt 0
532 k8s.io/kubernetes/pkg/auth/authorizer/union liggitt 0
549 k8s.io/kubernetes/pkg/client/unversioned/testclient brendandburns 1
550 k8s.io/kubernetes/pkg/cloudprovider/providers/aws eparis 1
551 k8s.io/kubernetes/pkg/cloudprovider/providers/azure saad-ali 1
552 k8s.io/kubernetes/pkg/cloudprovider/providers/cloudstack roberthbailey 1
553 k8s.io/kubernetes/pkg/cloudprovider/providers/gce yifan-gu 1
554 k8s.io/kubernetes/pkg/cloudprovider/providers/mesos mml 1
555 k8s.io/kubernetes/pkg/cloudprovider/providers/openstack Q-Lee 1
560 k8s.io/kubernetes/pkg/controller/daemon Q-Lee 1
561 k8s.io/kubernetes/pkg/controller/deployment asalkeld 0
562 k8s.io/kubernetes/pkg/controller/deployment/util saad-ali 1
563 k8s.io/kubernetes/pkg/controller/disruption fabioy 1
564 k8s.io/kubernetes/pkg/controller/endpoint mwielgus 1
565 k8s.io/kubernetes/pkg/controller/framework smarterclayton 1
566 k8s.io/kubernetes/pkg/controller/garbagecollector rmmh 1
594 k8s.io/kubernetes/pkg/fieldpath childsb 1
595 k8s.io/kubernetes/pkg/fields jsafrane 1
596 k8s.io/kubernetes/pkg/genericapiserver nikhiljindal 0
597 k8s.io/kubernetes/pkg/genericapiserver/openapi davidopp 1
598 k8s.io/kubernetes/pkg/healthz thockin 1
599 k8s.io/kubernetes/pkg/httplog mtaufen 1
600 k8s.io/kubernetes/pkg/kubectl madhusudancs 1
629 k8s.io/kubernetes/pkg/kubelet/qos vishh 0
630 k8s.io/kubernetes/pkg/kubelet/qos/util vishh 0
631 k8s.io/kubernetes/pkg/kubelet/rkt apelisse 1
632 k8s.io/kubernetes/pkg/kubelet/rktshim mml 1
633 k8s.io/kubernetes/pkg/kubelet/server timstclair 0
634 k8s.io/kubernetes/pkg/kubelet/server/stats timstclair 0
635 k8s.io/kubernetes/pkg/kubelet/status mwielgus 1
650 k8s.io/kubernetes/pkg/proxy/userspace luxas 1
651 k8s.io/kubernetes/pkg/quota sttts 1
652 k8s.io/kubernetes/pkg/quota/evaluator/core yifan-gu 1
653 k8s.io/kubernetes/pkg/registry/certificates ncdc 1
654 k8s.io/kubernetes/pkg/registry/componentstatus yifan-gu 1
655 k8s.io/kubernetes/pkg/registry/configmap timothysc 1
656 k8s.io/kubernetes/pkg/registry/configmap/etcd janetkuo 1
729 k8s.io/kubernetes/pkg/runtime/serializer/recognizer/testing piosz 1
730 k8s.io/kubernetes/pkg/runtime/serializer/streaming wojtek-t 0
731 k8s.io/kubernetes/pkg/runtime/serializer/versioning wojtek-t 0
732 k8s.io/kubernetes/pkg/security/apparmor bgrant0607 1
733 k8s.io/kubernetes/pkg/security/podsecuritypolicy erictune 0
734 k8s.io/kubernetes/pkg/security/podsecuritypolicy/capabilities erictune 0
735 k8s.io/kubernetes/pkg/security/podsecuritypolicy/group erictune 0
812 k8s.io/kubernetes/pkg/volume/iscsi cjcullen 1
813 k8s.io/kubernetes/pkg/volume/nfs justinsb 1
814 k8s.io/kubernetes/pkg/volume/persistent_claim krousey 1
815 k8s.io/kubernetes/pkg/volume/quobyte yujuhong 1
816 k8s.io/kubernetes/pkg/volume/rbd swagiaal 1
817 k8s.io/kubernetes/pkg/volume/secret rmmh 1
818 k8s.io/kubernetes/pkg/volume/util saad-ali 0
860 k8s.io/kubernetes/test/integration/auth jbeda 1
861 k8s.io/kubernetes/test/integration/client Q-Lee 1
862 k8s.io/kubernetes/test/integration/configmap Q-Lee 1
863 k8s.io/kubernetes/test/integration/discoverysummarizer fabioy 1
864 k8s.io/kubernetes/test/integration/examples maisem 1
865 k8s.io/kubernetes/test/integration/federation vulpecula 1
866 k8s.io/kubernetes/test/integration/garbagecollector jlowdermilk 1
867 k8s.io/kubernetes/test/integration/kubectl vulpecula 1
868 k8s.io/kubernetes/test/integration/master fabioy 1
887 k8s.io/kubernetes/third_party/golang/go/printer madhusudancs 1
888 k8s.io/kubernetes/third_party/golang/go/scanner hurf 1
889 k8s.io/kubernetes/third_party/golang/go/token mml 1
890 kube-ui should check that the kube-ui instance is alive k8s.io/kubernetes/vendor/k8s.io/client-go/1.4/discovery fabioy hurf 1
891 k8s.io/kubernetes/vendor/k8s.io/client-go/1.4/dynamic smarterclayton 1
892 k8s.io/kubernetes/vendor/k8s.io/client-go/1.4/rest yujuhong 1
893 k8s.io/kubernetes/vendor/k8s.io/client-go/1.4/tools/auth luxas 1
894 k8s.io/kubernetes/vendor/k8s.io/client-go/1.4/tools/cache mikedanese 1
895 k8s.io/kubernetes/vendor/k8s.io/client-go/1.4/tools/clientcmd spxtr 1
896 k8s.io/kubernetes/vendor/k8s.io/client-go/1.4/tools/clientcmd/api pmorie 1
897 k8s.io/kubernetes/vendor/k8s.io/client-go/1.4/tools/record yifan-gu 1
898 k8s.io/kubernetes/vendor/k8s.io/client-go/1.4/transport jszczepkowski 1
899 kubelet Clean up pods on node kubelet should be able to delete 10 pods per node in 1m0s. yujuhong 0
persistentVolumes PersistentVolume yifan-gu 1