From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 7A98AA0548; Wed, 15 Jun 2022 10:41:35 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 47D6A41140; Wed, 15 Jun 2022 10:41:35 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mails.dpdk.org (Postfix) with ESMTP id 2447840220 for ; Wed, 15 Jun 2022 10:41:33 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1655282494; x=1686818494; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=RVFfqpNgNppOUsWu7OV6K6Bsovd6GZEkEzGO/qmw9r4=; b=NvehzHWPQbd1wI+r8z+FtYml3uCisjhZHVzhHR3HDyPtvTTHcVT6G2Wc XrkB2iLt7syaDZHIE455ec0DbhjBtWN5qoJkUYz2IiIQZUcWAtSPo+4S1 c55+YSiAdVskvi5n9xeaK+2ufCNc89TLOfqJZKbHs+hnkevXv73ZG6Tu4 npRlzHgX9t99QCRmUiNajEyerTsGgSgLVDEKv1FqB7T3J99JskSzhVp4J uipu/ViRnvzKwywCcNQ1XHxPf5Q8klAv4wDu/7P+TTA9KQQ9D8gkbGLH8 Nsj6lwngKbTr4CHmRxJtHdBmNBj3ND4k/MIQyycH6guFHGLjijUK/frrl w==; X-IronPort-AV: E=McAfee;i="6400,9594,10378"; a="278930722" X-IronPort-AV: E=Sophos;i="5.91,300,1647327600"; d="scan'208";a="278930722" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Jun 2022 01:41:33 -0700 Message-Id: <7f4525$j35u9o@fmsmga008-auth.fm.intel.com> Date: 15 Jun 2022 01:41:31 -0700 X-IronPort-AV: E=Sophos;i="5.91,300,1647327600"; d="scan'208";a="640874812" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.208]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Jun 2022 01:41:31 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: [dts][PATCH V1 2/2] conf/test_case_checklist: remove case test_simple_symmetric From: lijuan.tu@intel.com To: dts@dpdk.org,Lingli Chen Cc: Lingli Chen In-Reply-To: <20220531094421.7119-2-linglix.chen@intel.com> 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: , Reply-To: Lingli Chen Errors-To: dts-bounces@dpdk.org On Tue, 31 May 2022 05:44:21 -0400, Lingli Chen wrot= e: > remove not support case simple_symmetric >=20 > Signed-off-by: Lingli Chen Series applied, thanks