app: add a test on mbuf alignment
[dpdk.git] / app / test / autotest_data.py
index f64ea9c..a322ce7 100755 (executable)
@@ -70,13 +70,25 @@ parallel_test_group_list = [
                 "Command" :    "debug_autotest",
                 "Func" :       default_autotest,
                 "Report" :     None,
-               },
+               },      
                {
                 "Name" :       "Errno autotest",
                 "Command" :    "errno_autotest",
                 "Func" :       default_autotest,
                 "Report" :     None,
                },
+               {
+                "Name" :       "Meter autotest",
+                "Command" :    "meter_autotest",
+                "Func" :       default_autotest,
+                "Report" :     None,
+               },
+               {
+                "Name" :       "Common autotest",
+                "Command" :    "common_autotest",
+                "Func" :       default_autotest,
+                "Report" :     None,
+               },      
                {
                 "Name" :       "Dump log history",
                 "Command" :    "dump_log_history",
@@ -265,7 +277,7 @@ parallel_test_group_list = [
 },
 {
        "Prefix":       "group_6",
-       "Memory" :      all_sockets(588),
+       "Memory" :      all_sockets(600),
        "Tests" :       
        [
                {
@@ -291,7 +303,13 @@ parallel_test_group_list = [
                 "Command" :    "prefetch_autotest",
                 "Func" :       default_autotest,
                 "Report" :     None,
-               },
+                },
+               {
+                "Name" :"Red autotest",
+                "Command" : "red_autotest",
+                "Func" :default_autotest,
+                "Report" :None,
+                },
        ]
 },
 {
@@ -311,6 +329,12 @@ parallel_test_group_list = [
                 "Func" :       default_autotest,
                 "Report" :     None,
                },
+                {
+                "Name" :"Sched autotest",
+                "Command" : "sched_autotest",
+                "Func" :default_autotest,
+                "Report" :None,
+                },
        ]
 },
 ]
@@ -318,6 +342,19 @@ parallel_test_group_list = [
 # tests that should not be run when any other tests are running
 non_parallel_test_group_list = [
 
+{
+       "Prefix" :      "kni",
+       "Memory" :      "512",
+       "Tests" :
+       [
+               {
+                "Name" :       "KNI autotest",
+                "Command" :    "kni_autotest",
+                "Func" :       default_autotest,
+                "Report" :     None,
+               },
+       ]
+},
 {
        "Prefix":       "mempool_perf",
        "Memory" :      all_sockets(256),