[PATCH i-g-t] tests/intel-ci/fast-feedback: Add SR-IOV tests
Michal Wajdeczko
michal.wajdeczko at intel.com
Thu Jul 4 14:20:35 UTC 2024
On 03.07.2024 13:12, Jakub Kolakowski wrote:
> This commit adds SR-IOV tests to fast-feedback testlist so that
nit: not sure about IGT rules, but usually we don't start commit message
with "This commit", from [1]
"Describe your changes in imperative mood, e.g. “make xyzzy do frotz”
instead of “[This patch] makes xyzzy do frotz” or “[I] changed xyzzy to
do frotz”, as if you are giving orders to the codebase to change its
behaviour."
[1] https://docs.kernel.org/process/submitting-patches.html
> they will be executed in BAT runs. Added tests are about basic
> single VF enablement with and without autoprobe.
>
> Signed-off-by: Jakub Kolakowski <jakub1.kolakowski at intel.com>
> Cc: Adam Miszczak <adam.miszczak at intel.com>
> Cc: Marcin Bernatowicz <marcin.bernatowicz at intel.com>
> Cc: Lukasz Laguna <lukasz.laguna at intel.com>
> Cc: Kamil Konieczny <kamil.konieczny at linux.intel.com>
> ---
> tests/intel-ci/xe-fast-feedback.testlist | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/tests/intel-ci/xe-fast-feedback.testlist b/tests/intel-ci/xe-fast-feedback.testlist
> index aa98b37e6..fc312a123 100644
> --- a/tests/intel-ci/xe-fast-feedback.testlist
> +++ b/tests/intel-ci/xe-fast-feedback.testlist
> @@ -65,6 +65,8 @@ igt at kms_prop_blob@basic
> igt at kms_psr@psr-primary-page-flip
> igt at kms_psr@psr-cursor-plane-move
> igt at kms_psr@psr-sprite-plane-onoff
> +igt at sriov_basic@enable-vfs-autoprobe-off at numvfs-1
maybe instead of numvfs-1 we should select numvfs-all variant:
igt at sriov_basic@enable-vfs-autoprobe-off at numvfs-all
as otherwise this case will be fully duplicated by the test below (where
auto-provisioning of one VF will be exactly the same, just a VF driver
will be probed on that config), while with numvfs-all variant we will
check auto-provisioning for all available VFs
> +igt at sriov_basic@enable-vfs-autoprobe-on at numvfs-1
> igt at xe_compute@compute-square
> igt at xe_create@create-execqueues-noleak
> igt at xe_create@create-execqueues-leak
More information about the igt-dev
mailing list