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 34C41A3168 for ; Thu, 17 Oct 2019 03:46:22 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id E8D0E1DFEC; Thu, 17 Oct 2019 03:46:21 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 7CE451DFE4 for ; Thu, 17 Oct 2019 03:46:20 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 16 Oct 2019 18:46:19 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.67,305,1566889200"; d="scan'208";a="225994913" Received: from unknown (HELO dpdk-wenjielx-dtspatch135.sh.intel.com) ([10.240.176.135]) by fmsmga002.fm.intel.com with ESMTP; 16 Oct 2019 18:46:18 -0700 From: yaobing To: dts@dpdk.org Cc: yaobing Date: Thu, 17 Oct 2019 09:51:31 +0800 Message-Id: <1571277091-11889-1-git-send-email-bingx.y.yao@intel.com> X-Mailer: git-send-email 1.9.3 Subject: [dts] [PATCH V1] tests/l2fwd_cryptodev_func:change disgest_size according to dpdk 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" dpdk commit id:0996ed0d5ad65b6419e3ce66a420199c3ed45ca9,changed digest_size value from 16 to 12 Signed-off-by: yaobing --- tests/TestSuite_l2fwd_cryptodev_func.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/TestSuite_l2fwd_cryptodev_func.py b/tests/TestSuite_l2fwd_cryptodev_func.py index e0f0b5b..84658d6 100644 --- a/tests/TestSuite_l2fwd_cryptodev_func.py +++ b/tests/TestSuite_l2fwd_cryptodev_func.py @@ -1740,7 +1740,7 @@ test_vectors = { "aad": [0], "aad_random_size": "", "input": [256], - "digest_size": [16], + "digest_size": [12], "output_cipher": "*", "output_hash": "*" }, -- 2.17.2