[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20191209.144444.177065739418276110.davem@davemloft.net>
Date:   Mon, 09 Dec 2019 14:44:44 -0800 (PST)
From:   David Miller <davem@...emloft.net>
To:     dcaratti@...hat.com
Cc:     mrv@...atatu.com, netdev@...r.kernel.org
Subject: Re: [PATCH net] tc-testing: unbreak full listing of tdc testcases
From: Davide Caratti <dcaratti@...hat.com>
Date: Mon,  9 Dec 2019 17:58:52 +0100
> the following command currently fails:
> 
>  [root@...ora tc-testing]# ./tdc.py -l
>  The following test case IDs are not unique:
>  {'6f5e'}
>  Please correct them before continuing.
> 
> this happens because there are two tests having the same id:
> 
>  [root@...ora tc-testing]# grep -r 6f5e tc-tests/*
>  tc-tests/actions/pedit.json:        "id": "6f5e",
>  tc-tests/filters/basic.json:        "id": "6f5e",
> 
> fix it replacing the latest duplicate id with a brand new one:
> 
>  [root@...ora tc-testing]# sed -i 's/6f5e//1' tc-tests/filters/basic.json
>  [root@...ora tc-testing]# ./tdc.py -i
> 
> Fixes: 4717b05328ba ("tc-testing: Introduced tdc tests for basic filter")
> Signed-off-by: Davide Caratti <dcaratti@...hat.com>
Applied.
Powered by blists - more mailing lists
 
