From 8b52a31ed2c299b759f330c4f976b9c70f5765f4 Mon Sep 17 00:00:00 2001 From: Hanoh Haim Date: Wed, 24 Jun 2015 14:03:29 +0300 Subject: first version --- scripts/automation/config/trex-esp80-hhaim.cfg | 31 ++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100755 scripts/automation/config/trex-esp80-hhaim.cfg (limited to 'scripts/automation/config/trex-esp80-hhaim.cfg') diff --git a/scripts/automation/config/trex-esp80-hhaim.cfg b/scripts/automation/config/trex-esp80-hhaim.cfg new file mode 100755 index 00000000..fa5414d4 --- /dev/null +++ b/scripts/automation/config/trex-esp80-hhaim.cfg @@ -0,0 +1,31 @@ +# Configuration for trex01-1g TRex machine +# +# machine_name - can be DNS name or IP for the TRex machine for ssh to the box +# password - root password for TRex machine +# machine_type - 1G or 10G TRex machine +# config_file - configuration file for TRex, can be "" if default +# is_dual - should the TRex inject with -p ? +# version_path - path to the t-rex version and executable +# exec - executable name (which will be under the version_path) +# cores - how many cores should be used +# limit-ports - how many ports should be used +# latency - rate of latency packets injected by the TRex + +[trex] +machine_name=csi-kiwi-02 +machine_type=10G +config_file= +is_dual=yes +version_path=/auto/proj-pcube-b/apps/PL-b/tools/bp_sim2/v1.32/ +exec=t-rex-64 +limit_ports=4 +latency=1000 +misc_params= + +# Configuration for the router connected to the TRex +# +# interface - interface that can be used to communicate with the router + +[router] +interface=10.56.192.57 +password=cisco -- cgit 1.2.3-korg