Merge pull request #32773 from kargakis/test-ownership

Automatic merge from submit-queue

test: add/remove myself from tests appropriately

Added/removed myself from tests and run the pythong script that updates the csv

@fejta ptal
This commit is contained in:
Kubernetes Submit Queue 2016-09-16 21:14:58 -07:00 committed by GitHub
commit 83e887fae3

View File

@ -2,7 +2,7 @@ name,owner,auto-assigned
DEFAULT,rmmh/spxtr/ixdy/apelisse/fejta,0
Addon update should propagate add-on file changes,eparis,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 enforce a profile blocking writes,timstclair,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
@ -33,7 +33,7 @@ ConfigMap should be consumable from pods in volume with mappings and Item mode s
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
ConfigMap should be consumable via environment variable,swagiaal,1
ConfigMap should be consumable via environment variable,ncdc,1
ConfigMap updates should be reflected in volume,kevin-wangzefeng,1
Container Runtime Conformance Test container runtime conformance blackbox test when running a container with a new image should be able to pull from private registry with secret,mikedanese,1
Container Runtime Conformance Test container runtime conformance blackbox test when running a container with a new image should be able to pull image from docker hub,girishkalele,1
@ -62,6 +62,9 @@ Density create a batch of pods latency/resource should be within limit when crea
Density create a batch of pods latency/resource should be within limit when create 35 pods with 0 interval,davidopp,1
Density create a batch of pods latency/resource should be within limit when create 35 pods with 100ms interval,kargakis,1
Density create a batch of pods latency/resource should be within limit when create 35 pods with 300ms interval,justinsb,1
Density create a batch of pods with higher API QPS latency/resource should be within limit when create 105 pods with 0 interval (QPS 60),roberthbailey,1
Density create a batch of pods with higher API QPS latency/resource should be within limit when create 105 pods with 100ms interval (QPS 60),kevin-wangzefeng,1
Density create a batch of pods with higher API QPS latency/resource should be within limit when create 105 pods with 300ms interval (QPS 60),apelisse,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
@ -80,19 +83,29 @@ Deployment deployment should label adopted RSs and pods,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 overlapping deployment should not fight with each other,thockin,1
Deployment paused deployment should be able to scale,janetkuo,1
Deployment overlapping deployment should not fight with each other,kargakis,1
Deployment paused deployment should be able to scale,kargakis,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 deployment should not block on annotation check,kargakis,1
"DisruptionController evictions: enough pods, absolute => should allow an eviction",madhusudancs,1
"DisruptionController evictions: enough pods, replicaSet, percentage => should allow an eviction",nikhiljindal,1
DisruptionController evictions: no PDB => should allow an eviction,krousey,1
"DisruptionController evictions: too few pods, absolute => should not allow an eviction",mml,1
"DisruptionController evictions: too few pods, replicaSet, percentage => should not allow an eviction",mml,1
DisruptionController should allow an eviction when enough pods,mml,1
DisruptionController should allow an eviction when there is no PDB,Q-Lee,1
DisruptionController should create a PodDisruptionBudget,quinton-hoole,1
DisruptionController should not allow an eviction when too few pods,lavalamp,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
Docker Containers should use the image defaults if command and args are blank,vishh,0
Does nothing,janetkuo,1
Downward API should create a pod that prints his name and namespace,nhlfr,0
Downward API should provide container's limits.cpu/memory and requests.cpu/memory as env vars,deads2k,1
Downward API should provide default limits.cpu/memory from node allocatable,derekwaynecarr,0
Downward API should provide default limits.cpu/memory from node capacity,mml,1
Downward API should provide pod IP as an env var,nhlfr,0
Downward API should provide pod name and namespace as env vars,nhlfr,0
Downward API volume should provide container's cpu limit,smarterclayton,1
@ -129,6 +142,9 @@ EmptyDir volumes when FSGroup is specified new files should be created with FSGr
EmptyDir volumes when FSGroup is specified new files should be created with FSGroup ownership when container is root,childsb,1
EmptyDir volumes when FSGroup is specified volume on default medium should have the correct mode using FSGroup,eparis,1
EmptyDir volumes when FSGroup is specified volume on tmpfs should have the correct mode using FSGroup,timothysc,1
EmptyDir wrapper volumes should becomes running,justinsb,1
EmptyDir wrapper volumes should not cause race condition when used for configmaps,bprashanth,1
EmptyDir wrapper volumes should not cause race condition when used for git_repo,girishkalele,1
EmptyDir wrapper volumes should not conflict,deads2k,1
Etcd failure should recover from SIGKILL,pmorie,1
Etcd failure should recover from network partition with master,justinsb,1
@ -138,9 +154,11 @@ Federated Services DNS non-local federated service should be able to discover a
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
Federated ingresses Federated Ingresses Ingress connectivity and DNS should be able to connect to a federated ingress via its load balancer,rmmh,1
Federated ingresses Federated Ingresses Ingress connectivity and DNS should be able to discover a federated ingress service,bgrant0607,1
Federated ingresses Federated Ingresses Ingress connectivity and DNS should be able to discover a federated ingress service via DNS,smarterclayton,1
Federated ingresses Federated Ingresses should create and update matching ingresses in underlying clusters,ghodss,1
Federated ingresses Ingress objects should be created and deleted successfully,kargakis,1
Federated ingresses Ingress objects should be created and deleted successfully,madhusudancs,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
@ -153,13 +171,14 @@ Federation replicasets ReplicaSet objects should be created and deleted successf
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
GKE node pools should create a cluster with multiple node pools,kargakis,1
GKE node pools should create a cluster with multiple node pools,fabioy,1
Garbage collector should delete pods created by rc when not orphaning,justinsb,1
Garbage collector should handle the creation of 1000 pods,xiang90,1
Garbage collector should orphan pods created by rc if delete options say so,fabioy,1
Garbage collector should orphan pods created by rc if deleteOptions.OrphanDependents is nil,zmerlynn,1
"Generated release_1_2 clientset should create pods, delete pods, watch pods",ncdc,1
"Generated release_1_3 clientset should create pods, delete pods, watch pods",krousey,1
"Generated release_1_5 clientset should create pods, delete pods, watch pods",ghodss,1
Hazelcast should create and scale hazelcast,mikedanese,1
Horizontal pod autoscaling (scale resource: CPU) Deployment Should scale from 1 pod to 3 pods and from 3 to 5,jszczepkowski,0
Horizontal pod autoscaling (scale resource: CPU) Deployment Should scale from 1 pod to 3 pods and from 3 to 5 and verify decision stability,jszczepkowski,0
@ -210,6 +229,7 @@ Kubectl client Kubectl logs should be able to retrieve and filter logs,jlowdermi
Kubectl client Kubectl patch should add annotations for pods in rc,janetkuo,0
Kubectl client Kubectl replace should update a single-container pod's image,karlkfi,1
Kubectl client Kubectl rolling-update should support rolling-update to same image,janetkuo,0
Kubectl client Kubectl run --quiet job should not output anything except the command when --quiet is set,eparis,1
"Kubectl client Kubectl run --rm job should create a job from an image, then delete the job",soltysh,0
Kubectl client Kubectl run default should create an rc or deployment from an image,janetkuo,0
Kubectl client Kubectl run deployment should create a deployment from an image,janetkuo,0
@ -245,7 +265,7 @@ Kubelet regular resource usage tracking resource tracking for 100 pods per node,
Kubelet regular resource usage tracking resource tracking for 35 pods per node,madhusudancs,1
Kubelet when scheduling a busybox command in a pod it should print the output to logs,ixdy,1
Kubelet when scheduling a read only busybox container it should not write to root filesystem,timothysc,1
KubeletManagedEtcHosts should test kubelet managed /etc/hosts file,kargakis,1
KubeletManagedEtcHosts should test kubelet managed /etc/hosts file,Random-Liu,1
Kubernetes Dashboard should check that the kubernetes-dashboard instance is alive,wonderfly,0
LimitRange should create a LimitRange with defaults and ensure pod has those defaults applied.,cjcullen,1
Liveness liveness pods should be automatically restarted,andyzheng0831,1
@ -274,7 +294,22 @@ Namespaces should ensure that all pods are removed when a namespace is deleted.,
Namespaces should ensure that all services are removed when a namespace is deleted.,pmorie,1
Networking Granular Checks should function for pod communication between nodes,freehan,0
Networking Granular Checks should function for pod communication on a single node,freehan,0
Networking Granular Checks: Pods should function for intra-pod communication: http,spxtr,1
Networking Granular Checks: Pods should function for intra-pod communication: udp,alex-mohr,1
Networking Granular Checks: Pods should function for node-pod communication: http,spxtr,1
Networking Granular Checks: Pods should function for node-pod communication: udp,wojtek-t,1
Networking Granular Checks: Services should function for endpoint-Service: http,bgrant0607,1
Networking Granular Checks: Services should function for endpoint-Service: udp,maisem,1
Networking Granular Checks: Services should function for node-Service: http,thockin,1
Networking Granular Checks: Services should function for node-Service: udp,yifan-gu,1
Networking Granular Checks: Services should function for pod-Service: http,childsb,1
Networking Granular Checks: Services should function for pod-Service: udp,brendandburns,1
Networking Granular Checks: Services should update endpoints: http,jdef,1
Networking Granular Checks: Services should update endpoints: udp,freehan,1
Networking Granular Checks: Services should update nodePort: http,nikhiljindal,1
Networking Granular Checks: Services should update nodePort: udp,smarterclayton,1
Networking IPerf should transfer ~ 1GB onto the service endpoint 1 servers (maximum of 1 clients),ghodss,1
Networking should check kube-proxy urls,lavalamp,1
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
@ -301,7 +336,7 @@ PetSet Deploy clustered applications should creating a working zookeeper cluster
"Pod Disks should schedule a pod w/ a RW PD shared between multiple containers, write to PD, delete pod, verify contents, and repeat in rapid succession",saad-ali,0
"Pod Disks should schedule a pod w/ a RW PD, remove it, then schedule it on another host",saad-ali,0
"Pod Disks should schedule a pod w/ a RW PD, ungracefully remove it, then schedule it on another host",mml,1
"Pod Disks should schedule a pod w/ a readonly PD on two hosts, then remove both ungracefully.",kargakis,1
"Pod Disks should schedule a pod w/ a readonly PD on two hosts, then remove both ungracefully.",saad-ali,1
"Pod Disks should schedule a pod w/ a readonly PD on two hosts, then remove both.",saad-ali,0
"Pod Disks should schedule a pod w/two RW PDs both mounted to one container, write to PD, verify contents, delete pod, recreate pod, verify contents, and repeat in rapid succession",saad-ali,0
Pod garbage collector should handle the creation of 1000 pods,wojtek-t,1
@ -368,7 +403,7 @@ ResourceQuota should create a ResourceQuota and ensure its status is promptly ca
ResourceQuota should verify ResourceQuota with best effort scope.,mml,1
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
RethinkDB should create and stop rethinkdb servers,mwielgus,1
SSH should SSH to all nodes and run commands,quinton-hoole,0
ScheduledJob should not emit unexpected warnings,soltysh,0
ScheduledJob should not schedule jobs when suspended,soltysh,0
@ -429,7 +464,7 @@ Services should work after restarting apiserver,bprashanth,0
Services should work after restarting kube-proxy,bprashanth,0
"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
"Storm should create and stop Zookeeper, Nimbus and Storm worker servers",mtaufen,1
"Sysctls should not launch unsafe, but not explicitly enabled sysctls on the node",madhusudancs,1
Sysctls should reject invalid sysctls,davidopp,1
Sysctls should support sysctls,Random-Liu,1
@ -460,7 +495,8 @@ Volumes GlusterFS should be mountable,eparis,1
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
download_gcloud,hurf,1
gcp_resource_leak_check,mikedanese,1
hostPath should give a volume the correct mode,roberthbailey,1
hostPath should support r/w,roberthbailey,1
hostPath should support subPath,krousey,1
@ -480,6 +516,7 @@ k8s.io/kubernetes/cmd/libs/go2idl/deepcopy-gen/generators,mwielgus,1
k8s.io/kubernetes/cmd/libs/go2idl/generator,ixdy,1
k8s.io/kubernetes/cmd/libs/go2idl/import-boss/generators,kevin-wangzefeng,1
k8s.io/kubernetes/cmd/libs/go2idl/namer,luxas,1
k8s.io/kubernetes/cmd/libs/go2idl/openapi-gen/generators,davidopp,1
k8s.io/kubernetes/cmd/libs/go2idl/parser,lavalamp,1
k8s.io/kubernetes/cmd/libs/go2idl/types,mikedanese,1
k8s.io/kubernetes/cmd/mungedocs,mwielgus,1
@ -527,7 +564,7 @@ k8s.io/kubernetes/federation/registry/cluster/etcd,nikhiljindal,0
k8s.io/kubernetes/hack/cmd/teststale,thockin,1
k8s.io/kubernetes/pkg/admission,dchen1107,1
k8s.io/kubernetes/pkg/api,Q-Lee,1
k8s.io/kubernetes/pkg/api/endpoints,swagiaal,1
k8s.io/kubernetes/pkg/api/endpoints,cjcullen,1
k8s.io/kubernetes/pkg/api/errors,yifan-gu,1
k8s.io/kubernetes/pkg/api/install,timothysc,1
k8s.io/kubernetes/pkg/api/meta,fabioy,1
@ -540,11 +577,14 @@ k8s.io/kubernetes/pkg/api/unversioned/validation,brendandburns,1
k8s.io/kubernetes/pkg/api/util,ghodss,1
k8s.io/kubernetes/pkg/api/v1,vulpecula,1
k8s.io/kubernetes/pkg/api/validation,smarterclayton,1
k8s.io/kubernetes/pkg/api/validation/path,luxas,1
k8s.io/kubernetes/pkg/apimachinery/registered,jlowdermilk,1
k8s.io/kubernetes/pkg/apis/abac/v0,liggitt,0
k8s.io/kubernetes/pkg/apis/apps/validation,derekwaynecarr,1
k8s.io/kubernetes/pkg/apis/authorization/validation,erictune,0
k8s.io/kubernetes/pkg/apis/autoscaling/validation,mtaufen,1
k8s.io/kubernetes/pkg/apis/batch/v1,vishh,1
k8s.io/kubernetes/pkg/apis/batch/v2alpha1,jlowdermilk,1
k8s.io/kubernetes/pkg/apis/batch/validation,erictune,0
k8s.io/kubernetes/pkg/apis/certificates/install,zmerlynn,1
k8s.io/kubernetes/pkg/apis/componentconfig,jbeda,1
@ -556,6 +596,7 @@ k8s.io/kubernetes/pkg/apis/extensions/validation,nikhiljindal,1
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/apis/storage/validation,caesarxuchao,1
k8s.io/kubernetes/pkg/apiserver,nikhiljindal,0
k8s.io/kubernetes/pkg/apiserver/audit,caesarxuchao,1
k8s.io/kubernetes/pkg/auth/authenticator/bearertoken,liggitt,0
@ -572,7 +613,7 @@ k8s.io/kubernetes/pkg/client/transport,eparis,1
k8s.io/kubernetes/pkg/client/typed/discovery,fabioy,1
k8s.io/kubernetes/pkg/client/typed/dynamic,luxas,1
k8s.io/kubernetes/pkg/client/unversioned,justinsb,1
k8s.io/kubernetes/pkg/client/unversioned/auth,swagiaal,1
k8s.io/kubernetes/pkg/client/unversioned/auth,jbeda,1
k8s.io/kubernetes/pkg/client/unversioned/clientcmd,yifan-gu,1
k8s.io/kubernetes/pkg/client/unversioned/clientcmd/api,thockin,1
k8s.io/kubernetes/pkg/client/unversioned/portforward,lavalamp,1
@ -615,7 +656,7 @@ k8s.io/kubernetes/pkg/controller/volume/attachdetach,luxas,1
k8s.io/kubernetes/pkg/controller/volume/attachdetach/cache,hurf,1
k8s.io/kubernetes/pkg/controller/volume/attachdetach/reconciler,jsafrane,1
k8s.io/kubernetes/pkg/controller/volume/persistentvolume,apelisse,1
k8s.io/kubernetes/pkg/conversion,swagiaal,1
k8s.io/kubernetes/pkg/conversion,ixdy,1
k8s.io/kubernetes/pkg/conversion/queryparams,caesarxuchao,1
k8s.io/kubernetes/pkg/credentialprovider,justinsb,1
k8s.io/kubernetes/pkg/credentialprovider/aws,zmerlynn,1
@ -671,7 +712,7 @@ k8s.io/kubernetes/pkg/kubelet/util/cache,timothysc,1
k8s.io/kubernetes/pkg/kubelet/util/format,ncdc,1
k8s.io/kubernetes/pkg/kubelet/util/queue,yujuhong,0
k8s.io/kubernetes/pkg/kubelet/volumemanager,jdef,1
k8s.io/kubernetes/pkg/kubelet/volumemanager/cache,swagiaal,1
k8s.io/kubernetes/pkg/kubelet/volumemanager/cache,janetkuo,1
k8s.io/kubernetes/pkg/kubelet/volumemanager/reconciler,timstclair,1
k8s.io/kubernetes/pkg/labels,ixdy,1
k8s.io/kubernetes/pkg/master,fabioy,1
@ -693,7 +734,7 @@ k8s.io/kubernetes/pkg/registry/controller/etcd,spxtr,1
k8s.io/kubernetes/pkg/registry/daemonset,ghodss,1
k8s.io/kubernetes/pkg/registry/daemonset/etcd,pmorie,1
k8s.io/kubernetes/pkg/registry/deployment,timothysc,1
k8s.io/kubernetes/pkg/registry/deployment/etcd,swagiaal,1
k8s.io/kubernetes/pkg/registry/deployment/etcd,fgrzadkowski,1
k8s.io/kubernetes/pkg/registry/endpoint,smarterclayton,1
k8s.io/kubernetes/pkg/registry/endpoint/etcd,timstclair,1
k8s.io/kubernetes/pkg/registry/event,girishkalele,1
@ -765,7 +806,7 @@ 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/apparmor,swagiaal,1
k8s.io/kubernetes/pkg/security/podsecuritypolicy/apparmor,vulpecula,1
k8s.io/kubernetes/pkg/security/podsecuritypolicy/capabilities,erictune,0
k8s.io/kubernetes/pkg/security/podsecuritypolicy/group,erictune,0
k8s.io/kubernetes/pkg/security/podsecuritypolicy/selinux,erictune,0
@ -786,7 +827,7 @@ k8s.io/kubernetes/pkg/util/atomic,kargakis,1
k8s.io/kubernetes/pkg/util/bandwidth,thockin,1
k8s.io/kubernetes/pkg/util/cache,thockin,1
k8s.io/kubernetes/pkg/util/certificates,karlkfi,1
k8s.io/kubernetes/pkg/util/clock,swagiaal,1
k8s.io/kubernetes/pkg/util/clock,zmerlynn,1
k8s.io/kubernetes/pkg/util/config,girishkalele,1
k8s.io/kubernetes/pkg/util/configz,ixdy,1
k8s.io/kubernetes/pkg/util/dbus,roberthbailey,1
@ -839,10 +880,10 @@ k8s.io/kubernetes/pkg/volume/aws_ebs,caesarxuchao,1
k8s.io/kubernetes/pkg/volume/azure_dd,girishkalele,1
k8s.io/kubernetes/pkg/volume/azure_file,maisem,1
k8s.io/kubernetes/pkg/volume/cephfs,eparis,1
k8s.io/kubernetes/pkg/volume/cinder,kargakis,1
k8s.io/kubernetes/pkg/volume/cinder,jsafrane,1
k8s.io/kubernetes/pkg/volume/configmap,derekwaynecarr,1
k8s.io/kubernetes/pkg/volume/downwardapi,mikedanese,1
k8s.io/kubernetes/pkg/volume/empty_dir,swagiaal,1
k8s.io/kubernetes/pkg/volume/empty_dir,quinton-hoole,1
k8s.io/kubernetes/pkg/volume/fc,andyzheng0831,1
k8s.io/kubernetes/pkg/volume/flexvolume,Q-Lee,1
k8s.io/kubernetes/pkg/volume/flocker,jbeda,1
@ -854,7 +895,7 @@ 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/rbd,piosz,1
k8s.io/kubernetes/pkg/volume/secret,rmmh,1
k8s.io/kubernetes/pkg/volume/util,saad-ali,0
k8s.io/kubernetes/pkg/volume/util/nestedpendingoperations,freehan,1
@ -875,7 +916,7 @@ k8s.io/kubernetes/plugin/pkg/admission/namespace/exists,derekwaynecarr,0
k8s.io/kubernetes/plugin/pkg/admission/namespace/lifecycle,derekwaynecarr,0
k8s.io/kubernetes/plugin/pkg/admission/persistentvolume/label,jdef,1
k8s.io/kubernetes/plugin/pkg/admission/resourcequota,fabioy,1
k8s.io/kubernetes/plugin/pkg/admission/security/podsecuritypolicy,swagiaal,1
k8s.io/kubernetes/plugin/pkg/admission/security/podsecuritypolicy,maisem,1
k8s.io/kubernetes/plugin/pkg/admission/securitycontext/scdeny,vulpecula,1
k8s.io/kubernetes/plugin/pkg/admission/serviceaccount,liggitt,0
k8s.io/kubernetes/plugin/pkg/admission/storageclass/default,pmorie,1
@ -941,3 +982,8 @@ 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
should not emit unexpected warnings,erictune,1
should not schedule jobs when suspended,derekwaynecarr,1
should not schedule new jobs when ForbidConcurrent,yujuhong,1
should replace jobs when ReplaceConcurrent,soltysh,1
should schedule multiple jobs concurrently,soltysh,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 AppArmor when running with AppArmor should enforce a permissive profile brendandburns 1
5 AppArmor when running with AppArmor should enforce a profile blocking writes kargakis timstclair 1
6 AppArmor when running with AppArmor should reject an unloaded profile eparis 1
7 AppArmor when running without AppArmor should reject a pod with an AppArmor profile childsb 1
8 BeforeSuite ixdy 0
33 ConfigMap should be consumable from pods in volume with mappings as non-root apelisse 1
34 ConfigMap should be consumable from pods in volume with mappings as non-root with FSGroup zmerlynn 1
35 ConfigMap should be consumable in multiple volumes in the same pod caesarxuchao 1
36 ConfigMap should be consumable via environment variable swagiaal ncdc 1
37 ConfigMap updates should be reflected in volume kevin-wangzefeng 1
38 Container Runtime Conformance Test container runtime conformance blackbox test when running a container with a new image should be able to pull from private registry with secret mikedanese 1
39 Container Runtime Conformance Test container runtime conformance blackbox test when running a container with a new image should be able to pull image from docker hub girishkalele 1
62 Density create a batch of pods latency/resource should be within limit when create 35 pods with 0 interval davidopp 1
63 Density create a batch of pods latency/resource should be within limit when create 35 pods with 100ms interval kargakis 1
64 Density create a batch of pods latency/resource should be within limit when create 35 pods with 300ms interval justinsb 1
65 Density create a batch of pods with higher API QPS latency/resource should be within limit when create 105 pods with 0 interval (QPS 60) roberthbailey 1
66 Density create a batch of pods with higher API QPS latency/resource should be within limit when create 105 pods with 100ms interval (QPS 60) kevin-wangzefeng 1
67 Density create a batch of pods with higher API QPS latency/resource should be within limit when create 105 pods with 300ms interval (QPS 60) apelisse 1
68 Density create a sequence of pods latency/resource should be within limit when create 10 pods with 50 background pods janetkuo 1
69 Density create a sequence of pods latency/resource should be within limit when create 30 pods with 50 background pods alex-mohr 1
70 Density create a sequence of pods latency/resource should be within limit when create 50 pods with 50 background pods yifan-gu 1
83 Deployment deployment should support rollback pwittrock 0
84 Deployment deployment should support rollback when there's replica set with no revision pwittrock 0
85 Deployment deployment should support rollover pwittrock 0
86 Deployment overlapping deployment should not fight with each other thockin kargakis 1
87 Deployment paused deployment should be able to scale janetkuo kargakis 1
88 Deployment paused deployment should be ignored by the controller kargakis 0
89 Deployment scaled rollout deployment should not block on annotation check lavalamp kargakis 1
90 DisruptionController evictions: enough pods, absolute => should allow an eviction madhusudancs 1
91 DisruptionController evictions: enough pods, replicaSet, percentage => should allow an eviction nikhiljindal 1
92 DisruptionController evictions: no PDB => should allow an eviction krousey 1
93 DisruptionController evictions: too few pods, absolute => should not allow an eviction mml 1
94 DisruptionController evictions: too few pods, replicaSet, percentage => should not allow an eviction mml 1
95 DisruptionController should allow an eviction when enough pods mml 1
96 DisruptionController should allow an eviction when there is no PDB Q-Lee 1
97 DisruptionController should create a PodDisruptionBudget quinton-hoole 1
98 DisruptionController should not allow an eviction when too few pods lavalamp 1
99 DisruptionController should update PodDisruptionBudget status bgrant0607 1
100 Docker Containers should be able to override the image's default arguments (docker cmd) maisem 0
101 Docker Containers should be able to override the image's default command and arguments maisem 0
102 Docker Containers should be able to override the image's default commmand (docker entrypoint) maisem 0
103 Docker Containers should use the image defaults if command and args are blank vishh 0
104 Does nothing janetkuo 1
105 Downward API should create a pod that prints his name and namespace nhlfr 0
106 Downward API should provide container's limits.cpu/memory and requests.cpu/memory as env vars deads2k 1
107 Downward API should provide default limits.cpu/memory from node allocatable derekwaynecarr 0
108 Downward API should provide default limits.cpu/memory from node capacity mml 1
109 Downward API should provide pod IP as an env var nhlfr 0
110 Downward API should provide pod name and namespace as env vars nhlfr 0
111 Downward API volume should provide container's cpu limit smarterclayton 1
142 EmptyDir volumes when FSGroup is specified new files should be created with FSGroup ownership when container is root childsb 1
143 EmptyDir volumes when FSGroup is specified volume on default medium should have the correct mode using FSGroup eparis 1
144 EmptyDir volumes when FSGroup is specified volume on tmpfs should have the correct mode using FSGroup timothysc 1
145 EmptyDir wrapper volumes should becomes running justinsb 1
146 EmptyDir wrapper volumes should not cause race condition when used for configmaps bprashanth 1
147 EmptyDir wrapper volumes should not cause race condition when used for git_repo girishkalele 1
148 EmptyDir wrapper volumes should not conflict deads2k 1
149 Etcd failure should recover from SIGKILL pmorie 1
150 Etcd failure should recover from network partition with master justinsb 1
154 Federated Services DNS should be able to discover a federated service derekwaynecarr 1
155 Federated Services Service creation should create matching services in underlying clusters jbeda 1
156 Federated Services Service creation should succeed rmmh 1
157 Federated ingresses Federated Ingresses Ingress connectivity and DNS should be able to connect to a federated ingress via its load balancer rmmh 1
158 Federated ingresses Federated Ingresses Ingress connectivity and DNS should be able to discover a federated ingress service bgrant0607 1
159 Federated ingresses Federated Ingresses Ingress connectivity and DNS should be able to discover a federated ingress service via DNS smarterclayton 1
160 Federated ingresses Federated Ingresses should create and update matching ingresses in underlying clusters ghodss 1
161 Federated ingresses Ingress objects should be created and deleted successfully kargakis madhusudancs 1
162 Federation API server authentication should accept cluster resources when the client has right authentication credentials davidopp 1
163 Federation API server authentication should not accept cluster resources when the client has invalid authentication credentials yujuhong 1
164 Federation API server authentication should not accept cluster resources when the client has no authentication credentials nikhiljindal 1
171 Federation secrets Secret objects should be created and deleted successfully pmorie 1
172 GCE L7 LoadBalancer Controller should create GCE L7 loadbalancers and verify Ingress bprashanth 0
173 GKE local SSD should write and read from node local SSD fabioy 0
174 GKE node pools should create a cluster with multiple node pools kargakis fabioy 1
175 Garbage collector should delete pods created by rc when not orphaning justinsb 1
176 Garbage collector should handle the creation of 1000 pods xiang90 1
177 Garbage collector should orphan pods created by rc if delete options say so fabioy 1
178 Garbage collector should orphan pods created by rc if deleteOptions.OrphanDependents is nil zmerlynn 1
179 Generated release_1_2 clientset should create pods, delete pods, watch pods ncdc 1
180 Generated release_1_3 clientset should create pods, delete pods, watch pods krousey 1
181 Generated release_1_5 clientset should create pods, delete pods, watch pods ghodss 1
182 Hazelcast should create and scale hazelcast mikedanese 1
183 Horizontal pod autoscaling (scale resource: CPU) Deployment Should scale from 1 pod to 3 pods and from 3 to 5 jszczepkowski 0
184 Horizontal pod autoscaling (scale resource: CPU) Deployment Should scale from 1 pod to 3 pods and from 3 to 5 and verify decision stability jszczepkowski 0
229 Kubectl client Kubectl patch should add annotations for pods in rc janetkuo 0
230 Kubectl client Kubectl replace should update a single-container pod's image karlkfi 1
231 Kubectl client Kubectl rolling-update should support rolling-update to same image janetkuo 0
232 Kubectl client Kubectl run --quiet job should not output anything except the command when --quiet is set eparis 1
233 Kubectl client Kubectl run --rm job should create a job from an image, then delete the job soltysh 0
234 Kubectl client Kubectl run default should create an rc or deployment from an image janetkuo 0
235 Kubectl client Kubectl run deployment should create a deployment from an image janetkuo 0
265 Kubelet regular resource usage tracking resource tracking for 35 pods per node madhusudancs 1
266 Kubelet when scheduling a busybox command in a pod it should print the output to logs ixdy 1
267 Kubelet when scheduling a read only busybox container it should not write to root filesystem timothysc 1
268 KubeletManagedEtcHosts should test kubelet managed /etc/hosts file kargakis Random-Liu 1
269 Kubernetes Dashboard should check that the kubernetes-dashboard instance is alive wonderfly 0
270 LimitRange should create a LimitRange with defaults and ensure pod has those defaults applied. cjcullen 1
271 Liveness liveness pods should be automatically restarted andyzheng0831 1
294 Namespaces should ensure that all services are removed when a namespace is deleted. pmorie 1
295 Networking Granular Checks should function for pod communication between nodes freehan 0
296 Networking Granular Checks should function for pod communication on a single node freehan 0
297 Networking Granular Checks: Pods should function for intra-pod communication: http spxtr 1
298 Networking Granular Checks: Pods should function for intra-pod communication: udp alex-mohr 1
299 Networking Granular Checks: Pods should function for node-pod communication: http spxtr 1
300 Networking Granular Checks: Pods should function for node-pod communication: udp wojtek-t 1
301 Networking Granular Checks: Services should function for endpoint-Service: http bgrant0607 1
302 Networking Granular Checks: Services should function for endpoint-Service: udp maisem 1
303 Networking Granular Checks: Services should function for node-Service: http thockin 1
304 Networking Granular Checks: Services should function for node-Service: udp yifan-gu 1
305 Networking Granular Checks: Services should function for pod-Service: http childsb 1
306 Networking Granular Checks: Services should function for pod-Service: udp brendandburns 1
307 Networking Granular Checks: Services should update endpoints: http jdef 1
308 Networking Granular Checks: Services should update endpoints: udp freehan 1
309 Networking Granular Checks: Services should update nodePort: http nikhiljindal 1
310 Networking Granular Checks: Services should update nodePort: udp smarterclayton 1
311 Networking IPerf should transfer ~ 1GB onto the service endpoint 1 servers (maximum of 1 clients) ghodss 1
312 Networking should check kube-proxy urls lavalamp 1
313 Networking should function for intra-pod communication sttts 0
314 Networking should provide Internet connection for containers sttts 0
315 Networking should provide unchanging, static URL paths for kubernetes api services freehan 0
336 Pod Disks should schedule a pod w/ a RW PD shared between multiple containers, write to PD, delete pod, verify contents, and repeat in rapid succession saad-ali 0
337 Pod Disks should schedule a pod w/ a RW PD, remove it, then schedule it on another host saad-ali 0
338 Pod Disks should schedule a pod w/ a RW PD, ungracefully remove it, then schedule it on another host mml 1
339 Pod Disks should schedule a pod w/ a readonly PD on two hosts, then remove both ungracefully. kargakis saad-ali 1
340 Pod Disks should schedule a pod w/ a readonly PD on two hosts, then remove both. saad-ali 0
341 Pod Disks should schedule a pod w/two RW PDs both mounted to one container, write to PD, verify contents, delete pod, recreate pod, verify contents, and repeat in rapid succession saad-ali 0
342 Pod garbage collector should handle the creation of 1000 pods wojtek-t 1
403 ResourceQuota should verify ResourceQuota with best effort scope. mml 1
404 ResourceQuota should verify ResourceQuota with terminating scopes. ncdc 1
405 Restart should restart all nodes and ensure all nodes and pods recover andyzheng0831 1
406 RethinkDB should create and stop rethinkdb servers kargakis mwielgus 1
407 SSH should SSH to all nodes and run commands quinton-hoole 0
408 ScheduledJob should not emit unexpected warnings soltysh 0
409 ScheduledJob should not schedule jobs when suspended soltysh 0
464 Services should work after restarting kube-proxy bprashanth 0
465 Spark should start spark master, driver and workers girishkalele 1
466 Staging client repo client should create pods, delete pods, watch pods jbeda 1
467 Storm should create and stop Zookeeper, Nimbus and Storm worker servers swagiaal mtaufen 1
468 Sysctls should not launch unsafe, but not explicitly enabled sysctls on the node madhusudancs 1
469 Sysctls should reject invalid sysctls davidopp 1
470 Sysctls should support sysctls Random-Liu 1
495 Volumes NFS should be mountable andyzheng0831 1
496 Volumes PD should be mountable caesarxuchao 1
497 Volumes iSCSI should be mountable jsafrane 1
498 download_gcloud kargakis hurf 1
499 gcp_resource_leak_check mikedanese 1
500 hostPath should give a volume the correct mode roberthbailey 1
501 hostPath should support r/w roberthbailey 1
502 hostPath should support subPath krousey 1
516 k8s.io/kubernetes/cmd/libs/go2idl/generator ixdy 1
517 k8s.io/kubernetes/cmd/libs/go2idl/import-boss/generators kevin-wangzefeng 1
518 k8s.io/kubernetes/cmd/libs/go2idl/namer luxas 1
519 k8s.io/kubernetes/cmd/libs/go2idl/openapi-gen/generators davidopp 1
520 k8s.io/kubernetes/cmd/libs/go2idl/parser lavalamp 1
521 k8s.io/kubernetes/cmd/libs/go2idl/types mikedanese 1
522 k8s.io/kubernetes/cmd/mungedocs mwielgus 1
564 k8s.io/kubernetes/hack/cmd/teststale thockin 1
565 k8s.io/kubernetes/pkg/admission dchen1107 1
566 k8s.io/kubernetes/pkg/api Q-Lee 1
567 k8s.io/kubernetes/pkg/api/endpoints swagiaal cjcullen 1
568 k8s.io/kubernetes/pkg/api/errors yifan-gu 1
569 k8s.io/kubernetes/pkg/api/install timothysc 1
570 k8s.io/kubernetes/pkg/api/meta fabioy 1
577 k8s.io/kubernetes/pkg/api/util ghodss 1
578 k8s.io/kubernetes/pkg/api/v1 vulpecula 1
579 k8s.io/kubernetes/pkg/api/validation smarterclayton 1
580 k8s.io/kubernetes/pkg/api/validation/path luxas 1
581 k8s.io/kubernetes/pkg/apimachinery/registered jlowdermilk 1
582 k8s.io/kubernetes/pkg/apis/abac/v0 liggitt 0
583 k8s.io/kubernetes/pkg/apis/apps/validation derekwaynecarr 1
584 k8s.io/kubernetes/pkg/apis/authorization/validation erictune 0
585 k8s.io/kubernetes/pkg/apis/autoscaling/validation mtaufen 1
586 k8s.io/kubernetes/pkg/apis/batch/v1 vishh 1
587 k8s.io/kubernetes/pkg/apis/batch/v2alpha1 jlowdermilk 1
588 k8s.io/kubernetes/pkg/apis/batch/validation erictune 0
589 k8s.io/kubernetes/pkg/apis/certificates/install zmerlynn 1
590 k8s.io/kubernetes/pkg/apis/componentconfig jbeda 1
596 k8s.io/kubernetes/pkg/apis/policy/validation deads2k 1
597 k8s.io/kubernetes/pkg/apis/rbac/install ixdy 1
598 k8s.io/kubernetes/pkg/apis/rbac/validation erictune 0
599 k8s.io/kubernetes/pkg/apis/storage/validation caesarxuchao 1
600 k8s.io/kubernetes/pkg/apiserver nikhiljindal 0
601 k8s.io/kubernetes/pkg/apiserver/audit caesarxuchao 1
602 k8s.io/kubernetes/pkg/auth/authenticator/bearertoken liggitt 0
613 k8s.io/kubernetes/pkg/client/typed/discovery fabioy 1
614 k8s.io/kubernetes/pkg/client/typed/dynamic luxas 1
615 k8s.io/kubernetes/pkg/client/unversioned justinsb 1
616 k8s.io/kubernetes/pkg/client/unversioned/auth swagiaal jbeda 1
617 k8s.io/kubernetes/pkg/client/unversioned/clientcmd yifan-gu 1
618 k8s.io/kubernetes/pkg/client/unversioned/clientcmd/api thockin 1
619 k8s.io/kubernetes/pkg/client/unversioned/portforward lavalamp 1
656 k8s.io/kubernetes/pkg/controller/volume/attachdetach/cache hurf 1
657 k8s.io/kubernetes/pkg/controller/volume/attachdetach/reconciler jsafrane 1
658 k8s.io/kubernetes/pkg/controller/volume/persistentvolume apelisse 1
659 k8s.io/kubernetes/pkg/conversion swagiaal ixdy 1
660 k8s.io/kubernetes/pkg/conversion/queryparams caesarxuchao 1
661 k8s.io/kubernetes/pkg/credentialprovider justinsb 1
662 k8s.io/kubernetes/pkg/credentialprovider/aws zmerlynn 1
712 k8s.io/kubernetes/pkg/kubelet/util/format ncdc 1
713 k8s.io/kubernetes/pkg/kubelet/util/queue yujuhong 0
714 k8s.io/kubernetes/pkg/kubelet/volumemanager jdef 1
715 k8s.io/kubernetes/pkg/kubelet/volumemanager/cache swagiaal janetkuo 1
716 k8s.io/kubernetes/pkg/kubelet/volumemanager/reconciler timstclair 1
717 k8s.io/kubernetes/pkg/labels ixdy 1
718 k8s.io/kubernetes/pkg/master fabioy 1
734 k8s.io/kubernetes/pkg/registry/daemonset ghodss 1
735 k8s.io/kubernetes/pkg/registry/daemonset/etcd pmorie 1
736 k8s.io/kubernetes/pkg/registry/deployment timothysc 1
737 k8s.io/kubernetes/pkg/registry/deployment/etcd swagiaal fgrzadkowski 1
738 k8s.io/kubernetes/pkg/registry/endpoint smarterclayton 1
739 k8s.io/kubernetes/pkg/registry/endpoint/etcd timstclair 1
740 k8s.io/kubernetes/pkg/registry/event girishkalele 1
806 k8s.io/kubernetes/pkg/runtime/serializer/versioning wojtek-t 0
807 k8s.io/kubernetes/pkg/security/apparmor bgrant0607 1
808 k8s.io/kubernetes/pkg/security/podsecuritypolicy erictune 0
809 k8s.io/kubernetes/pkg/security/podsecuritypolicy/apparmor swagiaal vulpecula 1
810 k8s.io/kubernetes/pkg/security/podsecuritypolicy/capabilities erictune 0
811 k8s.io/kubernetes/pkg/security/podsecuritypolicy/group erictune 0
812 k8s.io/kubernetes/pkg/security/podsecuritypolicy/selinux erictune 0
827 k8s.io/kubernetes/pkg/util/bandwidth thockin 1
828 k8s.io/kubernetes/pkg/util/cache thockin 1
829 k8s.io/kubernetes/pkg/util/certificates karlkfi 1
830 k8s.io/kubernetes/pkg/util/clock swagiaal zmerlynn 1
831 k8s.io/kubernetes/pkg/util/config girishkalele 1
832 k8s.io/kubernetes/pkg/util/configz ixdy 1
833 k8s.io/kubernetes/pkg/util/dbus roberthbailey 1
880 k8s.io/kubernetes/pkg/volume/azure_dd girishkalele 1
881 k8s.io/kubernetes/pkg/volume/azure_file maisem 1
882 k8s.io/kubernetes/pkg/volume/cephfs eparis 1
883 k8s.io/kubernetes/pkg/volume/cinder kargakis jsafrane 1
884 k8s.io/kubernetes/pkg/volume/configmap derekwaynecarr 1
885 k8s.io/kubernetes/pkg/volume/downwardapi mikedanese 1
886 k8s.io/kubernetes/pkg/volume/empty_dir swagiaal quinton-hoole 1
887 k8s.io/kubernetes/pkg/volume/fc andyzheng0831 1
888 k8s.io/kubernetes/pkg/volume/flexvolume Q-Lee 1
889 k8s.io/kubernetes/pkg/volume/flocker jbeda 1
895 k8s.io/kubernetes/pkg/volume/nfs justinsb 1
896 k8s.io/kubernetes/pkg/volume/persistent_claim krousey 1
897 k8s.io/kubernetes/pkg/volume/quobyte yujuhong 1
898 k8s.io/kubernetes/pkg/volume/rbd swagiaal piosz 1
899 k8s.io/kubernetes/pkg/volume/secret rmmh 1
900 k8s.io/kubernetes/pkg/volume/util saad-ali 0
901 k8s.io/kubernetes/pkg/volume/util/nestedpendingoperations freehan 1
916 k8s.io/kubernetes/plugin/pkg/admission/namespace/lifecycle derekwaynecarr 0
917 k8s.io/kubernetes/plugin/pkg/admission/persistentvolume/label jdef 1
918 k8s.io/kubernetes/plugin/pkg/admission/resourcequota fabioy 1
919 k8s.io/kubernetes/plugin/pkg/admission/security/podsecuritypolicy swagiaal maisem 1
920 k8s.io/kubernetes/plugin/pkg/admission/securitycontext/scdeny vulpecula 1
921 k8s.io/kubernetes/plugin/pkg/admission/serviceaccount liggitt 0
922 k8s.io/kubernetes/plugin/pkg/admission/storageclass/default pmorie 1
982 k8s.io/kubernetes/vendor/k8s.io/client-go/1.4/tools/record yifan-gu 1
983 k8s.io/kubernetes/vendor/k8s.io/client-go/1.4/transport jszczepkowski 1
984 kubelet Clean up pods on node kubelet should be able to delete 10 pods per node in 1m0s. yujuhong 0
985 should not emit unexpected warnings erictune 1
986 should not schedule jobs when suspended derekwaynecarr 1
987 should not schedule new jobs when ForbidConcurrent yujuhong 1
988 should replace jobs when ReplaceConcurrent soltysh 1
989 should schedule multiple jobs concurrently soltysh 1