test: update autotest list
Autotest is enhanced with additional test cases being added to autotest_data.py Removed non existing PCI autotest. Cc: stable@dpdk.org Signed-off-by: Reshma Pattan <reshma.pattan@intel.com> Signed-off-by: Jananee Parthasarathy <jananeex.m.parthasarathy@intel.com> Reviewed-by: Anatoly Burakov <anatoly.burakov@intel.com>
This commit is contained in:
parent
22dcd9a4d9
commit
9eabcb6824
@ -134,12 +134,6 @@ parallel_test_list = [
|
||||
"Func": default_autotest,
|
||||
"Report": None,
|
||||
},
|
||||
{
|
||||
"Name": "PCI autotest",
|
||||
"Command": "pci_autotest",
|
||||
"Func": default_autotest,
|
||||
"Report": None,
|
||||
},
|
||||
{
|
||||
"Name": "Malloc autotest",
|
||||
"Command": "malloc_autotest",
|
||||
@ -248,6 +242,291 @@ parallel_test_list = [
|
||||
"Func": default_autotest,
|
||||
"Report": None,
|
||||
},
|
||||
{
|
||||
"Name": "Eventdev selftest octeontx",
|
||||
"Command": "eventdev_selftest_octeontx",
|
||||
"Func": default_autotest,
|
||||
"Report": None,
|
||||
},
|
||||
{
|
||||
"Name": "Event ring autotest",
|
||||
"Command": "event_ring_autotest",
|
||||
"Func": default_autotest,
|
||||
"Report": None,
|
||||
},
|
||||
{
|
||||
"Name": "Table autotest",
|
||||
"Command": "table_autotest",
|
||||
"Func": default_autotest,
|
||||
"Report": None,
|
||||
},
|
||||
{
|
||||
"Name": "Flow classify autotest",
|
||||
"Command": "flow_classify_autotest",
|
||||
"Func": default_autotest,
|
||||
"Report": None,
|
||||
},
|
||||
{
|
||||
"Name": "Event eth rx adapter autotest",
|
||||
"Command": "event_eth_rx_adapter_autotest",
|
||||
"Func": default_autotest,
|
||||
"Report": None,
|
||||
},
|
||||
{
|
||||
"Name": "User delay",
|
||||
"Command": "user_delay_us",
|
||||
"Func": default_autotest,
|
||||
"Report": None,
|
||||
},
|
||||
{
|
||||
"Name": "Rawdev autotest",
|
||||
"Command": "rawdev_autotest",
|
||||
"Func": default_autotest,
|
||||
"Report": None,
|
||||
},
|
||||
{
|
||||
"Name": "Kvargs autotest",
|
||||
"Command": "kvargs_autotest",
|
||||
"Func": default_autotest,
|
||||
"Report": None,
|
||||
},
|
||||
{
|
||||
"Name": "Devargs autotest",
|
||||
"Command": "devargs_autotest",
|
||||
"Func": default_autotest,
|
||||
"Report": None,
|
||||
},
|
||||
{
|
||||
"Name": "Link bonding autotest",
|
||||
"Command": "link_bonding_autotest",
|
||||
"Func": default_autotest,
|
||||
"Report": None,
|
||||
},
|
||||
{
|
||||
"Name": "Link bonding mode4 autotest",
|
||||
"Command": "link_bonding_mode4_autotest",
|
||||
"Func": default_autotest,
|
||||
"Report": None,
|
||||
},
|
||||
{
|
||||
"Name": "Link bonding rssconf autotest",
|
||||
"Command": "link_bonding_rssconf_autotest",
|
||||
"Func": default_autotest,
|
||||
"Report": None,
|
||||
},
|
||||
{
|
||||
"Name": "Crc autotest",
|
||||
"Command": "crc_autotest",
|
||||
"Func": default_autotest,
|
||||
"Report": None,
|
||||
},
|
||||
{
|
||||
"Name": "Distributor autotest",
|
||||
"Command": "distributor_autotest",
|
||||
"Func": default_autotest,
|
||||
"Report": None,
|
||||
},
|
||||
{
|
||||
"Name": "Reorder autotest",
|
||||
"Command": "reorder_autotest",
|
||||
"Func": default_autotest,
|
||||
"Report": None,
|
||||
},
|
||||
{
|
||||
"Name": "Barrier autotest",
|
||||
"Command": "barrier_autotest",
|
||||
"Func": default_autotest,
|
||||
"Report": None,
|
||||
},
|
||||
{
|
||||
"Name": "Bitmap test",
|
||||
"Command": "bitmap_test",
|
||||
"Func": default_autotest,
|
||||
"Report": None,
|
||||
},
|
||||
{
|
||||
"Name": "Hash scaling autotest",
|
||||
"Command": "hash_scaling_autotest",
|
||||
"Func": default_autotest,
|
||||
"Report": None,
|
||||
},
|
||||
{
|
||||
"Name": "Hash multiwriter autotest",
|
||||
"Command": "hash_multiwriter_autotest",
|
||||
"Func": default_autotest,
|
||||
"Report": None,
|
||||
},
|
||||
{
|
||||
"Name": "Service autotest",
|
||||
"Command": "service_autotest",
|
||||
"Func": default_autotest,
|
||||
"Report": None,
|
||||
},
|
||||
{
|
||||
"Name": "Timer racecond autotest",
|
||||
"Command": "timer_racecond_autotest",
|
||||
"Func": default_autotest,
|
||||
"Report": None,
|
||||
},
|
||||
{
|
||||
"Name": "Member autotest",
|
||||
"Command": "member_autotest",
|
||||
"Func": default_autotest,
|
||||
"Report": None,
|
||||
},
|
||||
{
|
||||
"Name": "Efd_autotest",
|
||||
"Command": "efd_autotest",
|
||||
"Func": default_autotest,
|
||||
"Report": None,
|
||||
},
|
||||
{
|
||||
"Name": "Thash autotest",
|
||||
"Command": "thash_autotest",
|
||||
"Func": default_autotest,
|
||||
"Report": None,
|
||||
},
|
||||
{
|
||||
"Name": "Hash function autotest",
|
||||
"Command": "hash_functions_autotest",
|
||||
"Func": default_autotest,
|
||||
"Report": None,
|
||||
},
|
||||
{
|
||||
"Name": "Cryptodev sw mrvl autotest",
|
||||
"Command": "cryptodev_sw_mrvl_autotest",
|
||||
"Func": default_autotest,
|
||||
"Report": None,
|
||||
},
|
||||
{
|
||||
"Name": "Cryptodev dpaa2 sec autotest",
|
||||
"Command": "cryptodev_dpaa2_sec_autotest",
|
||||
"Func": default_autotest,
|
||||
"Report": None,
|
||||
},
|
||||
{
|
||||
"Name": "Cryptodev dpaa sec autotest",
|
||||
"Command": "cryptodev_dpaa_sec_autotest",
|
||||
"Func": default_autotest,
|
||||
"Report": None,
|
||||
},
|
||||
{
|
||||
"Name": "Cryptodev qat autotest",
|
||||
"Command": "cryptodev_qat_autotest",
|
||||
"Func": default_autotest,
|
||||
"Report": None,
|
||||
},
|
||||
{
|
||||
"Name": "Cryptodev aesni mb autotest",
|
||||
"Command": "cryptodev_aesni_mb_autotest",
|
||||
"Func": default_autotest,
|
||||
"Report": None,
|
||||
},
|
||||
{
|
||||
"Name": "Cryptodev openssl autotest",
|
||||
"Command": "cryptodev_openssl_autotest",
|
||||
"Func": default_autotest,
|
||||
"Report": None,
|
||||
},
|
||||
{
|
||||
"Name": "Cryptodev scheduler autotest",
|
||||
"Command": "cryptodev_scheduler_autotest",
|
||||
"Func": default_autotest,
|
||||
"Report": None,
|
||||
},
|
||||
{
|
||||
"Name": "Cryptodev aesni gcm autotest",
|
||||
"Command": "cryptodev_aesni_gcm_autotest",
|
||||
"Func": default_autotest,
|
||||
"Report": None,
|
||||
},
|
||||
{
|
||||
"Name": "Cryptodev null autotest",
|
||||
"Command": "cryptodev_null_autotest",
|
||||
"Func": default_autotest,
|
||||
"Report": None,
|
||||
},
|
||||
{
|
||||
"Name": "Cryptodev sw snow3g autotest",
|
||||
"Command": "cryptodev_sw_snow3g_autotest",
|
||||
"Func": default_autotest,
|
||||
"Report": None,
|
||||
},
|
||||
{
|
||||
"Name": "Cryptodev sw kasumi autotest",
|
||||
"Command": "cryptodev_sw_kasumi_autotest",
|
||||
"Func": default_autotest,
|
||||
"Report": None,
|
||||
},
|
||||
{
|
||||
"Name": "Cryptodev_sw_zuc_autotest",
|
||||
"Command": "cryptodev_sw_zuc_autotest",
|
||||
"Func": default_autotest,
|
||||
"Report": None,
|
||||
},
|
||||
{
|
||||
"Name": "Reciprocal division",
|
||||
"Command": "reciprocal_division",
|
||||
"Func": default_autotest,
|
||||
"Report": None,
|
||||
},
|
||||
{
|
||||
"Name": "Red all",
|
||||
"Command": "red_all",
|
||||
"Func": default_autotest,
|
||||
"Report": None,
|
||||
},
|
||||
#
|
||||
#Please always keep all dump tests at the end and together!
|
||||
#
|
||||
{
|
||||
"Name": "Dump physmem",
|
||||
"Command": "dump_physmem",
|
||||
"Func": dump_autotest,
|
||||
"Report": None,
|
||||
},
|
||||
{
|
||||
"Name": "Dump memzone",
|
||||
"Command": "dump_memzone",
|
||||
"Func": dump_autotest,
|
||||
"Report": None,
|
||||
},
|
||||
{
|
||||
"Name": "Dump struct sizes",
|
||||
"Command": "dump_struct_sizes",
|
||||
"Func": dump_autotest,
|
||||
"Report": None,
|
||||
},
|
||||
{
|
||||
"Name": "Dump mempool",
|
||||
"Command": "dump_mempool",
|
||||
"Func": dump_autotest,
|
||||
"Report": None,
|
||||
},
|
||||
{
|
||||
"Name": "Dump malloc stats",
|
||||
"Command": "dump_malloc_stats",
|
||||
"Func": dump_autotest,
|
||||
"Report": None,
|
||||
},
|
||||
{
|
||||
"Name": "Dump devargs",
|
||||
"Command": "dump_devargs",
|
||||
"Func": dump_autotest,
|
||||
"Report": None,
|
||||
},
|
||||
{
|
||||
"Name": "Dump log types",
|
||||
"Command": "dump_log_types",
|
||||
"Func": dump_autotest,
|
||||
"Report": None,
|
||||
},
|
||||
{
|
||||
"Name": "Dump_ring",
|
||||
"Command": "dump_ring",
|
||||
"Func": dump_autotest,
|
||||
"Report": None,
|
||||
},
|
||||
]
|
||||
|
||||
# tests that should not be run when any other tests are running
|
||||
@ -259,8 +538,8 @@ non_parallel_test_list = [
|
||||
"Report": None,
|
||||
},
|
||||
{
|
||||
"Name": "Eventdev sw autotest",
|
||||
"Command": "eventdev_sw_autotest",
|
||||
"Name": "Eventdev selftest sw",
|
||||
"Command": "eventdev_selftest_sw",
|
||||
"Func": default_autotest,
|
||||
"Report": None,
|
||||
},
|
||||
@ -312,6 +591,61 @@ non_parallel_test_list = [
|
||||
"Func": default_autotest,
|
||||
"Report": None,
|
||||
},
|
||||
{
|
||||
|
||||
"Name": "Pmd perf autotest",
|
||||
"Command": "pmd_perf_autotest",
|
||||
"Func": default_autotest,
|
||||
"Report": None,
|
||||
},
|
||||
{
|
||||
"Name": "Ring pmd perf autotest",
|
||||
"Command": "ring_pmd_perf_autotest",
|
||||
"Func": default_autotest,
|
||||
"Report": None,
|
||||
},
|
||||
{
|
||||
"Name": "Distributor perf autotest",
|
||||
"Command": "distributor_perf_autotest",
|
||||
"Func": default_autotest,
|
||||
"Report": None,
|
||||
},
|
||||
{
|
||||
"Name": "Red_perf",
|
||||
"Command": "red_perf",
|
||||
"Func": default_autotest,
|
||||
"Report": None,
|
||||
},
|
||||
{
|
||||
"Name": "Lpm6 perf autotest",
|
||||
"Command": "lpm6_perf_autotest",
|
||||
"Func": default_autotest,
|
||||
"Report": None,
|
||||
},
|
||||
{
|
||||
"Name": "Lpm perf autotest",
|
||||
"Command": "lpm_perf_autotest",
|
||||
"Func": default_autotest,
|
||||
"Report": None,
|
||||
},
|
||||
{
|
||||
"Name": "Efd perf autotest",
|
||||
"Command": "efd_perf_autotest",
|
||||
"Func": default_autotest,
|
||||
"Report": None,
|
||||
},
|
||||
{
|
||||
"Name": "Member perf autotest",
|
||||
"Command": "member_perf_autotest",
|
||||
"Func": default_autotest,
|
||||
"Report": None,
|
||||
},
|
||||
{
|
||||
"Name": "Reciprocal division perf",
|
||||
"Command": "reciprocal_division_perf",
|
||||
"Func": default_autotest,
|
||||
"Report": None,
|
||||
},
|
||||
#
|
||||
# Please always make sure that ring_perf is the last test!
|
||||
#
|
||||
|
Loading…
x
Reference in New Issue
Block a user