2013-06-20 09:13:12 +00:00
|
|
|
#
|
2013-07-08 10:04:17 +00:00
|
|
|
# \brief Test using netperf with l4linux
|
|
|
|
# \date 2013-07-08
|
2013-06-20 09:13:12 +00:00
|
|
|
#
|
|
|
|
|
2015-01-08 21:09:08 +00:00
|
|
|
if {[have_include "power_on/qemu"]} {
|
2013-07-08 10:04:17 +00:00
|
|
|
puts "\nNetperf running on Qemu is not supported.\n"
|
|
|
|
exit
|
2013-06-20 09:13:12 +00:00
|
|
|
}
|
|
|
|
|
2013-07-08 10:04:17 +00:00
|
|
|
# network configuration
|
|
|
|
set use_nic_bridge 0
|
2013-06-20 09:13:12 +00:00
|
|
|
|
2013-07-08 10:04:17 +00:00
|
|
|
set use_usb_11 "no"
|
|
|
|
set use_usb_20 "yes"
|
|
|
|
set use_usb_30 "no"
|
2013-06-20 09:13:12 +00:00
|
|
|
|
2014-05-07 09:48:19 +00:00
|
|
|
source ${genode_dir}/repos/ports-foc/run/l4linux_netperf.inc
|