[Accel-config] Re: [PATCH] accel-config: Do not fail shared wq tests if platform does not support shared wqs

Luck, Tony <tony.luck at intel.com> Wed, 11 Aug 2021 18:11:59 +0000
Newsgroups dev.linux.lists.accel-config
Message-ID <[email protected]>
> This is the unit test that only tests the configuration. It configures a
> few wqs as shared and dedicated. The option is to skip the wqs set to be
> tested as shared wqs or configure all wqs as dedicated. There is no
> change to the config-wq command. I can add "test" to the tag to avoid
> confusion.

Sounds like the confusion begins with the specification for the test.

Perhaps divide into two parts:
1) Creation of dedicated WQs
	Possible results are PASS or FAIL
2) Creation of shared WQs
	Possible results are PASS, FAIL or SKIP

-Tony