Re: [RFC PATCH] app/test: allow passing a parameter string to autotests

2024-10-07 Thread Stephen Hemminger
On Fri, 15 Dec 2023 13:06:56 + Bruce Richardson wrote: > Sometimes it can be nice to have autotests which can take a parameter, > or can be tweaked in some ways, e.g. adjust the number of iterations, or > the burst size used in the test. Currently there is no way to do so - > all test paramet

RE: [RFC PATCH] app/test: allow passing a parameter string to autotests

2024-02-21 Thread Morten Brørup
> From: Bruce Richardson [mailto:bruce.richard...@intel.com] > Sent: Friday, 15 December 2023 14.07 > > Sometimes it can be nice to have autotests which can take a parameter, > or can be tweaked in some ways, e.g. adjust the number of iterations, > or > the burst size used in the test. Currently t

[RFC PATCH] app/test: allow passing a parameter string to autotests

2023-12-15 Thread Bruce Richardson
Sometimes it can be nice to have autotests which can take a parameter, or can be tweaked in some ways, e.g. adjust the number of iterations, or the burst size used in the test. Currently there is no way to do so - all test parameters are hardcoded, which makes sense for a generic regression test to