forked from spidernet-io/spiderpool
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Icarus9913 <icaruswu66@qq.com>
- Loading branch information
1 parent
60895d9
commit 9d01b9a
Showing
2 changed files
with
90 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
# E2E Cases for IP Assignment | ||
|
||
| Case ID | Title | Priority | Smoke | Status | Other | | ||
|---------|---------------------------------------------------------------------------------------------------------|----------|-------|--------|-------------| | ||
| E00001 | Assign IP to a pod for ipv4, ipv6 and dual-stack case | p1 | true | done | | | ||
| E00002 | Assign IP to deployment/pod for ipv4, ipv6 and dual-stack case | p1 | true | done | | | ||
| E00003 | Assign IP to statefulSet/pod for ipv4, ipv6 and dual-stack case | p1 | true | done | | | ||
| E00004 | Assign IP to daemonSet/pod for ipv4, ipv6 and dual-stack case | p1 | true | done | | | ||
| E00005 | Assign IP to job/pod for ipv4, ipv6 and dual-stack case | p1 | true | done | | | ||
| E00006 | Assign IP to replicaset/pod for ipv4, ipv6 and dual-stack case | p1 | true | done | | | ||
| E00007 | Successfully run a pod with long yaml for ipv4, ipv6 and dual-stack case | p2 | | done | | | ||
| E00008 | Failed to run a pod when IP resource of an IPPool is exhausted | p3 | | done | | | ||
| E00009 | The cluster is dual stack, but the spiderpool only allocates ipv4 or ipv6, the pod should run correctly | p3 | | | | | ||
| E00010 | The cluster is single stack, but the spiderpool allocates ipv4 and ipv6, the pod should run correctly | p3 | | | | | ||
| Case ID | Title | Priority | Smoke | Status | Other | | ||
|---------|-------------------------------------------------------------------------------------------------------|----------|-------|--------|-------------| | ||
| E00001 | Assign IP to a pod for ipv4, ipv6 and dual-stack case | p1 | true | done | | | ||
| E00002 | Assign IP to deployment/pod for ipv4, ipv6 and dual-stack case | p1 | true | done | | | ||
| E00003 | Assign IP to statefulSet/pod for ipv4, ipv6 and dual-stack case | p1 | true | done | | | ||
| E00004 | Assign IP to daemonSet/pod for ipv4, ipv6 and dual-stack case | p1 | true | done | | | ||
| E00005 | Assign IP to job/pod for ipv4, ipv6 and dual-stack case | p1 | true | done | | | ||
| E00006 | Assign IP to replicaset/pod for ipv4, ipv6 and dual-stack case | p1 | true | done | | | ||
| E00007 | Successfully run a pod with long yaml for ipv4, ipv6 and dual-stack case | p2 | | done | | | ||
| E00008 | Failed to run a pod when IP resource of an IPPool is exhausted | p3 | | done | | | ||
| E00009 | The cluster is dual stack, but the spiderpool can allocates ipv4 or ipv6 only with IPPools annotation | p2 | | done | | | ||
| E00010 | The cluster is dual stack, but the spiderpool can allocates ipv4 or ipv6 only with Subnet annotation | p2 | | done | | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters