Skip to content

Commit 8af5e86

Browse files
committed
update test plan
1 parent b8c970d commit 8af5e86

File tree

1 file changed

+22
-3
lines changed
  • keps/sig-network/1880-multiple-service-cidrs

1 file changed

+22
-3
lines changed

keps/sig-network/1880-multiple-service-cidrs/README.md

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,15 @@ This can inform certain test coverage improvements that we want to do before
565565
extending the production code to implement this enhancement.
566566
-->
567567

568-
- `<package>`: `<date>` - `<test coverage>`
568+
- cmd/kube-apiserver/app/options/validation_test.go: 06/02/23 - 99.1
569+
- pkg/apis/networking/validation/validation_test.go: 06/02/23 - 91.7
570+
- pkg/controlplane/instance_test.go: 06/02/23 - 49.7
571+
- pkg/printers/internalversion/printers_test.go: 06/02/23 - 49.7
572+
- pkg/registry/core/service/ipallocator/bitmap_test.go: 06/02/23 - 86.9
573+
- pkg/registry/core/service/ipallocator/controller/repairip_test.go: 06/02/23 - 0 (new)
574+
- pkg/registry/core/service/ipallocator/ipallocator_test.go: 06/02/23 - 0 (new)
575+
- pkg/registry/networking/ipaddress/strategy_test.go: 06/02/23 - 0 (new)
576+
- staging/src/k8s.io/kubectl/pkg/describe/describe_test.go: 06/02/23 - 49.7
569577

570578
##### Integration tests
571579

@@ -577,7 +585,18 @@ For Beta and GA, add links to added tests together with links to k8s-triage for
577585
https://storage.googleapis.com/k8s-triage/index.html
578586
-->
579587

580-
- <test>: <link to test coverage>
588+
There will be added tests to verify:
589+
590+
- API servers using the old and new allocators at same time
591+
- API server upgrade from old to new allocatr
592+
- ServicesCIDRs resizing
593+
- ServiceCIDR without the IPv6 limitation size
594+
595+
Files:
596+
597+
- test/integration/controlplane/synthetic_controlplane_test.go
598+
- test/integration/servicecidr/allocator_test.go
599+
- test/integration/servicecidr/main_test.go
581600

582601
##### e2e tests
583602

@@ -591,7 +610,7 @@ https://storage.googleapis.com/k8s-triage/index.html
591610
We expect no non-infra related flakes in the last month as a GA graduation criteria.
592611
-->
593612

594-
- <test>: <link to test coverage>
613+
e2e tests will cover all the user stories defined in the KEP
595614

596615
### Graduation Criteria
597616

0 commit comments

Comments
 (0)