test/ticketlock: add test cases
[dpdk.git] / app / test / autotest_data.py
index 5f87bb9..db25274 100644 (file)
@@ -170,6 +170,12 @@ parallel_test_list = [
         "Func":    spinlock_autotest,
         "Report":  None,
     },
+    {
+        "Name":    "Ticketlock autotest",
+        "Command": "ticketlock_autotest",
+        "Func":    ticketlock_autotest,
+        "Report":  None,
+    }
     {
         "Name":    "Byte order autotest",
         "Command": "byteorder_autotest",