From d00bccf7a6bf8baf7139be3b47ff1d992d69e624 Mon Sep 17 00:00:00 2001 From: cyclinder Date: Mon, 29 Jul 2024 18:52:52 +0800 Subject: [PATCH] Update e2e docs Signed-off-by: cyclinder --- test/doc/dra.md | 5 +++++ test/doc/spidercclaimparameter.md | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/test/doc/dra.md b/test/doc/dra.md index ffbc23c8b8..7f0e112e14 100644 --- a/test/doc/dra.md +++ b/test/doc/dra.md @@ -4,3 +4,8 @@ | ------- | --------------------------------------------------------------------------------- | -------- | ----- | ------ | ----- | | Q00001 | Creating a Pod to verify DRA if works while set rdmaAcc to true | p1 | true | done | | | Q00002 | Creating a Pod to verify DRA if works while set rdmaAcc to false | p1 | true | done | | +| Q00003 | test dynamicNics with policy all | p3 | true | | | +| Q00004 | create a pod with set defaultNic to nil, see the default cni what pod used is if the cluster default cni | p3 | true | | | +| Q00005 | create a pod to testing the default route is from the secondaryNics | p3 | false | | | +| Q00006 | create a pod to verify webhook auto inject the rdma resource to pod | p3 | false | | | +| Q00007 | create a pod to verify host'nic schedule for secondaryNics | p3 | false | | | diff --git a/test/doc/spidercclaimparameter.md b/test/doc/spidercclaimparameter.md index da22c45f4d..0b2921baf0 100644 --- a/test/doc/spidercclaimparameter.md +++ b/test/doc/spidercclaimparameter.md @@ -4,4 +4,6 @@ | ------- | ------| -------- | ----- | ------ | ----- | | Y00001 | test create spiderclaimparameter | p3 | | done | | Y00002 | test create spiderclaimparameter for empty staticNics | p3 | | done | - +| Y00003 | verify spidermultusconfig of the secondaryNics if is exist | p3 | | | +| Y00004 | if defaultNic is empty, webhook set default cluster network | p3 | | | +| Y00005 | the cniType of all the secondaryNics should be same | p3 | | |