-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathe2eplan
More file actions
32 lines (26 loc) · 891 Bytes
/
e2eplan
File metadata and controls
32 lines (26 loc) · 891 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
#Container conform test
## black box test
|Conform item|API/interface|(Progress)[#progress]|
|------|--------|-----------|
| list containers | list | New |
| get container status| get | New |
| create container | create | New |
| delete container | delete | New |
### test cases
There will be two group of test cases:
1. based on apiserver
2. based on pod-interface
There won't be test case based on kubectl command.
## runtime api test (kubelet/container)
|Conform item|API/interface|(Progress)[#progress]|
|------|--------|-----------|
| list images | GetImageList | New |
| pull image| PullImage | New |
| garbage collection | RemoveImage | New|
### test cases
The test cases will be based on runtime.go, will not use dockertools (ideally).
###Progress
Fill in with the following status to keep track of the whole progress:
```
["new", "in progress", "under review", "finish"]
```