Skip to content

Commit 4cb2e81

Browse files
authored
Merge pull request kubernetes#3424 from saschagrunert/test-plan-signing
Update test plan for artifact signing KEP
2 parents c48c9ab + 12ad953 commit 4cb2e81

File tree

1 file changed

+22
-1
lines changed
  • keps/sig-release/3031-signing-release-artifacts

1 file changed

+22
-1
lines changed

keps/sig-release/3031-signing-release-artifacts/README.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# KEP-3031: Signing release artifacts
22

33
<!-- toc -->
4-
54
- [Release Signoff Checklist](#release-signoff-checklist)
65
- [Summary](#summary)
76
- [Motivation](#motivation)
@@ -13,6 +12,10 @@
1312
- [User Stories (Optional)](#user-stories-optional)
1413
- [Risks and Mitigations](#risks-and-mitigations)
1514
- [Test Plan](#test-plan)
15+
- [Prerequisite testing updates](#prerequisite-testing-updates)
16+
- [Unit tests](#unit-tests)
17+
- [Integration tests](#integration-tests)
18+
- [e2e tests](#e2e-tests)
1619
- [Graduation Criteria](#graduation-criteria)
1720
- [Alpha](#alpha)
1821
- [Beta](#beta)
@@ -138,6 +141,16 @@ different location once we graduate the feature to GA.
138141

139142
### Test Plan
140143

144+
[x] I/we understand the owners of the involved components may require updates to
145+
existing tests to make this code solid enough prior to committing the changes necessary
146+
to implement this enhancement.
147+
148+
##### Prerequisite testing updates
149+
150+
- None
151+
152+
##### Unit tests
153+
141154
Testing of the lower-level signing implementation will be done by writing unit tests
142155
as well as integration tests within the
143156
[release-sdk](https://github.com/kubernetes-sigs/release-sdk) repository. This
@@ -148,6 +161,14 @@ integration into krel can be tested manually by the Release Managers as well,
148161
while we use the pre-releases of v1.24 as first instance for full end-to-end
149162
feedback.
150163

164+
##### Integration tests
165+
166+
See the unit test section.
167+
168+
##### e2e tests
169+
170+
See the unit test section.
171+
151172
### Graduation Criteria
152173

153174
#### Alpha

0 commit comments

Comments
 (0)