[dpdk-dev] [PATCH v8 3/3] test/ticketlock: add ticket lock test case

David Marchand david.marchand at redhat.com
Mon Apr 8 22:18:34 CEST 2019


On Mon, Mar 25, 2019 at 12:12 PM Joyce Kong <joyce.kong at arm.com> wrote:

> diff --git a/app/test/autotest_data.py b/app/test/autotest_data.py
> index 5f87bb9..db25274 100644
> --- a/app/test/autotest_data.py
> +++ b/app/test/autotest_data.py
> @@ -171,6 +171,12 @@
>          "Report":  None,
>      },
>      {
> +        "Name":    "Ticketlock autotest",
> +        "Command": "ticketlock_autotest",
> +        "Func":    ticketlock_autotest,
> +        "Report":  None,
> +    }
> +    {
>          "Name":    "Byte order autotest",
>          "Command": "byteorder_autotest",
>          "Func":    default_autotest,
>

Please, can you fix this ?

We are missing a , and ticketlock_autotest has no implementation in python
afaics.


-- 
David Marchand


More information about the dev mailing list