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 753FDA0350; Tue, 23 Jun 2020 07:35:41 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 280F61D55C; Tue, 23 Jun 2020 07:35:41 +0200 (CEST) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id BAEC31D555 for ; Tue, 23 Jun 2020 07:35:39 +0200 (CEST) IronPort-SDR: bWMUkaHYiYFZri8+jIVe2Xt8Zfj+oCnF65/zSw9/El/9lSIZroYEL20SSs8oyqe1ik0dkudoO5 UPuLK9ndI9tA== X-IronPort-AV: E=McAfee;i="6000,8403,9660"; a="162046676" X-IronPort-AV: E=Sophos;i="5.75,270,1589266800"; d="scan'208";a="162046676" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Jun 2020 22:35:38 -0700 IronPort-SDR: h3u66nxrETigXVvvyLqi4Mypk7aoz4TfYgmZQOtinOSR1c/2YZkV625TeTFk3q+0Oepx40+nki IKasI5ex/Wsw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,270,1589266800"; d="scan'208";a="311170935" Received: from unknown (HELO localhost.localdomain) ([10.240.183.80]) by fmsmga002.fm.intel.com with ESMTP; 22 Jun 2020 22:35:36 -0700 From: Xie wei To: dts@dpdk.org Cc: Xie wei Date: Tue, 23 Jun 2020 13:36:38 +0800 Message-Id: <20200623053638.15491-1-weix.xie@intel.com> X-Mailer: git-send-email 2.17.1 Subject: [dts] [PATCH V1] conf/test_case_checklist:fixed same cases in checklist 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" the same case will cover the front one Signed-off-by: Xie wei --- conf/test_case_checklist.json | 60 ++++++----------------------------- 1 file changed, 9 insertions(+), 51 deletions(-) diff --git a/conf/test_case_checklist.json b/conf/test_case_checklist.json index 49fdb4c..ac03b06 100644 --- a/conf/test_case_checklist.json +++ b/conf/test_case_checklist.json @@ -1733,7 +1733,9 @@ "ALL" ], "NIC": [ - "powerville" + "powerville", + "columbiaville_100g", + "columbiaville_25g" ], "Target": [ "ALL" @@ -1748,7 +1750,9 @@ "ALL" ], "NIC": [ - "powerville" + "powerville", + "columbiaville_100g", + "columbiaville_25g" ], "Target": [ "ALL" @@ -1763,7 +1767,9 @@ "ALL" ], "NIC": [ - "powerville" + "powerville", + "columbiaville_100g", + "columbiaville_25g" ], "Target": [ "ALL" @@ -3433,54 +3439,6 @@ "Comments": "32 bites not support this case(memoory not enough)." } ], - "dpdk_2pf_2vf_1vm_iplink_macfilter": [ - { - "OS": [ - "ALL" - ], - "NIC": [ - "columbiaville_100g", - "columbiaville_25g" - ], - "Target": [ - "ALL" - ], - "Bug ID": "", - "Comments": "CVL not support DPDK PF + DPDK VF" - } - ], - "dpdk_2pf_2vf_1vm": [ - { - "OS": [ - "ALL" - ], - "NIC": [ - "columbiaville_100g", - "columbiaville_25g" - ], - "Target": [ - "ALL" - ], - "Bug ID": "", - "Comments": "CVL not support DPDK PF + DPDK VF" - } - ], - "dpdk_pf_vf_reset": [ - { - "OS": [ - "ALL" - ], - "NIC": [ - "columbiaville_100g", - "columbiaville_25g" - ], - "Target": [ - "ALL" - ], - "Bug ID": "", - "Comments": "CVL not support DPDK PF + DPDK VF" - } - ], "VEB_switching_inter_vfs_and_pf": [ { "OS": [ -- 2.17.1