提交 99c1aa7a 编写于 作者: F Feng Yang 提交者: Lucas Meneghel Rodrigues

qemu.tests.cfg: Add migrate.with_netperf sub test case.

Signed-off-by: NFeng Yang <fyang@redhat.com>
上级 e6de3052
......@@ -144,3 +144,16 @@
no Host_RHEL.6.1
migrate_between_vhost_novhost = "yes"
type = migration_with_file_transfer
- with_netperf:
no JeOS
only Linux
iterations = 1
type = migration_with_netperf
client_num = 100
netperf_timeout = 1000
mig_timeout = 1000
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 --enable-demo=yes && make"
netperf_cmd = /tmp/netperf-2.6.0/src/netperf -H %s -l %s
netserver_cmd = /tmp/netperf-2.6.0/src/netserver
cleanup_cmd = "rm -rf /tmp/netperf-2.6.0.tar.bz2; rm -rf netperf-2.6.0"
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册