From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 0/2] add support for "unsupported testcases" in test framework Date: Mon, 27 Mar 2017 11:07:58 +0200 Message-ID: <5608468.mWoxqMD8vg@xps13> References: <1489930654-16827-1-git-send-email-jerin.jacob@caviumnetworks.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, harry.van.haaren@intel.com To: Jerin Jacob Return-path: Received: from mail-wr0-f169.google.com (mail-wr0-f169.google.com [209.85.128.169]) by dpdk.org (Postfix) with ESMTP id 06885FA73 for ; Mon, 27 Mar 2017 11:07:59 +0200 (CEST) Received: by mail-wr0-f169.google.com with SMTP id w43so34610239wrb.0 for ; Mon, 27 Mar 2017 02:07:59 -0700 (PDT) In-Reply-To: <1489930654-16827-1-git-send-email-jerin.jacob@caviumnetworks.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2017-03-19 19:07, Jerin Jacob: > This patchset adds support for marking "unsupported" test case > if the test case returns -ENOTSUP. > The change was driven by the need that captured in the following link > > http://dpdk.org/ml/archives/dev/2017-March/059950.html > > Jerin Jacob (2): > test: store only the test case name > test: add a new unit test case status Applied, thanks