]> git.droids-corp.org - dpdk.git/blobdiff - app/test/autotest_data.py
app: rework ring tests
[dpdk.git] / app / test / autotest_data.py
index a322ce7c36add11c81b2139477183994a4c50e4e..7cc5a1ac9f2872797e4669bac9bdf758130dd796 100755 (executable)
@@ -236,6 +236,12 @@ parallel_test_group_list = [
                 "Func" :       default_autotest,
                 "Report" :     None,
                },
+               {
+                "Name" :       "Ring autotest",
+                "Command" :    "ring_autotest",
+                "Func" :       default_autotest,
+                "Report" :     None,
+               },
        ]
 },
 {
@@ -432,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,
                },
        ]