app: rework ring tests
[dpdk.git] / app / test / autotest_data.py
index ce2dc12..7cc5a1a 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",
@@ -224,6 +236,12 @@ parallel_test_group_list = [
                 "Func" :       default_autotest,
                 "Report" :     None,
                },
+               {
+                "Name" :       "Ring autotest",
+                "Command" :    "ring_autotest",
+                "Func" :       default_autotest,
+                "Report" :     None,
+               },
        ]
 },
 {
@@ -265,7 +283,7 @@ parallel_test_group_list = [
 },
 {
        "Prefix":       "group_6",
-       "Memory" :      all_sockets(588),
+       "Memory" :      all_sockets(600),
        "Tests" :       
        [
                {
@@ -291,7 +309,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 +335,12 @@ parallel_test_group_list = [
                 "Func" :       default_autotest,
                 "Report" :     None,
                },
+                {
+                "Name" :"Sched autotest",
+                "Command" : "sched_autotest",
+                "Func" :default_autotest,
+                "Report" :None,
+                },
        ]
 },
 ]
@@ -318,6 +348,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),
@@ -363,6 +406,19 @@ non_parallel_test_group_list = [
                },
        ]
 },
+{
+       "Prefix" :      "power",
+       "Memory" :      all_sockets(512),
+       "Tests" :
+       [
+               {
+                "Name" :       "Power autotest",
+                "Command" :    "power_autotest",
+                "Func" :       default_autotest,
+                "Report" :     None,
+               },
+       ]
+},
 {
        "Prefix" :      "lpm6",
        "Memory" :      "512",
@@ -382,9 +438,9 @@ non_parallel_test_group_list = [
        "Tests" :       
        [
                {
-                "Name" :       "Ring autotest",
-                "Command" :    "ring_autotest",
-                "Func" :       ring_autotest,
+                "Name" :       "Ring performance autotest",
+                "Command" :    "ring_perf_autotest",
+                "Func" :       default_autotest,
                 "Report" :     None,
                },
        ]