From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id CA72FA05D3 for ; Wed, 22 May 2019 09:21:46 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 8468010BD; Wed, 22 May 2019 09:21:46 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 786E39E4 for ; Wed, 22 May 2019 09:21:45 +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; 22 May 2019 00:21:44 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,498,1549958400"; d="scan'208";a="174296729" Received: from unknown (HELO localhost.localdomain.sh.intel.com) ([10.240.176.135]) by fmsmga002.fm.intel.com with ESMTP; 22 May 2019 00:21:43 -0700 From: "xiao,qimai" To: dts@dpdk.org Cc: "xiao,qimai" Date: Wed, 22 May 2019 15:26:05 +0800 Message-Id: <1558509965-61578-1-git-send-email-qimaix.xiao@intel.com> X-Mailer: git-send-email 1.9.3 Subject: [dts] [PATCH V1] add module dependences info of inline_ipsec 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" add module dependences info of this case Signed-off-by: xiao,qimai --- test_plans/inline_ipsec_test_plan.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test_plans/inline_ipsec_test_plan.rst b/test_plans/inline_ipsec_test_plan.rst index 9bec8cc..c37b229 100644 --- a/test_plans/inline_ipsec_test_plan.rst +++ b/test_plans/inline_ipsec_test_plan.rst @@ -97,6 +97,9 @@ different ports of the peer traffic generator. Bind two ports to vfio-pci. modprobe vfio-pci +This suite depend PyCryptodome,it provide authenticated encryption modes(GCM) +module dependences:cryptography (1.7.2), pycryptodome (3.4.7), pycryptodomex (3.4.7), +pycryptopp (0.6.0), scapy (2.3.3 or later) Test Case: Inline cfg parsing ============================= -- 2.17.1