Skip to content

Commit 8fca627

Browse files
committed
add more test plan sections
Signed-off-by: Rita Zhang <[email protected]>
1 parent a3d6c7e commit 8fca627

File tree

1 file changed

+10
-24
lines changed
  • keps/sig-auth/3299-kms-v2-improvements

1 file changed

+10
-24
lines changed

keps/sig-auth/3299-kms-v2-improvements/README.md

Lines changed: 10 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ type EncryptedObject struct {
213213

214214
Ciphertext []byte `protobuf:"bytes,4,opt,name=ciphertext"`
215215

216-
Annotations map<string, bytes> `protobuf:"bytes,5,opt,name=annotations`
216+
Annotations map[string][]byte `protobuf:"bytes,5,opt,name=annotations"`
217217
}
218218
```
219219

@@ -329,37 +329,23 @@ sequenceDiagram
329329

330330
### Test Plan
331331

332-
This section is incomplete and will be updated before the beta milestone.
333-
334-
Performance:
335-
336-
Unit tests covering:
337-
338-
339-
340-
Integration test covering:
341-
342-
332+
[ ] I/we understand the owners of the involved components may require updates to existing tests to make this code solid enough prior to committing the changes necessary to implement this enhancement.
343333

344-
Rotation:
334+
##### Prerequisite testing updates
345335

346-
Unit tests covering:
347-
348-
349-
350-
Integration test covering:
336+
This section is incomplete and will be updated before the beta milestone.
351337

352-
338+
##### Unit tests
353339

354-
Observability:
340+
This section is incomplete and will be updated before the beta milestone.
355341

356-
Unit tests covering:
342+
##### Integration tests
357343

358-
344+
This section is incomplete and will be updated before the beta milestone.
359345

360-
Integration test covering:
346+
##### e2e tests
361347

362-
348+
This section is incomplete and will be updated before the beta milestone.
363349

364350
### Graduation Criteria
365351

0 commit comments

Comments
 (0)