[dts] [PATCH V1] conf/test_case_checklist: the same VSI cannot have more than one mirror rule

Xie wei weix.xie at intel.com
Wed Feb 3 06:23:47 CET 2021


Due to firmware restriction of X722, the same VSI cannot have more than one mirror rule.
Currently, the firmware-version: 4.10 0x80001a7a

Signed-off-by: Xie wei <weix.xie at intel.com>
---
 conf/test_case_checklist.json | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/conf/test_case_checklist.json b/conf/test_case_checklist.json
index ef07c148..458c7277 100644
--- a/conf/test_case_checklist.json
+++ b/conf/test_case_checklist.json
@@ -2302,6 +2302,36 @@
             "Bug ID": "",
             "Comments": "Niantic not support this case"
         }
+    ],
+    "two_vms_uplink_and_downlink_mirror": [
+        {
+            "OS": [
+                "ALL"
+            ],
+            "NIC": [
+                "fortpark_BASE-T"
+            ],
+            "Target": [
+                "ALL"
+            ],
+            "Bug ID": "",
+            "Comments": "NIC X722 firmware doesn't support to add more than one mirror rule in one vsi"
+        }
+    ],
+    "two_vms_vlan_and_pool_and_uplink_and_downlink": [
+        {
+            "OS": [
+                "ALL"
+            ],
+            "NIC": [
+                "fortpark_BASE-T"
+            ],
+            "Target": [
+                "ALL"
+            ],
+            "Bug ID": "",
+            "Comments": "NIC X722 firmware doesn't support to add more than one mirror rule in one vsi"
+        }
     ],
      "queue_region_with_rss_rule_api": [
         {
-- 
2.17.1



More information about the dts mailing list