[PATCH i-g-t v3 2/2] tests/intel/xe_eudebug: Add subtests for eudebug/SR-IOV exclusion

Kamil Konieczny kamil.konieczny at linux.intel.com
Wed Mar 5 12:33:03 UTC 2025


Hi Christoph,
On 2025-03-04 at 17:32:27 +0100, Christoph Manszewski wrote:

please change subject prefix (could be done at merge) to

tests/intel/xe_eudebug_sriov: Add subtests for eudebug/SR-IOV exclusion

or:

tests/intel/xe_eudebug_sriov: Add new test for eudebug/SR-IOV exclusion

Also before merge please reply to failures with Cc to bug-filing team.

Regards,
Kamil

> Eudebug is not supported in PF mode with VFs enabled and in VF mode.
> Provide subtests to ensure that:
>   1. enabling eudebug is not permitted in PF mode with VFs enabled
>   2. eudebug sysfs toggle is not available in VF mode
>   3. enabling VFs is not permitted when eudebug is enabled
> 
> Signed-off-by: Christoph Manszewski <christoph.manszewski at intel.com>
> ---
>  tests/intel/xe_eudebug_sriov.c | 148 +++++++++++++++++++++++++++++++++
>  tests/meson.build              |   1 +
>  2 files changed, 149 insertions(+)
>  create mode 100644 tests/intel/xe_eudebug_sriov.c
> 
> diff --git a/tests/intel/xe_eudebug_sriov.c b/tests/intel/xe_eudebug_sriov.c
> new file mode 100644
> index 000000000..eb13981bc
> --- /dev/null
> +++ b/tests/intel/xe_eudebug_sriov.c
> @@ -0,0 +1,148 @@
> +// SPDX-License-Identifier: MIT
> +/*
> + * Copyright © 2025 Intel Corporation
> + */
> +
> +/**
> + * TEST: Test EU Debugger and SR-IOV interaction
> + * Category: Core
> + * Mega feature: EUdebug/SR-IOV
> + * Sub-category: EUdebug tests
> + * Functionality: EU Debugger framework
> + * Test category: functionality test
> + */
> +
[...]



More information about the igt-dev mailing list