Skip to content

Commit

Permalink
add more test plan sections
Browse files Browse the repository at this point in the history
Signed-off-by: Rita Zhang <[email protected]>
  • Loading branch information
ritazh committed Jun 10, 2022
1 parent a3d6c7e commit 8fca627
Showing 1 changed file with 10 additions and 24 deletions.
34 changes: 10 additions & 24 deletions keps/sig-auth/3299-kms-v2-improvements/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ type EncryptedObject struct {

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

Annotations map<string, bytes> `protobuf:"bytes,5,opt,name=annotations`
Annotations map[string][]byte `protobuf:"bytes,5,opt,name=annotations"`
}
```

Expand Down Expand Up @@ -329,37 +329,23 @@ sequenceDiagram

### Test Plan

This section is incomplete and will be updated before the beta milestone.

Performance:

Unit tests covering:


Integration test covering:

[ ] 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.

Rotation:
##### Prerequisite testing updates

Unit tests covering:


Integration test covering:
This section is incomplete and will be updated before the beta milestone.

##### Unit tests

Observability:
This section is incomplete and will be updated before the beta milestone.

Unit tests covering:
##### Integration tests

This section is incomplete and will be updated before the beta milestone.

Integration test covering:
##### e2e tests

This section is incomplete and will be updated before the beta milestone.

### Graduation Criteria

Expand Down

0 comments on commit 8fca627

Please sign in to comment.