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

Message ID 20220302061012.498771-1-weix.ling@intel.com (mailing list archive)
State Accepted
Headers
Series remove change DPDK code steps |

Commit Message

Ling, WeiX March 2, 2022, 6:10 a.m. UTC
  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@intel.com>
---
 conf/test_case_supportlist.json | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
  

Patch

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"
+        }
     ]
 }