netperf: move check for qemu to netperf.inc

This commit is contained in:
Christian Helmuth 2013-11-27 16:17:47 +01:00 committed by Norman Feske
parent 9d82720a29
commit c05a80a139
5 changed files with 6 additions and 21 deletions

View File

@ -4,6 +4,11 @@
# \date 2013-04-18 # \date 2013-04-18
# #
if {[is_qemu_available]} {
puts "\nNetperf running on Qemu is not recommended.\n"
exit
}
set use_usb_driver [expr [have_spec omap4] || [have_spec exynos5]] set use_usb_driver [expr [have_spec omap4] || [have_spec exynos5]]
set use_nic_driver [expr !$use_usb_driver && ![have_spec platform_imx53]] set use_nic_driver [expr !$use_usb_driver && ![have_spec platform_imx53]]
set use_platform_driver [expr [have_spec platform_arndale] || [have_spec platform_imx53]] set use_platform_driver [expr [have_spec platform_arndale] || [have_spec platform_imx53]]
@ -174,7 +179,7 @@ append config {
<arg value="-4"/> <arg value="-4"/>
<arg value="-f"/> <arg value="-f"/>
<libc tx_buf_size="2M" rx_buf_size="2M"} <libc tx_buf_size="2M" rx_buf_size="2M"}
append_if [have_spec linux] config "ip_addr=\"$lx_ip_addr\" netmask=\"255.255.255.0\" gateway=\"10.0.2.1\"" append_if [have_spec linux] config " ip_addr=\"$lx_ip_addr\" netmask=\"255.255.255.0\" gateway=\"10.0.2.1\""
append config {/> append config {/>
</config>} </config>}
append_if $use_nic_bridge config { append_if $use_nic_bridge config {

View File

@ -5,11 +5,6 @@
# \date 2013-07-08 # \date 2013-07-08
# #
if {[is_qemu_available]} {
puts "\nNetperf running on Qemu is not recommented.\n"
exit
}
# network configuration # network configuration
set use_nic_bridge 0 set use_nic_bridge 0
set use_usb_11 "no" set use_usb_11 "no"

View File

@ -5,11 +5,6 @@
# \date 2013-07-08 # \date 2013-07-08
# #
if {[is_qemu_available]} {
puts "\nNetperf running on Qemu is not recommented.\n"
exit
}
if {[have_spec omap4]} { if {[have_spec omap4]} {
puts stderr "\nTest requires 1 Gbit network interface - not supported for omap4\n" puts stderr "\nTest requires 1 Gbit network interface - not supported for omap4\n"
exit 0 exit 0

View File

@ -5,11 +5,6 @@
# \date 2013-07-08 # \date 2013-07-08
# #
if {[is_qemu_available]} {
puts "\nNetperf running on Qemu is not recommented.\n"
exit
}
# network configuration # network configuration
set use_nic_bridge 0 set use_nic_bridge 0
set use_usb_11 "no" set use_usb_11 "no"

View File

@ -5,11 +5,6 @@
# \date 2013-07-08 # \date 2013-07-08
# #
if {[is_qemu_available]} {
puts "\nNetperf running on Qemu is not recommented.\n"
exit
}
if {[have_spec omap4]} { if {[have_spec omap4]} {
puts stderr "\nTest requires 1 Gbit network interface - not supported for omap4\n" puts stderr "\nTest requires 1 Gbit network interface - not supported for omap4\n"
exit 0 exit 0