From 735ab8e8e76b5da7faf5bb010ce1059c2c733f2c Mon Sep 17 00:00:00 2001 From: Xu Tian Date: Thu, 10 Mar 2016 11:39:50 +0800 Subject: [PATCH] generic.test: update netperf download link and configuration Signed-off-by: Xu Tian --- generic/tests/cfg/netperf.cfg | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/generic/tests/cfg/netperf.cfg b/generic/tests/cfg/netperf.cfg index 4f4635db..0578c404 100644 --- a/generic/tests/cfg/netperf.cfg +++ b/generic/tests/cfg/netperf.cfg @@ -52,9 +52,13 @@ #Test base env configration ver_cmd = rpm -q qemu-kvm netperf_version = 2.6.0 - netperf_download_link = ftp://ftp.netperf.org/netperf/netperf-2.6.0.tar.bz2 + netperf_download_link = ftp://ftp.netperf.org/netperf/archive/netperf-2.6.0.tar.bz2 pkg_md5sum = 9654ffdfd4c4f2c93ce3733cd9ed9236 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" + ppc64: + setup_cmd = "cd /tmp && rm -rf netperf-2.6.0 && tar xvfj netperf-2.6.0.tar.bz2 && cd netperf-2.6.0 && ./configure --build=ppc64 --enable-burst --enable-demo=yes && make" + ppc64le: + setup_cmd = "cd /tmp && rm -rf netperf-2.6.0 && tar xvfj netperf-2.6.0.tar.bz2 && cd netperf-2.6.0 && ./configure --build=ppc64le --enable-burst --enable-demo=yes && make" log_hostinfo_script = scripts/rh_perf_log_hostinfo_script.sh # Now the get status functions are implemented for RHEL and Fedora guests. # Not test with other guests, please set this depends on your guest os -- GitLab