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 B007E100F for ; Wed, 30 Aug 2017 08:15:30 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 29 Aug 2017 23:15:29 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,447,1498546800"; d="scan'208";a="895422470" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by FMSMGA003.fm.intel.com with ESMTP; 29 Aug 2017 23:15:29 -0700 Received: from fmsmsx152.amr.corp.intel.com (10.18.125.5) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 29 Aug 2017 23:15:29 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by FMSMSX152.amr.corp.intel.com (10.18.125.5) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 29 Aug 2017 23:15:29 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.219]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.98]) with mapi id 14.03.0319.002; Wed, 30 Aug 2017 14:15:27 +0800 From: "Liu, Yong" To: "Xu, GangX" , "dts@dpdk.org" CC: "Xu, GangX" Thread-Topic: [dts] [PATCH V1] delete alias sed=gsed on freebsd Thread-Index: AQHTIVcvZJEayrsVT0eAu6FJCjDPe6Kca+bg Date: Wed, 30 Aug 2017 06:15:27 +0000 Message-ID: <86228AFD5BCD8E4EBFD2B90117B5E81E62E954D1@SHSMSX103.ccr.corp.intel.com> References: <1504073709-102238-1-git-send-email-gangx.xu@intel.com> In-Reply-To: <1504073709-102238-1-git-send-email-gangx.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: 11.0.0.116 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] delete alias sed=gsed on freebsd 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: Wed, 30 Aug 2017 06:15:32 -0000 Gang, I think your comment is wrong. Freebsd has gsed and do not have sed. > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of xu,gang > Sent: Wednesday, August 30, 2017 2:15 PM > To: dts@dpdk.org > Cc: Xu, GangX > Subject: [dts] [PATCH V1] delete alias sed=3Dgsed on freebsd >=20 > freebsd support sed and have not gsed >=20 > Signed-off-by: xu,gang > --- > framework/dut.py | 1 - > 1 file changed, 1 deletion(-) >=20 > diff --git a/framework/dut.py b/framework/dut.py > index 51a8f45..22ff0bb 100644 > --- a/framework/dut.py > +++ b/framework/dut.py > @@ -190,7 +190,6 @@ class Dut(Crb): >=20 > if self.get_os_type() =3D=3D 'freebsd': > self.send_expect('alias make=3Dgmake', '# ') > - self.send_expect('alias sed=3Dgsed', '# ') >=20 > self.init_core_list() > self.pci_devices_information() > -- > 1.9.3