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