From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 5EB911075 for ; Thu, 16 Mar 2017 07:04:37 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1489644278; x=1521180278; h=from:to:cc:subject:date:message-id; bh=+rw10VuxvRmOdrlFOO+Vp4cQ6iwA7DGvsPRxArgLKMI=; b=j4hbDfoDPCJX0VstfcHY9yIBSm4uv4Bq7Haf3aRBUjLNTkhXLdRpdErx /eUJFHTKJG6Hxw7KWRSV/Ec49kpKWQ==; Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 15 Mar 2017 23:04:36 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,170,1486454400"; d="scan'208";a="76747909" Received: from stv-crb-28.sh.intel.com (HELO dpdk-ae-neoncity001.localdomain.com) ([10.239.128.83]) by fmsmga005.fm.intel.com with ESMTP; 15 Mar 2017 23:04:35 -0700 From: gangx.yang@intel.com To: dts@dpdk.org Cc: Gang Yang Date: Thu, 16 Mar 2017 13:59:36 +0800 Message-Id: <1489643976-416099-1-git-send-email-gangx.yang@intel.com> X-Mailer: git-send-email 2.5.5 Subject: [dts] [PATCH V4 1/2]test-crypto-perf:Add crypto performance auto test code 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: , X-List-Received-Date: Thu, 16 Mar 2017 06:04:37 -0000 From: Gang Yang V4: - change crypto performance class name Signed-off-by: Gang Yang --- tests/TestSuite_crypto_perf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/TestSuite_crypto_perf.py b/tests/TestSuite_crypto_perf.py index e1f9d87..b9e3a7c 100755 --- a/tests/TestSuite_crypto_perf.py +++ b/tests/TestSuite_crypto_perf.py @@ -44,7 +44,7 @@ import random from test_case import TestCase -class TestL2fwdCrypto(TestCase): +class TestCryptoPerf(TestCase): def set_up_all(self): -- 2.5.5