[dts] [PATCH V1] conf/supportlist:add only support on FVL and Niantic case

changqingxwu changqingx.wu at intel.com
Fri Feb 15 09:35:12 CET 2019


The following cass are skipped:
    rxoffload_queue,
    txoffload_queue

Signed-off-by: changqingxwu <changqingx.wu at intel.com>
---
 conf/test_case_supportlist.json | 35 +++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

diff --git a/conf/test_case_supportlist.json b/conf/test_case_supportlist.json
index ced96e0..e4f08d1 100644
--- a/conf/test_case_supportlist.json
+++ b/conf/test_case_supportlist.json
@@ -637,5 +637,40 @@
             "Bug ID": "",
             "Comments": "This case only support on FVL"
         }
+    ],
+    "rxoffload_queue": [
+        {
+            "OS": [
+                "ALL"
+            ],
+            "NIC": [
+                "niantic"
+            ],
+            "Target": [
+                "ALL"
+            ],
+            "Bug ID": "",
+            "Comments": "This case only support on niantic"
+        }
+    ],
+    "txoffload_queue": [
+        {
+            "OS": [
+                "ALL"
+            ],
+            "NIC": [
+                "fortville_eagle",
+                "fortville_spirit",
+                "fortville_spirit_single",
+                "fortville_25g",
+                "fortpark",
+                "fortpark_TLV"
+            ],
+            "Target": [
+                "ALL"
+            ],
+            "Bug ID": "",
+            "Comments": "This case only support on FVL"
+        }
     ]
 }
-- 
2.17.2



More information about the dts mailing list