[dpdk-dev] [PATCH v2 3/3] test/devargs: add devargs test cases
Xueming(Steven) Li
xuemingl at nvidia.com
Wed Oct 20 10:23:11 CEST 2021
On Wed, 2021-10-20 at 09:38 +0200, David Marchand wrote:
> On Wed, Oct 20, 2021 at 9:32 AM Xueming Li <xuemingl at nvidia.com> wrote:
> >
> > Initial version to test Global devargs syntax.
> >
> > Signed-off-by: Xueming Li <xuemingl at nvidia.com>
> > ---
> > app/test/autotest_data.py | 803 ++++++++++++++++++++++++++++++++++++++
>
> This file is getting reintroduced by your patch.
> We dropped it recently:
> https://git.dpdk.org/dpdk/commit/?id=8c745bb62340e7b6a3ad61e5d79dfceebd4c28e4
My bad, forgot to remove it :) new version posted.
>
>
> > app/test/meson.build | 2 +
> > app/test/test_devargs.c | 184 +++++++++
> > 3 files changed, 989 insertions(+)
> > create mode 100644 app/test/autotest_data.py
> > create mode 100644 app/test/test_devargs.c
> >
>
>
More information about the dev
mailing list