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

Thomas, Ramesh <ramesh.thomas at intel.com> Wed, 11 Aug 2021 18:14:05 +0000
Newsgroups dev.linux.lists.accel-config
Message-ID <BYAPR11MB2535770EF1235AF3F6AD33E2EDF89@BYAPR11MB2535.namprd11.prod.outlook.com>
On Wed, Aug 11, 2021 at 11:11:59AM, Tony Luck wrote:
> > 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

That's a good idea. I can split it into 2 tests for shared and dedicated.

> 
> -Tony