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 B9FB92E8F for ; Fri, 7 Aug 2015 04:02:50 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga103.fm.intel.com with ESMTP; 06 Aug 2015 19:02:49 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.15,626,1432623600"; d="scan'208";a="537472555" Received: from pgsmsx102.gar.corp.intel.com ([10.221.44.80]) by FMSMGA003.fm.intel.com with ESMTP; 06 Aug 2015 19:02:49 -0700 Received: from shsmsx103.ccr.corp.intel.com (10.239.110.14) by PGSMSX102.gar.corp.intel.com (10.221.44.80) with Microsoft SMTP Server (TLS) id 14.3.224.2; Fri, 7 Aug 2015 10:02:48 +0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.18]) by SHSMSX103.ccr.corp.intel.com ([169.254.4.38]) with mapi id 14.03.0224.002; Fri, 7 Aug 2015 10:02:46 +0800 From: "Xu, HuilongX" To: "Liu, Yong" , "dts@dpdk.org" Thread-Topic: [dts] [PATCH 2/4] Add sample crbs configuration file Thread-Index: AQHQ0ERrSA3GnosZVkGWk0uTx46VCp3/yV9w Date: Fri, 7 Aug 2015 02:02:46 +0000 Message-ID: References: <1438864522-3699-1-git-send-email-yong.liu@intel.com> <1438864522-3699-3-git-send-email-yong.liu@intel.com> In-Reply-To: <1438864522-3699-3-git-send-email-yong.liu@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 2/4] Add sample crbs configuration file 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: Fri, 07 Aug 2015 02:02:51 -0000 Hi yong, Could you move "ixia group" to config also. Thanks a lot > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Yong Liu > Sent: Thursday, August 06, 2015 8:35 PM > To: dts@dpdk.org > Subject: [dts] [PATCH 2/4] Add sample crbs configuration file >=20 > From: Marvin Liu >=20 > This file is sample file for CRBS configuration. User need to configure > every > option in the file. >=20 > Signed-off-by: Marvin Liu >=20 > diff --git a/conf/crbs.cfg b/conf/crbs.cfg > new file mode 100644 > index 0000000..de8e025 > --- /dev/null > +++ b/conf/crbs.cfg > @@ -0,0 +1,28 @@ > +#DUT crbs Configuration > +#[DUT IP] > +# dut_ip: DUT ip address > +# dut_user: Login DUT username > +# dut_passwd: Login DUT password > +# tester_ip: Tester ip address > +# tester_passwd: Tester password > +# ixia_group: IXIA group nmae > +# channels: Board channel number > +# bypass_core0: Whether by pass core0 > +[DUT IP1] > +dut_ip=3Dxxx.xxx.xxx.xxx > +dut_user=3Droot > +dut_passwd=3D > +tester_ip=3Dxxx.xxx.xxx.xxx > +tester_passwd=3D > +ixia_group=3D > +channels=3D4 > +bypass_core0=3DTrue > +[DUT IP2] > +dut_ip=3Dyyy.yyy.yyy.yyy > +dut_user=3Droot > +dut_passwd=3D > +tester_ip=3Dyyy.yyy.yyy.yyy > +tester_passwd=3D > +ixia_group=3D > +channels=3D4 > +bypass_core0=3DTrue > -- > 1.9.3