[PATCH] conf: Added skips to TestVirtioUserInterrupt

Tu, Lijuan lijuan.tu at intel.com
Tue Jan 25 07:27:26 CET 2022


> -----Original Message-----
> From: ohilyard at iol.unh.edu <ohilyard at iol.unh.edu>
> Sent: 2022年1月11日 1:20
> To: dts at dpdk.org
> Cc: Tu, Lijuan <lijuan.tu at intel.com>; lylavoie at iol.unh.edu; Owen Hilyard
> <ohilyard at iol.unh.edu>
> Subject: [PATCH] conf: Added skips to TestVirtioUserInterrupt
> 
> From: Owen Hilyard <ohilyard at iol.unh.edu>
> 
> Some tests in TestVirtioUserInterrupt only support the igb_uio.
> Previously they emitted a failure for the test when it was run with the wrong
> driver. This update will make the test cases be skipped if a supported driver is not
> used.
> 
> Signed-off-by: Owen Hilyard <ohilyard at iol.unh.edu>
> ---
>  conf/test_case_supportlist.json | 91 ++++++++++++++++++++++++++-------
>  1 file changed, 73 insertions(+), 18 deletions(-)
> 
> diff --git a/conf/test_case_supportlist.json b/conf/test_case_supportlist.json
> index e3eefd40..4206356a 100644
> --- a/conf/test_case_supportlist.json
> +++ b/conf/test_case_supportlist.json
> @@ -1826,23 +1826,6 @@
>              "Comments": "This case currently support for x550/x540"
>          }
>      ],
> -    "perf_kernel_pf_dpdk_iavf_perf_host_only": [
> -        {
> -            "OS": [
> -                "ALL"
> -            ],
> -            "NIC": [
> -                "fortville_eagle",
> -                "fortville_spirit",
> -                "fortville_25g"
> -            ],
> -            "Target": [
> -                "ALL"
> -            ],
> -            "Bug ID": "",
> -            "Comments": "this case only support on fortville"
> -        }
> -    ],

I am confused why removes perf_kernel_pf_dpdk_iavf_perf_host_only here.


More information about the dts mailing list