[PATCH V3 1/3] conf/test_case_supportlist: add case name into support list

Wei Ling weix.ling at intel.com
Wed Mar 2 07:10:12 CET 2022


Add test_nic_interrupt_PF_igb_uio into conf/test_case_supportlist.json
by only support igb_uio driver.

Signed-off-by: Wei Ling <weix.ling at intel.com>
---
 conf/test_case_supportlist.json | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/conf/test_case_supportlist.json b/conf/test_case_supportlist.json
index 4206356a..7fa1cf90 100644
--- a/conf/test_case_supportlist.json
+++ b/conf/test_case_supportlist.json
@@ -2352,5 +2352,23 @@
             "Bug ID": "",
             "Comments": "This case only supports the igb_uio driver"
         }
+    ],
+    "nic_interrupt_PF_igb_uio": [
+        {
+            "OS": [
+                "ALL"
+            ],
+            "NIC": [
+                "ALL"
+            ],
+            "Target": [
+                "ALL"
+            ],
+            "host_driver": [
+                "igb_uio"
+            ],
+            "Bug ID": "",
+            "Comments": "This case only supports the igb_uio driver"
+        }
     ]
 }
-- 
2.25.1



More information about the dts mailing list