From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 54060995A for ; Mon, 31 Jul 2017 10:02:06 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 31 Jul 2017 01:02:05 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,441,1496127600"; d="scan'208";a="1201029766" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by fmsmga002.fm.intel.com with ESMTP; 31 Jul 2017 01:01:56 -0700 Received: from fmsmsx117.amr.corp.intel.com (10.18.116.17) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 31 Jul 2017 00:54:23 -0700 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by fmsmsx117.amr.corp.intel.com (10.18.116.17) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 31 Jul 2017 00:54:23 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.116]) by shsmsx102.ccr.corp.intel.com ([169.254.2.146]) with mapi id 14.03.0319.002; Mon, 31 Jul 2017 15:54:19 +0800 From: "Liu, Yong" To: "Xu, HuilongX" , "dts@dpdk.org" CC: "Xu, HuilongX" Thread-Topic: [dts] [PATCH V1] remove pci unit test case Thread-Index: AQHTCdDmZUQ9Ma9lP0SSNo3h6FrMoKJtkLAw Date: Mon, 31 Jul 2017 07:54:19 +0000 Message-ID: <86228AFD5BCD8E4EBFD2B90117B5E81E62E34071@SHSMSX103.ccr.corp.intel.com> References: <1501487042-52363-1-git-send-email-huilongx.xu@intel.com> <1501487042-52363-2-git-send-email-huilongx.xu@intel.com> In-Reply-To: <1501487042-52363-2-git-send-email-huilongx.xu@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 10.0.102.7 dlp-reaction: no-action x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dts] [PATCH V1] remove pci unit test case 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: Mon, 31 Jul 2017 08:02:06 -0000 Thanks, applied. Please add signed-off tag in your patch. > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of xu,huilong > Sent: Monday, July 31, 2017 3:44 PM > To: dts@dpdk.org > Cc: Xu, HuilongX > Subject: [dts] [PATCH V1] remove pci unit test case >=20 > pci unit test case remove already in dpdk 17.08 > --- > tests/TestSuite_unit_tests_eal.py | 10 ---------- > 1 file changed, 10 deletions(-) >=20 > diff --git a/tests/TestSuite_unit_tests_eal.py > b/tests/TestSuite_unit_tests_eal.py > index 2b46952..ba58891 100644 > --- a/tests/TestSuite_unit_tests_eal.py > +++ b/tests/TestSuite_unit_tests_eal.py > @@ -153,16 +153,6 @@ class TestUnitTestsEal(TestCase): > self.dut.send_expect("quit", "# ") > self.verify("Test OK" in out, "Test failed") >=20 > - def test_pci(self): > - """ > - Run pci autotest. > - """ > - # should re-compile test app, this is only a demo. will > implementation after framework support > - self.dut.send_expect("./%s/app/test_pci -n 1 -c f" % self.target= , > "R.*T.*E.*>.*>" , self.start_test_time) > - out =3D self.dut.send_expect("pci_autotest", "RTE>>", > self.run_cmd_time) > - self.dut.send_expect("quit", "# ") > - self.verify("Test OK" in out, "Test failed") > - > def test_atomic(self): > """ > Run atomic autotest. > -- > 1.9.3