Re: [PATCH v3 1/5] test: dm: skip scmi tests against disabled protocols

2023-11-14 Thread Simon Glass
On Mon, 13 Nov 2023 at 19:14, AKASHI Takahiro wrote: > > This is a precautionary change to make scmi tests workable whether or not > a specific protocol be enabled. If a given protocol is not configured, > we skip the test by returning -EAGAIN. > > Signed-off-by: AKASHI Takahiro > --- > v9 > *

[PATCH v3 1/5] test: dm: skip scmi tests against disabled protocols

2023-11-13 Thread AKASHI Takahiro
This is a precautionary change to make scmi tests workable whether or not a specific protocol be enabled. If a given protocol is not configured, we skip the test by returning -EAGAIN. Signed-off-by: AKASHI Takahiro --- v9 * return -EAGAIN if we want to skip a test * use CONFIG_IS_ENABLED()