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 81333A034C; Tue, 18 Aug 2020 10:00:22 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 6DF9E1C022; Tue, 18 Aug 2020 10:00:22 +0200 (CEST) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 1CA1A14581 for ; Tue, 18 Aug 2020 10:00:19 +0200 (CEST) IronPort-SDR: AyZrT+bZK7p4tIU6wZtLKO6W8D+wnTGm+usRoVZIDuCAo8TgJwV4F2mcS0rKSJFlMajJlVvzPg lT1Tq6c/9Q+A== X-IronPort-AV: E=McAfee;i="6000,8403,9716"; a="172908669" X-IronPort-AV: E=Sophos;i="5.76,326,1592895600"; d="scan'208";a="172908669" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Aug 2020 01:00:17 -0700 IronPort-SDR: RfaXNlIT2xAb1kzZfW6MwDMzx5VILlNQsptZbTU4YUa/qmIxeIt1wNvif/NJvKreolzl2oJet8 WuXv3/xKpugQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.76,326,1592895600"; d="scan'208";a="326658170" Received: from fmsmsx602-2.cps.intel.com (HELO fmsmsx602.amr.corp.intel.com) ([10.18.84.212]) by orsmga008.jf.intel.com with ESMTP; 18 Aug 2020 01:00:15 -0700 Received: from shsmsx603.ccr.corp.intel.com (10.109.6.143) by fmsmsx602.amr.corp.intel.com (10.18.126.82) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Tue, 18 Aug 2020 01:00:14 -0700 Received: from shsmsx602.ccr.corp.intel.com (10.109.6.142) by SHSMSX603.ccr.corp.intel.com (10.109.6.143) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Tue, 18 Aug 2020 16:00:13 +0800 Received: from shsmsx602.ccr.corp.intel.com ([10.109.6.142]) by SHSMSX602.ccr.corp.intel.com ([10.109.6.142]) with mapi id 15.01.1713.004; Tue, 18 Aug 2020 16:00:13 +0800 From: "Zhao, XinfengX" To: "dts@dpdk.org" Thread-Topic: [dts][PATCH V1 4/4] tests: remove Unnecessary common_base modification Thread-Index: AQHWdPkeVM5+i+Z7RkO1vf/sQsieTqk9gSwg Date: Tue, 18 Aug 2020 08:00:13 +0000 Message-ID: References: <20200818004716.15211-1-xinfengx.zhao@intel.com> <20200818004716.15211-4-xinfengx.zhao@intel.com> In-Reply-To: <20200818004716.15211-4-xinfengx.zhao@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.36] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dts] [PATCH V1 4/4] tests: remove Unnecessary common_base modification 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" Tested-by: Zhao, Xinfeng -----Original Message----- From: Zhao, XinfengX=20 Sent: Tuesday, August 18, 2020 8:47 AM To: dts@dpdk.org Cc: Zhao, XinfengX Subject: [dts][PATCH V1 4/4] tests: remove Unnecessary common_base modifica= tion Signed-off-by: xinfeng zhao --- tests/TestSuite_compressdev_qat_pmd.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/TestSuite_compressdev_qat_pmd.py b/tests/TestSuite_compr= essdev_qat_pmd.py index 601ed62..0451cf0 100644 --- a/tests/TestSuite_compressdev_qat_pmd.py +++ b/tests/TestSuite_compressdev_qat_pmd.py @@ -56,8 +56,6 @@ class TestCompressdevQatPmd(TestCase): def prepare_dpdk(self): self.dut.send_expect( "sed -i 's/CONFIG_RTE_COMPRESSDEV_TEST=3Dn$/CONFIG_RTE_COMPRES= SDEV_TEST=3Dy/' config/common_base", "# ") - self.dut.send_expect( - "sed -i 's/CONFIG_RTE_LIBRTE_PMD_QAT_SYM=3Dn$/CONFIG_RTE_LIBRT= E_PMD_QAT_SYM=3Dy/' config/common_base", "# ") self.dut.build_install_dpdk(self.dut.target) =20 def get_perf_default_device(self, dev_num=3D3): --=20 2.17.1