Skip to content

Commit f2c3ba9

Browse files
authored
Merge pull request kubernetes#3390 from vinaykul/master
Update Test Plan section with prerequisite section from latest template
2 parents 798e155 + 4e8ba4f commit f2c3ba9

File tree

1 file changed

+23
-0
lines changed
  • keps/sig-node/1287-in-place-update-pod-resources

1 file changed

+23
-0
lines changed

keps/sig-node/1287-in-place-update-pod-resources/README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
- [Affected Components](#affected-components)
2828
- [Future Enhancements](#future-enhancements)
2929
- [Test Plan](#test-plan)
30+
- [Prerequisite testing updates](#prerequisite-testing-updates)
3031
- [Unit Tests](#unit-tests)
3132
- [Pod Resize E2E Tests](#pod-resize-e2e-tests)
3233
- [CRI E2E Tests](#cri-e2e-tests)
@@ -713,6 +714,28 @@ Other components:
713714

714715
### Test Plan
715716

717+
<!--
718+
**Note:** *Not required until targeted at a release.*
719+
The goal is to ensure that we don't accept enhancements with inadequate testing.
720+
721+
All code is expected to have adequate tests (eventually with coverage
722+
expectations). Please adhere to the [Kubernetes testing guidelines][testing-guidelines]
723+
when drafting this test plan.
724+
725+
[testing-guidelines]: https://git.k8s.io/community/contributors/devel/sig-testing/testing.md
726+
-->
727+
728+
[x] I/we understand the owners of the involved components may require updates to
729+
existing tests to make this code solid enough prior to committing the changes necessary
730+
to implement this enhancement.
731+
732+
#### Prerequisite testing updates
733+
734+
<!--
735+
Based on reviewers feedback describe what additional tests need to be added prior
736+
implementing this enhancement to ensure the enhancements have also solid foundations.
737+
-->
738+
716739
#### Unit Tests
717740

718741
Unit tests will cover the sanity of code changes that implements the feature,

0 commit comments

Comments
 (0)