mempool/octeontx2: add mempool alloc op
[dpdk.git] / app / test / autotest_data.py
index db25274..0f2c9a7 100644 (file)
@@ -175,7 +175,7 @@ parallel_test_list = [
         "Command": "ticketlock_autotest",
         "Func":    ticketlock_autotest,
         "Report":  None,
-    }
+    },
     {
         "Name":    "Byte order autotest",
         "Command": "byteorder_autotest",
@@ -302,12 +302,6 @@ parallel_test_list = [
         "Func":    default_autotest,
         "Report":  None,
     },
-    {
-        "Name":    "Devargs autotest",
-        "Command": "devargs_autotest",
-        "Func":    default_autotest,
-        "Report":  None,
-    },
     {
         "Name":    "Link bonding autotest",
         "Command": "link_bonding_autotest",
@@ -700,6 +694,18 @@ non_parallel_test_list = [
         "Func":    default_autotest,
         "Report":  None,
     },
+    {
+        "Name":    "RCU QSBR autotest",
+        "Command": "rcu_qsbr_autotest",
+        "Func":    default_autotest,
+        "Report":  None,
+    },
+    {
+        "Name":    "RCU QSBR performance autotest",
+        "Command": "rcu_qsbr_perf_autotest",
+        "Func":    default_autotest,
+        "Report":  None,
+    },
     #
     # Please always make sure that ring_perf is the last test!
     #