From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 60A941B13A for ; Tue, 25 Dec 2018 11:22:22 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 25 Dec 2018 02:22:21 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,396,1539673200"; d="scan'208";a="120974233" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by FMSMGA003.fm.intel.com with ESMTP; 25 Dec 2018 02:22:21 -0800 Received: from fmsmsx154.amr.corp.intel.com (10.18.116.70) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.408.0; Tue, 25 Dec 2018 02:22:21 -0800 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by FMSMSX154.amr.corp.intel.com (10.18.116.70) with Microsoft SMTP Server (TLS) id 14.3.408.0; Tue, 25 Dec 2018 02:22:20 -0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.201]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.203]) with mapi id 14.03.0415.000; Tue, 25 Dec 2018 18:22:19 +0800 From: "Tu, Lijuan" To: "Yao, BingX Y" , "dts@dpdk.org" CC: "Yao, BingX Y" Thread-Topic: [dts] [PATCH V2] tests/flags:case should unbind its own dirver Thread-Index: AQHUm/eD3h+Rk/ZRxE6TtLG6azdnlaWPP3Gg Date: Tue, 25 Dec 2018 10:22:18 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0B9E6A24@SHSMSX101.ccr.corp.intel.com> References: <1545704167-73043-1-git-send-email-bingx.y.yao@intel.com> In-Reply-To: <1545704167-73043-1-git-send-email-bingx.y.yao@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: 11.0.400.15 dlp-reaction: no-action x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNzJiNDcyNGYtZjE1Zi00NGVlLWE4YmUtOWMwMGQ4ZGU2NzAwIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiaHE5R3B4R0p2ZXZHaXFzZFhKUXNlWE9CWUxBQTNzQnJWRlBQMW9CdHRqb0RKV2s4XC9vRHozQ3U3R3FwOUtzMTYifQ== 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 V2] tests/flags:case should unbind its own dirver 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: Tue, 25 Dec 2018 10:22:23 -0000 Applied, thanks > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of yaobing > Sent: Tuesday, December 25, 2018 10:16 AM > To: dts@dpdk.org > Cc: Yao, BingX Y > Subject: [dts] [PATCH V2] tests/flags:case should unbind its own dirver >=20 > unbind_interfaces_linux() can unbind its own driver,do not need pass > parameters >=20 > Signed-off-by: yaobing > --- > tests/TestSuite_unit_tests_eal.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/tests/TestSuite_unit_tests_eal.py > b/tests/TestSuite_unit_tests_eal.py > index 8299b51..9e843e4 100644 > --- a/tests/TestSuite_unit_tests_eal.py > +++ b/tests/TestSuite_unit_tests_eal.py > @@ -261,7 +261,7 @@ class TestUnitTestsEal(TestCase): > Run eal flags autotest. > """ >=20 > - self.dut.unbind_interfaces_linux(driver=3Dself.drivername) > + self.dut.unbind_interfaces_linux() > self.dut.send_expect(self.test_app_cmdline + ' -m 64', > "R.*T.*E.*>.*>", self.start_test_time) > # on FreeBSD need more time than other OS > out =3D self.dut.send_expect("eal_flags_autotest", "RTE>>", 600) > -- > 2.17.2