Skip to content

Commit

Permalink
Merge pull request #3729 from quanwenli/cflags
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulYuuu authored May 26, 2023
2 parents 7ae3356 + 613f486 commit 9ba2d0d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions qemu/tests/cfg/netperf_udp_perf.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
test_duration = 20
netperf_version = 2.7.1
netperf_pkg = netperf/netperf-2.7.1.tar.bz2
setup_cmd = "cd /tmp && rm -rf netperf-2.7.1 && tar xvfj netperf-2.7.1.tar.bz2 && cd netperf-2.7.1 && sh autogen.sh && ./configure --enable-burst --enable-demo=yes --enable-intervals=yes && make"
setup_cmd = "cd /tmp && rm -rf netperf-2.7.1 && tar xvfj netperf-2.7.1.tar.bz2 && cd netperf-2.7.1 && sh autogen.sh && ./configure --enable-burst --enable-demo=yes --enable-intervals=yes && make CFLAGS=-fcommon"
log_hostinfo_script = scripts/rh_perf_log_hostinfo_script.sh
host_tuned_profile = "tuned-adm profile virtual-host"
client_tuned_profile = "tuned-adm profile virtual-host"
Expand All @@ -39,18 +39,18 @@
env_setup_cmd += " setenforce 1"
#client configuration
#please fix client/client_public_ip/client_physical_nic base on environment
#client =
#client_public_ip =
#client_physical_nic =
#client =
#client_public_ip =
#client_physical_nic =
username_client = root
#password_client =
#password_client =
shell_client_client = ssh
shell_port_client = 22
shell_prompt_client = \[root@.{0,50}][\#\$]
#host configuration
shell_port_host = 22
username_host = root
#password_host =
#password_host =
os_type_client = linux
os_type_host = linux
shell_prompt_host = \[root@.{0,50}][\#\$]

0 comments on commit 9ba2d0d

Please sign in to comment.