[V2,1/2] conf/test_case_checklist: skip the dynamic_queue/test_rxq_chgring_setup and test_txq_chgring_setup on ice

Message ID 20230110155341.18701-1-hongbox.li@intel.com (mailing list archive)
State Accepted
Headers
Series [V2,1/2] conf/test_case_checklist: skip the dynamic_queue/test_rxq_chgring_setup and test_txq_chgring_setup on ice |

Commit Message

Li, HongboX Jan. 10, 2023, 3:53 p.m. UTC
  skip the dynamic_queue/test_rxq_chgring_setup and test_txq_chgring_setup on ice, according to the conclusion of the developer, ice does not support the setup queue command

Signed-off-by: Hongbo Li <hongbox.li@intel.com>
---

v2:modify comments in test_case_checklist.json

 conf/test_case_checklist.json | 36 +++++++++++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)
  

Patch

diff --git a/conf/test_case_checklist.json b/conf/test_case_checklist.json
index f31daf62..a8dce02c 100644
--- a/conf/test_case_checklist.json
+++ b/conf/test_case_checklist.json
@@ -3807,5 +3807,41 @@ 
             "Bug ID": "",
             "Comments": "testpmd not support socket-mem param in freebsd"
         }
+    ],
+    "rxq_chgring_setup":[
+        {
+            "OS": [
+                "ALL"
+            ],
+            "NIC": [
+                "ICE_100G-E810C_QSFP",
+                "ICE_25G-E823C_QSFP",
+                "ICE_25G-E810C_SFP",
+                "ICE_25G-E810_XXV_SFP"
+            ],
+            "Target": [
+                "ALL"
+            ],
+            "Bug ID": "",
+            "Comments": "this NIC not support this case"
+        }
+    ],
+    "txq_chgring_setup":[
+        {
+            "OS": [
+                "ALL"
+            ],
+            "NIC": [
+                "ICE_100G-E810C_QSFP",
+                "ICE_25G-E823C_QSFP",
+                "ICE_25G-E810C_SFP",
+                "ICE_25G-E810_XXV_SFP"
+            ],
+            "Target": [
+                "ALL"
+            ],
+            "Bug ID": "",
+            "Comments": "this NIC not support this case"
+        }
     ]
 }