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 70A39A046B for ; Tue, 20 Aug 2019 04:30:30 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 312C71B994; Tue, 20 Aug 2019 04:30:30 +0200 (CEST) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id 768961B94A for ; Tue, 20 Aug 2019 04:30:28 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 19 Aug 2019 19:30:27 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,407,1559545200"; d="scan'208";a="202526301" Received: from unknown (HELO dpdktestzhiwei.sh.intel.com) ([10.67.119.33]) by fmsmga004.fm.intel.com with ESMTP; 19 Aug 2019 19:30:26 -0700 From: "zhiwei.he" To: dts@dpdk.org Cc: "zhiwei.he" Date: Tue, 20 Aug 2019 10:30:30 +0800 Message-Id: <1566268230-108698-1-git-send-email-zhiwei.he@intel.com> X-Mailer: git-send-email 1.8.3.1 Signed-off-by: zhiwei.he Subject: [dts] [PATCH] conf/test_case_supportlist : Enable CVL25Gand100g to support l2pkt ipv4 tunnel ipv6 tunnel GRE tunnel 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" From: "zhiwei.he" diff --git a/conf/test_case_supportlist.json b/conf/test_case_supportlist.json index 0dbce8e..46b7d93 100644 --- a/conf/test_case_supportlist.json +++ b/conf/test_case_supportlist.json @@ -133,7 +133,9 @@ "fortville_eagle", "fortville_spirit", "fortville_spirit_single", - "fortville_25g" + "fortville_25g", + "columbiaville_25g", + "columbiaville_100g" ], "Target": [ "ALL" @@ -152,7 +154,9 @@ "fortville_eagle", "fortville_spirit", "fortville_spirit_single", - "fortville_25g" + "fortville_25g", + "columbiaville_25g", + "columbiaville_100g" ], "Target": [ "ALL" @@ -192,7 +196,9 @@ "fortville_eagle", "fortville_spirit", "fortville_spirit_single", - "fortville_25g" + "fortville_25g", + "columbiaville_25g", + "columbiaville_100g" ], "Target": [ "ALL" @@ -249,7 +255,9 @@ "fortville_eagle", "fortville_spirit", "fortville_spirit_single", - "fortville_25g" + "fortville_25g", + "columbiaville_25g", + "columbiaville_100g" ], "Target": [ "ALL" @@ -268,7 +276,9 @@ "fortville_eagle", "fortville_spirit", "fortville_spirit_single", - "fortville_25g" + "fortville_25g", + "columbiaville_25g", + "columbiaville_100g" ], "Target": [ "ALL" -- 1.8.3.1