All of lore.kernel.org
 help / color / mirror / Atom feed
From: David Miller <davem@davemloft.net>
To: dcaratti@redhat.com
Cc: mrv@mojatatu.com, netdev@vger.kernel.org
Subject: Re: [PATCH net] tc-testing: unbreak full listing of tdc testcases
Date: Mon, 09 Dec 2019 14:44:44 -0800 (PST)	[thread overview]
Message-ID: <20191209.144444.177065739418276110.davem@davemloft.net> (raw)
In-Reply-To: <153a41008e46c78aab655edd0e7e1b27db1b7813.1575910628.git.dcaratti@redhat.com>

From: Davide Caratti <dcaratti@redhat.com>
Date: Mon,  9 Dec 2019 17:58:52 +0100

> the following command currently fails:
> 
>  [root@fedora 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@fedora 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@fedora tc-testing]# sed -i 's/6f5e//1' tc-tests/filters/basic.json
>  [root@fedora tc-testing]# ./tdc.py -i
> 
> Fixes: 4717b05328ba ("tc-testing: Introduced tdc tests for basic filter")
> Signed-off-by: Davide Caratti <dcaratti@redhat.com>

Applied.

      reply	other threads:[~2019-12-09 22:44 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-09 16:58 [PATCH net] tc-testing: unbreak full listing of tdc testcases Davide Caratti
2019-12-09 22:44 ` David Miller [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20191209.144444.177065739418276110.davem@davemloft.net \
    --to=davem@davemloft.net \
    --cc=dcaratti@redhat.com \
    --cc=mrv@mojatatu.com \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.