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 84475A046B for ; Fri, 26 Jul 2019 11:25:08 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 6488C1B9A8; Fri, 26 Jul 2019 11:25:08 +0200 (CEST) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 1448C1B95C for ; Fri, 26 Jul 2019 11:25:06 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 26 Jul 2019 02:25:05 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,310,1559545200"; d="scan'208";a="181813311" Received: from unknown (HELO debug193.icx.intel.com) ([10.240.176.193]) by orsmga002.jf.intel.com with ESMTP; 26 Jul 2019 02:25:05 -0700 From: Wenjie Li To: dts@dpdk.org Cc: Wenjie Li Date: Fri, 26 Jul 2019 18:20:49 +0000 Message-Id: <1564165249-60708-1-git-send-email-wenjiex.a.li@intel.com> X-Mailer: git-send-email 1.9.3 Subject: [dts] [PATCH V1] conf/checklist: skip simple_symmetric 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" skip simple_symmetric due to DPDK-8410. Signed-off-by: Wenjie Li --- conf/test_case_checklist.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/conf/test_case_checklist.json b/conf/test_case_checklist.json index bd7db60..2cb6d7d 100644 --- a/conf/test_case_checklist.json +++ b/conf/test_case_checklist.json @@ -1421,11 +1421,10 @@ "ALL" ], "Target": [ - "i686-native-linuxapp-gcc", - "i686-native-linuxapp-icc" + "ALL" ], - "Bug ID": "", - "Comments": "32 bit not support this case/not enough queue" + "Bug ID": "DPDK-8410", + "Comments": "DPDK-8410, won't fix; skip this case" }, { "OS": [ -- 2.17.1