X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=app%2Ftest%2Fautotest_data.py;h=7b1d01389be4f0a7d5b2f84f28b98dee5147bce7;hb=d839b2f008b17027baabe98e129c114fe4de58e1;hp=0f2c9a74640f097590b30aba149ab75861ff5826;hpb=b02faebcb6344ea2f32369714d8a921803511e61;p=dpdk.git diff --git a/app/test/autotest_data.py b/app/test/autotest_data.py index 0f2c9a7464..7b1d01389b 100644 --- a/app/test/autotest_data.py +++ b/app/test/autotest_data.py @@ -110,6 +110,54 @@ parallel_test_list = [ "Func": default_autotest, "Report": None, }, + { + "Name": "RIB autotest", + "Command": "rib_autotest", + "Func": default_autotest, + "Report": None, + }, + { + "Name": "RIB slow autotest", + "Command": "rib_slow_autotest", + "Func": default_autotest, + "Report": None, + }, + { + "Name": "RIB6 autotest", + "Command": "rib6_autotest", + "Func": default_autotest, + "Report": None, + }, + { + "Name": "RIB6 slow autotest", + "Command": "rib6_slow_autotest", + "Func": default_autotest, + "Report": None, + }, + { + "Name": "FIB autotest", + "Command": "fib_autotest", + "Func": default_autotest, + "Report": None, + }, + { + "Name": "FIB slow autotest", + "Command": "fib_slow_autotest", + "Func": default_autotest, + "Report": None, + }, + { + "Name": "FIB6 autotest", + "Command": "fib6_autotest", + "Func": default_autotest, + "Report": None, + }, + { + "Name": "FIB6 slow autotest", + "Command": "fib6_slow_autotest", + "Func": default_autotest, + "Report": None, + }, { "Name": "Memcpy autotest", "Command": "memcpy_autotest", @@ -176,6 +224,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", @@ -393,8 +447,8 @@ parallel_test_list = [ "Report": None, }, { - "Name": "Cryptodev sw mrvl autotest", - "Command": "cryptodev_sw_mrvl_autotest", + "Name": "Cryptodev sw mvsam autotest", + "Command": "cryptodev_sw_mvsam_autotest", "Func": default_autotest, "Report": None, }, @@ -512,6 +566,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! # @@ -604,14 +664,20 @@ non_parallel_test_list = [ "Report": None, }, { - "Name": "Hash read-write concurrency autotest", - "Command": "hash_readwrite_autotest", + "Name": "Hash read-write concurrency functional autotest", + "Command": "hash_readwrite_func_autotest", "Func": default_autotest, "Report": None, }, { - "Name": "Hash read-write lock-free concurrency autotest", - "Command": "hash_readwrite_lf_autotest", + "Name": "Hash read-write concurrency perf autotest", + "Command": "hash_readwrite_perf_autotest", + "Func": default_autotest, + "Report": None, + }, + { + "Name": "Hash read-write lock-free concurrency perf autotest", + "Command": "hash_readwrite_lf_perf_autotest", "Func": default_autotest, "Report": None, }, @@ -622,8 +688,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, }, @@ -676,6 +742,18 @@ non_parallel_test_list = [ "Func": default_autotest, "Report": None, }, + { + "Name": "FIB perf autotest", + "Command": "fib_perf_autotest", + "Func": default_autotest, + "Report": None, + }, + { + "Name": "FIB6 perf autotest", + "Command": "fib6_perf_autotest", + "Func": default_autotest, + "Report": None, + }, { "Name": "Efd perf autotest", "Command": "efd_perf_autotest",