From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 108652082 for ; Wed, 7 Nov 2018 03:42:17 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 06 Nov 2018 18:42:17 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,474,1534834800"; d="scan'208";a="106518792" Received: from unknown (HELO localhost.localdomain.sh.intel.com) ([10.240.176.135]) by orsmga002.jf.intel.com with ESMTP; 06 Nov 2018 18:42:16 -0800 From: "zhu,shuai" To: dts@dpdk.org Cc: "zhu,shuai" Date: Wed, 7 Nov 2018 10:45:17 +0800 Message-Id: <1541558717-28299-1-git-send-email-shuaix.zhu@intel.com> X-Mailer: git-send-email 1.9.3 Subject: [dts] [PATCH V1] conf/supportlist:This case only support on FVL 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: , X-List-Received-Date: Wed, 07 Nov 2018 02:42:18 -0000 This case supports nic: fortville_eagle, fortville_spirit, fortville_spirit_single, fortpark_TLV Signed-off-by: zhu,shuai --- conf/test_case_supportlist.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/conf/test_case_supportlist.json b/conf/test_case_supportlist.json index f97b90d..48a07dc 100644 --- a/conf/test_case_supportlist.json +++ b/conf/test_case_supportlist.json @@ -540,5 +540,23 @@ "Bug ID": "", "Comments": "This case only support i40e driver nic" } + ], + "set_key_keylen": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "fortville_eagle", + "fortville_spirit", + "fortville_spirit_single", + "fortpark_TLV", + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "This case only support on FVL" + } ] } -- 2.17.2