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 9FAE9A0513; Thu, 4 Jun 2020 02:55:58 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id ACB1E1D5A8; Thu, 4 Jun 2020 02:55:57 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 780351D585 for ; Thu, 4 Jun 2020 02:55:54 +0200 (CEST) IronPort-SDR: IJs3uPfeL7uD7VIkAHvh1g2Q7FA0J3/jJEO0JXb5NuUPPCXIKuwo+owBg3XvucSyFM1kS++XUQ PtgLV3Q0cSag== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Jun 2020 17:55:53 -0700 IronPort-SDR: vemryf+0/q8GhlThMDvI+gaEQBwYTdozTCUicpS8xN1k/QC6eAGSicGM9626biU+w8FYJ6Pw8V 8R0FSALYJsBg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,470,1583222400"; d="scan'208";a="269251891" Received: from unknown (HELO dpdk-xinfengx-dut.sh.intel.com) ([10.67.117.16]) by orsmga003.jf.intel.com with ESMTP; 03 Jun 2020 17:55:50 -0700 From: xinfengx To: dts@dpdk.org Cc: xinfengx Date: Thu, 4 Jun 2020 08:54:39 +0800 Message-Id: <20200604005445.110297-1-xinfengx.zhao@intel.com> X-Mailer: git-send-email 2.17.1 Subject: [dts] [PATCH V1 0/6] rework cryptodev test script and conf 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" conf: simplify conf settings for cryptodev test tests/cryptodev_common: improve cryptodev common methods tests/crypto_perf_cryptodev_perf: rework crypto_perf test script tests/l2fwd_cryptodev_func: rework l2fwd_crypto test script tests/ipsec_gw_cryptodev_func: rework cryptodev ipsec test script tests/unit_tests_cryptodev_func: rework cryptodev unit test script conf/crypto_perf_cryptodev_perf.cfg | 115 +- conf/cryptodev_sample.cfg | 6 + conf/ipsec_gw_cryptodev_func.cfg | 156 +-- conf/l2fwd_cryptodev_func.cfg | 35 - conf/unit_tests_cryptodev_func.cfg | 11 - tests/TestSuite_crypto_perf_cryptodev_perf.py | 628 ++++------ tests/TestSuite_ipsec_gw_cryptodev_func.py | 624 ++-------- tests/TestSuite_l2fwd_cryptodev_func.py | 1036 ++++------------- tests/TestSuite_unit_tests_cryptodev_func.py | 56 +- tests/cryptodev_common.py | 117 +- 10 files changed, 785 insertions(+), 1999 deletions(-) create mode 100644 conf/cryptodev_sample.cfg delete mode 100644 conf/l2fwd_cryptodev_func.cfg delete mode 100644 conf/unit_tests_cryptodev_func.cfg -- 2.17.1