From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id E2CD01B3FC for ; Tue, 25 Dec 2018 03:17:42 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 24 Dec 2018 18:17:41 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,394,1539673200"; d="scan'208";a="306437159" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by fmsmga005.fm.intel.com with ESMTP; 24 Dec 2018 18:17:41 -0800 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.408.0; Mon, 24 Dec 2018 18:17:41 -0800 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.182]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.201]) with mapi id 14.03.0415.000; Tue, 25 Dec 2018 10:17:39 +0800 From: "Zhu, WenhuiX" To: "Yao, BingX Y" , "dts@dpdk.org" CC: "Yao, BingX Y" , "Zhu, WenhuiX" Thread-Topic: [dts] [PATCH V2] tests/flags:case should unbind its own dirver Thread-Index: AQHUm/eDpUpq55TZH0OmExUgre0FBqWOt8xQ Date: Tue, 25 Dec 2018 02:17:39 +0000 Message-ID: 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: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: 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 02:17:43 -0000 Tested-by : Zhu, WenhuiX -----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 unbind_interfaces_linux() can unbind its own driver,do not need pass parame= ters Signed-off-by: yaobing --- tests/TestSuite_unit_tests_eal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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