Re: [PATCH i-g-t] tests/intel-ci: Add expected skips to VF/VM blocklists
"Muppidi, Venkateswara Rao" <[email protected]> Wed, 5 Aug 2026 15:36:23 +0530
| Newsgroups | org.freedesktop.lists.igt-dev |
|---|---|
| Message-ID | <[email protected]> |
hi All, On 8/4/2026 9:50 PM, Jakub Kolakowski wrote: > igt@xe_wedged@wedged-at-any-timeout, igt@xe_wedged@wedged-mode-toggle > and igt@xe_pat@pat-sw-hw.* are expected skips in VF mode. > Add those tests to VF and VM blocklists. > > Cc: Adam Miszczak <[email protected]> > Cc: Lukasz Laguna <[email protected]> > Cc: Marcin Bernatowicz <[email protected]> > Cc: Venkateswara Rao Muppidi <[email protected]> > Signed-off-by: Jakub Kolakowski <[email protected]> > --- > tests/intel-ci/xe.sriov-vf.blocklist.txt | 11 ++++++++++- > tests/intel-ci/xe.sriov-vm.blocklist.txt | 11 ++++++++++- > 2 files changed, 20 insertions(+), 2 deletions(-) > > diff --git a/tests/intel-ci/xe.sriov-vf.blocklist.txt b/tests/intel-ci/xe.sriov-vf.blocklist.txt > index 4a19aa943..ea0f478f4 100644 > --- a/tests/intel-ci/xe.sriov-vf.blocklist.txt > +++ b/tests/intel-ci/xe.sriov-vf.blocklist.txt > @@ -60,4 +60,13 @@ igt@xe_query@.*cs-cycles > # > # Tests that need to be executed in VM instead. > # > -igt@xe_live_ktest.* > \ No newline at end of file > +igt@xe_live_ktest.* > +# > +# driver rejects attempts to set wedged_mode=2 on a VF > +# > +igt@xe_wedged@wedged-at-any-timeout > +igt@xe_wedged@wedged-mode-toggle > +# > +# On VF HW PAT may not be readable > +# > +igt@xe_pat@pat-sw-hw.* Reviewed the change and it looks good.You are good to proceed with the changes. > diff --git a/tests/intel-ci/xe.sriov-vm.blocklist.txt b/tests/intel-ci/xe.sriov-vm.blocklist.txt > index 6271b1a70..09b3540aa 100644 > --- a/tests/intel-ci/xe.sriov-vm.blocklist.txt > +++ b/tests/intel-ci/xe.sriov-vm.blocklist.txt > @@ -57,4 +57,13 @@ igt@xe_pmu@gt-frequency > # > # The feature query_cs_cycles is not supported on VF > # > -igt@xe_query@.*cs-cycles > \ No newline at end of file > +igt@xe_query@.*cs-cycles > +# > +# driver rejects attempts to set wedged_mode=2 on a VF > +# > +igt@xe_wedged@wedged-at-any-timeout > +igt@xe_wedged@wedged-mode-toggle > +# > +# On VF HW PAT may not be readable > +# > +igt@xe_pat@pat-sw-hw.* Reviewed the change and it looks good.You are good to proceed with the changes.