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 C6CB0A04C2; Mon, 25 Nov 2019 10:27:29 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 8B30128EE; Mon, 25 Nov 2019 10:27:29 +0100 (CET) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id A937928EE for ; Mon, 25 Nov 2019 10:27:27 +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 fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 25 Nov 2019 01:27:26 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.69,241,1571727600"; d="scan'208";a="220211338" Received: from unknown (HELO dpdk-zengxx-tester.localdomain) ([10.240.176.145]) by orsmga002.jf.intel.com with ESMTP; 25 Nov 2019 01:27:25 -0800 From: Xiaoxiao Zeng To: dts@dpdk.org Cc: Xiaoxiao Zeng Date: Tue, 26 Nov 2019 05:27:12 +0800 Message-Id: <20191125212712.28746-1-xiaoxiaox.zeng@intel.com> X-Mailer: git-send-email 2.17.0 Subject: [dts] [PATCH V1] conf/test_case_checklist: add columbiaville_100g not support info 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: Xiaoxiao Zeng --- conf/test_case_checklist.json | 126 ++++++++++++++++++++++++++++++++-- 1 file changed, 119 insertions(+), 7 deletions(-) diff --git a/conf/test_case_checklist.json b/conf/test_case_checklist.json index ffafaf4..48819ee 100644 --- a/conf/test_case_checklist.json +++ b/conf/test_case_checklist.json @@ -277,7 +277,8 @@ "fortpark_TLV", "cavium_a063", "cavium_a064", - "carlsville" + "carlsville", + "columbiaville_100g" ], "Target": [ "ALL" @@ -300,7 +301,8 @@ "cavium_a063", "cavium_a064", "carlsville", - "powerville" + "powerville", + "columbiaville_100g" ], "Target": [ "ALL" @@ -511,7 +513,8 @@ "fortpark_TLV", "sagepond", "sageville", - "carlsville" + "carlsville", + "columbiaville_100g" ], "Target": [ "ALL" @@ -533,7 +536,8 @@ "fortpark_TLV", "sagepond", "sageville", - "carlsville" + "carlsville", + "columbiaville_100g" ], "Target": [ "ALL" @@ -2150,7 +2154,8 @@ "fortville_25g", "fortpark_TLV", "cavium_a064", - "carlsville" + "carlsville", + "columbiaville_100g" ], "Target": [ "ALL" @@ -2342,7 +2347,8 @@ ], "NIC": [ "cavium_a063", - "cavium_a064" + "cavium_a064", + "columbiaville_100g" ], "Target": [ "ALL" @@ -2413,5 +2419,111 @@ "Bug ID": "", "Comments": "the nic not support this case: ice_dev_filter_ctrl(): Filter type (6) not supported" } - ] + ], + "l2pkt_detect": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "columbiaville_100g" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "the nic not support this case" + } + ], + "GRE_ipv6_packet_detect": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "columbiaville_100g" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "the nic not support this case" + } + ], + "vlan_add_vlan_tag": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "columbiaville_100g" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "the nic not support this case" + } + ], + "vlan_strip": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "columbiaville_100g" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "the nic not support this case" + } + ], + "vlan_filter_on_off": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "columbiaville_100g" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "the nic not support this case" + } + ], + "vlan_enable_vlan_insertion": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "columbiaville_100g" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "the nic not support this case" + } + ], + "link_status_interrupt_change": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "columbiaville_100g" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "the nic not support this case" + } + ] + } -- 2.17.0