From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerin Jacob Subject: [PATCH 0/2] add support for "unsupported testcases" in test framework Date: Sun, 19 Mar 2017 19:07:32 +0530 Message-ID: <1489930654-16827-1-git-send-email-jerin.jacob@caviumnetworks.com> Mime-Version: 1.0 Content-Type: text/plain Cc: thomas.monjalon@6wind.com, harry.van.haaren@intel.com, Jerin Jacob To: dev@dpdk.org Return-path: Received: from NAM02-CY1-obe.outbound.protection.outlook.com (mail-cys01nam02on0077.outbound.protection.outlook.com [104.47.37.77]) by dpdk.org (Postfix) with ESMTP id 8031E47CD for ; Sun, 19 Mar 2017 14:38:03 +0100 (CET) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 test/test/test.c | 24 +++++++++++++++--------- test/test/test.h | 23 +++++++++-------------- 2 files changed, 24 insertions(+), 23 deletions(-) -- 2.5.5