From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 43DAFA00E6 for ; Wed, 10 Jul 2019 10:03:09 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id F298F2BD5; Wed, 10 Jul 2019 10:03:08 +0200 (CEST) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 907C614E8 for ; Wed, 10 Jul 2019 10:03:07 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Jul 2019 01:03:06 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.63,473,1557212400"; d="scan'208";a="168239622" Received: from ubuntu.sh.intel.com ([10.67.119.68]) by orsmga003.jf.intel.com with ESMTP; 10 Jul 2019 01:03:05 -0700 From: lihong To: dts@dpdk.org Cc: lihong Date: Wed, 10 Jul 2019 08:40:42 +0800 Message-Id: <1562719242-11006-1-git-send-email-lihongx.ma@intel.com> X-Mailer: git-send-email 2.7.4 Subject: [dts] [PATCH V3][share lib] conf/supportlist: add checklist for pvp share lib X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dts-bounces@dpdk.org Sender: "dts" Signed-off-by: lihong --- conf/test_case_supportlist.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/conf/test_case_supportlist.json b/conf/test_case_supportlist.json index ec0ab7f..5158b02 100644 --- a/conf/test_case_supportlist.json +++ b/conf/test_case_supportlist.json @@ -1550,5 +1550,37 @@ "Bug ID": "", "Comments": "This case currently support for columbiaville" } + ], + "perf_pvp_share_lib_of_fortville": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "fortville_eagle", + "fortville_spirit", + "fortville_25g" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "This case currently support for fortville_eagle/spirit/25g " + } + ], + "perf_pvp_share_lib_of_niantic": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "niantic" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "This case currently support for niantic " + } ] } -- 2.7.4