[dts] [PATCH V2 2/4] Add sample crbs configuration file

Yong Liu yong.liu at intel.com
Fri Aug 7 07:36:09 CEST 2015


From: Marvin Liu <yong.liu at intel.com>

This file is sample file for CRBS configuration. User need to configure every
option in the file.

Signed-off-by: Marvin Liu <yong.liu at intel.com>

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



More information about the dts mailing list