[V1] conf/test_case_checklist: add case that NIC not support

Message ID 20210208101507.8367-1-yanx.xia@intel.com (mailing list archive)
State Superseded
Headers
Series [V1] conf/test_case_checklist: add case that NIC not support |

Commit Message

Yan Xia Feb. 8, 2021, 10:15 a.m. UTC
  add two cases that NIC not support

Signed-off-by: Xia Yan <yanx.xia@intel.com>
---
 conf/test_case_checklist.json | 34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)
  

Patch

diff --git a/conf/test_case_checklist.json b/conf/test_case_checklist.json
index 458c7277..62c1e0fe 100644
--- a/conf/test_case_checklist.json
+++ b/conf/test_case_checklist.json
@@ -3569,5 +3569,39 @@ 
             "Bug ID": "DPDK-24129",
             "Comments": "CVL and FVL not support this case"
         }
+    ],
+    "change_linkspeed_vf": [
+         {
+             "OS": [
+                 "ALL"
+             ],
+             "NIC": [
+                 "niantic",
+                 "twinpond"
+             ],
+             "Target": [
+                 "ALL"
+             ],
+             "Bug ID": "",
+             "Comments": "NIC not support this case"
+         }
+    ],
+    "mtu_checks_100": [
+         {
+             "OS": [
+                 "ALL"
+             ],
+             "NIC": [
+                 "niantic",
+                 "twinpond",
+		 "sageville",
+		 "sagepond"
+             ],
+             "Target": [
+                 "ALL"
+             ],
+             "Bug ID": "",
+             "Comments": "NIC not support this case"
+         }
     ]
 }