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 559F35A51 for ; Fri, 7 Aug 2015 07:36:23 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga103.jf.intel.com with ESMTP; 06 Aug 2015 22:36:23 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.15,627,1432623600"; d="scan'208";a="763796344" Received: from shvmail01.sh.intel.com ([10.239.29.42]) by fmsmga001.fm.intel.com with ESMTP; 06 Aug 2015 22:36:21 -0700 Received: from shecgisg003.sh.intel.com (shecgisg003.sh.intel.com [10.239.29.90]) by shvmail01.sh.intel.com with ESMTP id t775aJav004638; Fri, 7 Aug 2015 13:36:19 +0800 Received: from shecgisg003.sh.intel.com (localhost [127.0.0.1]) by shecgisg003.sh.intel.com (8.13.6/8.13.6/SuSE Linux 0.8) with ESMTP id t775aHnC032691; Fri, 7 Aug 2015 13:36:19 +0800 Received: (from yliu84x@localhost) by shecgisg003.sh.intel.com (8.13.6/8.13.6/Submit) id t775aHV2032687; Fri, 7 Aug 2015 13:36:17 +0800 From: Yong Liu To: dts@dpdk.org Date: Fri, 7 Aug 2015 13:36:09 +0800 Message-Id: <1438925771-32641-3-git-send-email-yong.liu@intel.com> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1438925771-32641-1-git-send-email-yong.liu@intel.com> References: <1438925771-32641-1-git-send-email-yong.liu@intel.com> Subject: [dts] [PATCH V2 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 05:36:23 -0000 From: Marvin Liu This file is sample file for CRBS configuration. User need to configure every option in the file. Signed-off-by: Marvin Liu diff --git a/conf/crbs.cfg b/conf/crbs.cfg new file mode 100644 index 0000000..81c5c29 --- /dev/null +++ b/conf/crbs.cfg @@ -0,0 +1,31 @@ +#DUT crbs Configuration +#[DUT IP] +# dut_ip: DUT ip address +# dut_user: Login DUT username +# dut_passwd: Login DUT password +# os: operation system type linux or freebsd +# 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=xxx.xxx.xxx.xxx +dut_user=root +dut_passwd= +os=linux +tester_ip=xxx.xxx.xxx.xxx +tester_passwd= +ixia_group= +channels=4 +bypass_core0=True +[DUT IP2] +dut_ip=yyy.yyy.yyy.yyy +dut_user=root +dut_passwd= +os=linux +tester_ip=yyy.yyy.yyy.yyy +tester_passwd= +ixia_group= +channels=4 +bypass_core0=True -- 1.9.3