[dts] [PATCH V1] conf/test_case_checklist: add columbiaville_100g not support info

Ma, LihongX lihongx.ma at intel.com
Wed Nov 27 03:35:18 CET 2019


Hi,xiaoxiao
About cases in dual_vlan, not only reference about columbiaville_100g, also reference to columbiaville_25G, I think it is better modify together.
About vlan_ethertype_config, all the cases in the suite not support CVL, I think you can add the check in suite.


-----Original Message-----
From: dts [mailto:dts-bounces at dpdk.org] On Behalf Of Xiaoxiao Zeng
Sent: Tuesday, November 26, 2019 5:27 AM
To: dts at dpdk.org
Cc: Zeng, XiaoxiaoX <xiaoxiaox.zeng at intel.com>
Subject: [dts] [PATCH V1] conf/test_case_checklist: add columbiaville_100g not support info

Signed-off-by: Xiaoxiao Zeng <xiaoxiaox.zeng at intel.com>
---
 conf/test_case_checklist.json | 126 ++++++++++++++++++++++++++++++++--
 1 file changed, 119 insertions(+), 7 deletions(-)

diff --git a/conf/test_case_checklist.json b/conf/test_case_checklist.json index ffafaf4..48819ee 100644
--- a/conf/test_case_checklist.json
+++ b/conf/test_case_checklist.json
@@ -277,7 +277,8 @@
                 "fortpark_TLV",
                 "cavium_a063",
                 "cavium_a064",
-		"carlsville"
+		"carlsville",
+		"columbiaville_100g"
             ],
             "Target": [
                 "ALL"
@@ -300,7 +301,8 @@
                 "cavium_a063",
                 "cavium_a064",
 		"carlsville",
-		"powerville"
+		"powerville",
+		"columbiaville_100g"
             ],
             "Target": [
                 "ALL"
@@ -511,7 +513,8 @@
                 "fortpark_TLV",
                 "sagepond",
                 "sageville",
-                "carlsville"
+                "carlsville",
+                "columbiaville_100g"
             ],
             "Target": [
                 "ALL"
@@ -533,7 +536,8 @@
                 "fortpark_TLV",
                 "sagepond",
                 "sageville",
-		"carlsville"
+		"carlsville",
+                "columbiaville_100g"
             ],
             "Target": [
                 "ALL"
@@ -2150,7 +2154,8 @@
                 "fortville_25g",
                 "fortpark_TLV",
                 "cavium_a064",
-		"carlsville"
+		"carlsville",
+                "columbiaville_100g"
             ],
             "Target": [
                 "ALL"
@@ -2342,7 +2347,8 @@
             ],
             "NIC": [
                 "cavium_a063",
-                "cavium_a064"
+                "cavium_a064",
+		"columbiaville_100g"
             ],
             "Target": [
                 "ALL"
@@ -2413,5 +2419,111 @@
             "Bug ID": "",
             "Comments": "the nic not support this case: ice_dev_filter_ctrl(): Filter type (6) not supported"
         }
-    ]
+    ],
+     "l2pkt_detect": [
+        {
+             "OS": [
+                 "ALL"
+             ],
+             "NIC": [
+                 "columbiaville_100g"
+             ],
+             "Target": [
+                 "ALL"
+             ],
+             "Bug ID": "",
+             "Comments": "the nic not support this case"
+         }
+     ],
+      "GRE_ipv6_packet_detect": [
+         {
+              "OS": [
+                  "ALL"
+              ],
+              "NIC": [
+		  "columbiaville_100g"
+	      ],
+              "Target": [
+		  "ALL"
+              ],
+	      "Bug ID": "",
+	      "Comments": "the nic not support this case"
+	 }
+     ],
+      "vlan_add_vlan_tag": [
+         {
+              "OS": [
+		  "ALL"
+	      ],
+	      "NIC": [
+		  "columbiaville_100g"
+	      ],
+	      "Target": [
+		  "ALL"
+	      ],
+	      "Bug ID": "",
+	      "Comments": "the nic not support this case"
+	 }
+     ],
+      "vlan_strip": [
+	{
+	      "OS": [
+		  "ALL"
+	      ],
+	      "NIC": [
+	          "columbiaville_100g"
+	      ],
+	      "Target": [
+		  "ALL"
+	      ],
+	      "Bug ID": "",
+	      "Comments": "the nic not support this case"
+	}
+     ],
+      "vlan_filter_on_off": [
+        {
+	      "OS": [
+		  "ALL"
+	      ],
+	      "NIC": [
+		  "columbiaville_100g"
+	      ],
+	      "Target": [
+		  "ALL"
+	      ],
+	      "Bug ID": "",
+	      "Comments": "the nic not support this case"
+	}
+     ],
+      "vlan_enable_vlan_insertion": [
+        {
+	      "OS": [
+		  "ALL"
+	      ],
+	      "NIC": [
+		  "columbiaville_100g"
+	      ],
+	      "Target": [
+		  "ALL"
+	      ],
+	      "Bug ID": "",
+	      "Comments": "the nic not support this case"
+	}
+     ],
+      "link_status_interrupt_change": [
+        {
+	      "OS": [
+		  "ALL"
+	      ],
+	      "NIC": [
+		  "columbiaville_100g"
+	      ],
+	      "Target": [
+		  "ALL"
+	      ],
+	      "Bug ID": "",
+	      "Comments": "the nic not support this case"
+	}
+     ]
+
 }
--
2.17.0



More information about the dts mailing list