From patchwork Mon Sep 6 17:36:41 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yan Xia X-Patchwork-Id: 98078 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 7C2B7A0C4D; Mon, 6 Sep 2021 11:05:08 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 73E6B40E32; Mon, 6 Sep 2021 11:05:08 +0200 (CEST) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by mails.dpdk.org (Postfix) with ESMTP id B7DB740C35 for ; Mon, 6 Sep 2021 11:05:06 +0200 (CEST) X-IronPort-AV: E=McAfee;i="6200,9189,10098"; a="219942344" X-IronPort-AV: E=Sophos;i="5.85,271,1624345200"; d="scan'208";a="219942344" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Sep 2021 02:05:05 -0700 X-IronPort-AV: E=Sophos;i="5.85,271,1624345200"; d="scan'208";a="468776723" Received: from unknown (HELO localhost.localdomain) ([10.240.183.102]) by orsmga007-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Sep 2021 02:05:04 -0700 From: Yan Xia To: dts@dpdk.org Cc: Yan Xia Date: Mon, 6 Sep 2021 17:36:41 +0000 Message-Id: <20210906173641.24071-1-yanx.xia@intel.com> X-Mailer: git-send-email 2.17.1 Subject: [dts] [PATCH V1 3/3] conf/test_case_checklist: add and modify not support NIC of test cases X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.29 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" add and modify not support NIC of test cases about legcay command Signed-off-by: Yan Xia --- conf/test_case_checklist.json | 42 ++++++++++++++++++++++++++++++++++- 1 file changed, 41 insertions(+), 1 deletion(-) diff --git a/conf/test_case_checklist.json b/conf/test_case_checklist.json index 8cd47dd1..27def487 100644 --- a/conf/test_case_checklist.json +++ b/conf/test_case_checklist.json @@ -108,14 +108,49 @@ "Comments": "the nic not support this case" } ], + "dual_vlan": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "niantic", + "kawela_4", + "springville", + "ironpond", + "springfountain", + "twinpond", + "cavium_a034", + "cavium_a011", + "fortpark_TLV", + "fortpark_BASE-T", + "foxville", + "columbiaville_25g", + "columbiaville_100g" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "the nic not support this case" + } + ], "jumbo_frame_size": [ { "OS": [ "ALL" ], "NIC": [ + "fortville_25g", + "fortville_eagle", + "fortville_spirit", "fortville_spirit_single", "springville", + "ironpond", + "springfountain", + "twinpond", + "cavium_a034", + "cavium_a011", "fortpark_TLV", "fortpark_BASE-T", "carlsville" @@ -136,6 +171,9 @@ "kawela_4", "bartonhills", "powerville", + "fortville_25g", + "fortville_eagle", + "fortville_spirit", "fortville_spirit_single", "springville", "ironpond", @@ -146,7 +184,9 @@ "fortpark_TLV", "fortpark_BASE-T", "carlsville", - "foxville" + "columbiaville_25g", + "columbiaville_100g", + "foxville" ], "Target": [ "ALL"