app/testpmd: support extended RSS offload types
[dpdk.git] / app / test / autotest_data.py
index 6cf7eca..a4f2882 100644 (file)
@@ -176,6 +176,12 @@ parallel_test_list = [
         "Func":    ticketlock_autotest,
         "Report":  None,
     },
+    {
+        "Name":    "MCSlock autotest",
+        "Command": "mcslock_autotest",
+        "Func":    mcslock_autotest,
+        "Report":  None,
+    },
     {
         "Name":    "Byte order autotest",
         "Command": "byteorder_autotest",
@@ -512,6 +518,12 @@ parallel_test_list = [
         "Func":    default_autotest,
         "Report":  None,
     },
+    {
+        "Name":    "IPsec_SAD",
+        "Command": "ipsec_sad_autotest",
+        "Func":    default_autotest,
+        "Report":  None,
+    },
     #
     #Please always keep all dump tests at the end and together!
     #
@@ -622,8 +634,8 @@ non_parallel_test_list = [
         "Report":      None,
     },
     {
-        "Name":       "Power ACPI cpufreq autotest",
-        "Command":    "power_acpi_cpufreq_autotest",
+        "Name":       "Power cpufreq autotest",
+        "Command":    "power_cpufreq_autotest",
         "Func":       default_autotest,
         "Report":     None,
     },