Re: [PATCH v2 2/2] test: use cmdline library to validate args

2022-06-07 Thread Olivier Matz
On Fri, May 20, 2022 at 04:12:40PM +0100, Bruce Richardson wrote: > When passing in test names to run via either the DPDK_TEST environment > variable or via extra argv parameters, the checks run on those commands > can miss valid commands that are registered with the cmdline library in > the initia

[PATCH v2 2/2] test: use cmdline library to validate args

2022-05-20 Thread Bruce Richardson
When passing in test names to run via either the DPDK_TEST environment variable or via extra argv parameters, the checks run on those commands can miss valid commands that are registered with the cmdline library in the initial context used to set it up. This is seen in the fact that the "dump_*" se