Skip to content

Commit

Permalink
netperf_udp_perf: Update CFLAGS in netperf setup command
Browse files Browse the repository at this point in the history
bypass compilation with -Wno-implicit-function-declaration
More information reference [1]

[1] avocado-framework/avocado-vt#3930

Signed-off-by: Wenli Quan <[email protected]>
  • Loading branch information
quanwenli committed Jul 18, 2024
1 parent ea04bbd commit 425e2ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 CFLAGS=-fcommon"
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 -Wno-implicit-function-declaration'"
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 Down

0 comments on commit 425e2ef

Please sign in to comment.