Skip to content

Commit

Permalink
add e2e test list
Browse files Browse the repository at this point in the history
  • Loading branch information
AxeZhan committed Jan 24, 2024
1 parent 8cf714d commit a1236b1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions keps/sig-node/3960-pod-lifecycle-sleep-action/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,16 @@ N/A
4. For each termination grace period value, delete the pod and observe the time it takes for the container to terminate.
5. Verify that the container is terminated after the min(sleep, grace).

Tests List
- [pod-lifecycle-sleep-action test](https://github.com/kubernetes/kubernetes/blob/a1ffdedf782edf1472102b0b99c1467d4ed39753/test/e2e/common/node/lifecycle_hook.go#L550)
- [x]Basic functionality
- Added in alpha
- [x]Interaction with termination grace period
- Added in alpha
- []Sleep duration boundary testing
- Will be added in beta
- []Container exit/crash testing
- Will be added in beta
### Graduation Criteria

#### Alpha
Expand Down

0 comments on commit a1236b1

Please sign in to comment.