提交 a2346a44 编写于 作者: L Lucas Meneghel Rodrigues

netperf: Update snippet config file

Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
上级 a1a0237d
......@@ -12,8 +12,8 @@
nic_model_nic1 = virtio
# bridge_nic2 = switch
nic_model_nic2 = e1000
netperf_files = netperf-2.4.5.tar.bz2 wait_before_data.patch
setup_cmd = "cd /tmp && rm -rf netperf-2.4.5 && tar xvfj netperf-2.4.5.tar.bz2 && cd netperf-2.4.5 && patch -p0 < ../wait_before_data.patch && ./configure --enable-burst && make"
netperf_files = netperf-2.6.0.tar.bz2
setup_cmd = "cd /tmp && rm -rf netperf-2.6.0 && tar xvfj netperf-2.6.0.tar.bz2 && cd netperf-2.6.0 && ./configure --enable-burst && make"
# configure netperf test parameters
l = 60
protocols = "TCP_STREAM TCP_MAERTS TCP_RR"
......@@ -34,7 +34,6 @@
client = localhost
# to test exthost <-> guest:
# client = <external host ip>
- netperf_win:
only Windows
# only support guest run netserver and host run netperf now.
......@@ -58,8 +57,8 @@
# bridge_force_create=yes
pci_model_nic2 = e1000
nics += ' nic2'
netperf_files = netperf-2.4.5.tar.bz2 wait_before_data.patch
setup_cmd = "cd /tmp && rm -rf netperf-2.4.5 && tar xvfj netperf-2.4.5.tar.bz2 && cd netperf-2.4.5 && patch -p0 < ../wait_before_data.patch && ./configure --enable-burst && make"
netperf_files = netperf-2.6.0.tar.bz2
setup_cmd = "cd /tmp && rm -rf netperf-2.6.0 && tar xvfj netperf-2.6.0.tar.bz2 && cd netperf-2.6.0 && ./configure --enable-burst && make"
guest_ver_cmd = "ver"
netperf_with_numa = yes
# configure netperf test parameters
......@@ -104,9 +103,9 @@
config_cmds += ,disable_tcp_heuristics_cmd,disabled_tcp_autotuning_cmd,enable_ctcp_cmd
- netperf_cygwin:
use_cygwin = yes
netperf_src = D:\netperf\netperf-2.4.5
netperf_src = D:\netperf\netperf-2.6.0
cygwin_root = C:\rhcygwin\home\Administrator
cygwin_start = C:\rhcygwin\Cygwin.bat -i /Cygwin-Terminal.ico -
netserv_pattern = "hostname\s+[\d+\.]+\s+port\s+\d+"
netserv_start_cmd = netserver
netperf_install_cmd = cd netperf-2.4.5; ./configure --enable-burst; make; make install
netperf_install_cmd = cd netperf-2.6.0; ./configure --enable-burst; make; make install
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册