Skip to content

Latest commit

 

History

History
53 lines (49 loc) · 10.5 KB

targeting-tests-for-conformance.org

File metadata and controls

53 lines (49 loc) · 10.5 KB

Promote 15 tests to get 22 more endpoints covered

APISnoop filtering to tested but not conformant Stable/Core endpoints allows us to readily see 30 endpoints that have associated tests that could be promoted to increase coverage.

If we further filter to each of those 30 endpoints, we can see the exact tests associated with those endpoints.

NodeStatus: replace

Namespaced Endpoints: create, delete

Namespace: replace

Namespace: list

Namespaced PodEviction: create

PostNamespacedServiceProxyWithPath: connect

PodForAllNamespaces: list

Namespaced PodStatus: patch

Namespaced PodTemplate: create

Namespaced ConfigMap: patch

kubernetes/kubernetes#78832

Namespaced LimitRange: read, replace, delete

Namespaced ResourceQuota: delete, replace

kubernetes/kubernetes#78831

Namespaced ReplicationControllerScale: read, replace

Namespaced ServiceAccount: replace

With a conformant PVCs testing solution we would get another 7 endpoints

Namespaced PersistentVolumeClaim: create, read, replace, delete

Promotion Issue: kubernetes/kubernetes#78830

PersistentVolume: create, read, delete