[igt-dev] [PATCH i-g-t v4 10/11] scripts/doc_to_xls.py: expand GPU excluded platform
Mauro Carvalho Chehab
mauro.chehab at linux.intel.com
Fri Sep 8 19:17:44 UTC 2023
On Fri, 8 Sep 2023 19:56:14 +0200
Kamil Konieczny <kamil.konieczny at linux.intel.com> wrote:
> > +expand_fields = {
> > + "GPU excluded platform": "blacklist "
> ------------------------------------------^
> Is it ok to have space there?
Yes. Basically, the string there is used as prefix as-is to the output.
So, for instance, if some test doesn't run on DG2, this will be
translated into:
blacklist DG2
This is more flexible than appending the space inside testlist class,
as it would allow things like:
"Foo": "foo"
will produce a XLS column:
foobar
if the documentation has:
Foo: bar
Regards,
Mauro
More information about the igt-dev
mailing list