[PATCH 2/2] test: enable most driver tests on Windows

Thomas Monjalon thomas at monjalon.net
Tue Mar 29 11:12:21 CEST 2022


29/03/2022 11:02, Tyler Retzlaff:
> enable most of the driver tests to run on windows, most tests will be
> skipped since the drivers themselves are not available on windows.
[...]
>  if not is_windows
>      driver_test_names += [
> -            'cryptodev_aesni_mb_autotest',
> -            'cryptodev_aesni_gcm_autotest',
> -            'cryptodev_cn9k_autotest',
> -            'cryptodev_cn10k_autotest',
> -            'cryptodev_dpaa_sec_autotest',
> -            'cryptodev_dpaa2_sec_autotest',
> -            'cryptodev_null_autotest',
> -            'cryptodev_openssl_autotest',
>              'cryptodev_openssl_asym_autotest',
> -            'cryptodev_qat_autotest',
> -            'cryptodev_sw_armv8_autotest',
> -            'cryptodev_sw_kasumi_autotest',
> -            'cryptodev_sw_mvsam_autotest',
> -            'cryptodev_sw_snow3g_autotest',
> -            'cryptodev_sw_zuc_autotest',
> -            'dmadev_autotest',
>              'eventdev_selftest_octeontx',
>              'eventdev_selftest_sw',
> -            'rawdev_autotest',
>      ]

Please could you mention the reason for keeping few tests 
in the conditional list?

Listing the remaining ones:
	- cryptodev_openssl_asym_autotest
	- eventdev_selftest_octeontx
	- eventdev_selftest_sw

There are also the dump tests:
	- dump_struct_sizes
	- dump_mempool
	- dump_malloc_stats
	- dump_devargs
	- dump_log_types
	- dump_ring
	- dump_physmem
	- dump_memzone




More information about the dev mailing list