]> git.droids-corp.org - dpdk.git/blobdiff - test/test/autotest_data.py
test/eventdev: add SW test infrastructure
[dpdk.git] / test / test / autotest_data.py
index 0cd598bda407bc436476c4d38f55816737f2242f..165ed6c5a3d3d3350bd2608f795ee62bbc0c10ae 100644 (file)
@@ -345,6 +345,32 @@ parallel_test_group_list = [
 # tests that should not be run when any other tests are running
 non_parallel_test_group_list = [
 
+    {
+        "Prefix":    "eventdev",
+        "Memory":    "512",
+        "Tests":
+        [
+            {
+                "Name":    "Eventdev common autotest",
+                "Command": "eventdev_common_autotest",
+                "Func":    default_autotest,
+                "Report":  None,
+            },
+        ]
+    },
+    {
+        "Prefix":    "eventdev_sw",
+        "Memory":    "512",
+        "Tests":
+        [
+            {
+                "Name":    "Eventdev sw autotest",
+                "Command": "eventdev_sw_autotest",
+                "Func":    default_autotest,
+                "Report":  None,
+            },
+        ]
+    },
     {
         "Prefix":    "kni",
         "Memory":    "512",