test mbuf attach
[dpdk.git] / app / test / autotest_data.py
index fc3fcc1..4b7da45 100644 (file)
@@ -62,6 +62,12 @@ parallel_test_list = [
         "Func":    rwlock_autotest,
         "Report":  None,
     },
+    {
+        "Name":    "Lcores autotest",
+        "Command": "lcores_autotest",
+        "Func":    default_autotest,
+        "Report":  None,
+    },
     {
         "Name":    "Logs autotest",
         "Command": "logs_autotest",
@@ -406,7 +412,7 @@ parallel_test_list = [
     },
     {
         "Name":    "Bitops test",
-        "Command": "bitops_test",
+        "Command": "bitops_autotest",
         "Func":    default_autotest,
         "Report":  None,
     },