summaryrefslogtreecommitdiff
path: root/conf/crbs.cfg
diff options
context:
space:
mode:
authorMarvin Liu <yong.liu@intel.com>2015-08-07 13:36:09 +0800
committerMarvin Liu <yong.liu@intel.com>2015-08-13 16:13:40 +0800
commitbec332658a54281d64abc566e26e9289e927964b (patch)
tree1e4d727189e14d5ea3817c0236a439bde3c67b2f /conf/crbs.cfg
parent44b044c3f9a1758ef37826302b2c2bcb4a6d70d0 (diff)
Add sample crbs configuration file
This file is sample file for CRBS configuration. User need to configure every option in the file. Signed-off-by: Marvin Liu <yong.liu@intel.com>
Diffstat (limited to 'conf/crbs.cfg')
-rw-r--r--conf/crbs.cfg31
1 files changed, 31 insertions, 0 deletions
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