X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=app%2Ftest%2Fautotest_data.py;h=9e8fd946a0639c9453799b59f2b20d6bb2ad0423;hb=f29803d2d7380d9240738afe69821aa41d7724f7;hp=dde4511161cfc767e81330147c56c8fdf8b18723;hpb=b5cdd645c9fc62341d55aebbfc93a1b648415512;p=deb_dpdk.git diff --git a/app/test/autotest_data.py b/app/test/autotest_data.py index dde45111..9e8fd946 100644 --- a/app/test/autotest_data.py +++ b/app/test/autotest_data.py @@ -57,6 +57,12 @@ parallel_test_group_list = [ "Memory" : per_sockets(8), "Tests" : [ + { + "Name" : "Cycles autotest", + "Command" : "cycles_autotest", + "Func" : default_autotest, + "Report" : None, + }, { "Name" : "Timer autotest", "Command" : "timer_autotest", @@ -88,28 +94,16 @@ parallel_test_group_list = [ "Report" : None, }, { - "Name" : "Dump log history", - "Command" : "dump_log_history", - "Func" : dump_autotest, - "Report" : None, - }, - { - "Name" : "Dump rings", - "Command" : "dump_ring", - "Func" : dump_autotest, - "Report" : None, - }, - { - "Name" : "Dump mempools", - "Command" : "dump_mempool", - "Func" : dump_autotest, + "Name" : "Resource autotest", + "Command" : "resource_autotest", + "Func" : default_autotest, "Report" : None, }, ] }, { "Prefix": "group_2", - "Memory" : "128", + "Memory" : "16", "Tests" : [ { @@ -164,7 +158,7 @@ parallel_test_group_list = [ }, { "Prefix": "group_3", - "Memory" : per_sockets(1024), + "Memory" : per_sockets(512), "Tests" : [ { @@ -174,10 +168,10 @@ parallel_test_group_list = [ "Report" : None, }, { - "Name" : "IVSHMEM autotest", - "Command" : "ivshmem_autotest", - "Func" : default_autotest, - "Report" : None, + "Name" : "LPM6 autotest", + "Command" : "lpm6_autotest", + "Func" : default_autotest, + "Report" : None, }, { "Name" : "Memcpy autotest", @@ -287,7 +281,7 @@ parallel_test_group_list = [ }, { "Prefix": "group_6", - "Memory" : per_sockets(620), + "Memory" : per_sockets(512), "Tests" : [ { @@ -324,7 +318,7 @@ parallel_test_group_list = [ }, { "Prefix" : "group_7", - "Memory" : "400", + "Memory" : "64", "Tests" : [ { @@ -370,12 +364,6 @@ non_parallel_test_group_list = [ "Memory" : per_sockets(256), "Tests" : [ - { - "Name" : "Cycles autotest", - "Command" : "cycles_autotest", - "Func" : default_autotest, - "Report" : None, - }, { "Name" : "Mempool performance autotest", "Command" : "mempool_perf_autotest", @@ -412,7 +400,7 @@ non_parallel_test_group_list = [ }, { "Prefix" : "power", - "Memory" : per_sockets(512), + "Memory" : "16", "Tests" : [ { @@ -425,7 +413,7 @@ non_parallel_test_group_list = [ }, { "Prefix" : "power_acpi_cpufreq", - "Memory" : per_sockets(512), + "Memory" : "16", "Tests" : [ { @@ -438,7 +426,7 @@ non_parallel_test_group_list = [ }, { "Prefix" : "power_kvm_vm", - "Memory" : "512", + "Memory" : "16", "Tests" : [ { @@ -449,19 +437,6 @@ non_parallel_test_group_list = [ }, ] }, -{ - "Prefix" : "lpm6", - "Memory" : "512", - "Tests" : - [ - { - "Name" : "LPM6 autotest", - "Command" : "lpm6_autotest", - "Func" : default_autotest, - "Report" : None, - }, - ] -}, { "Prefix": "timer_perf", "Memory" : per_sockets(512),