mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 21:57:55 +00:00
88f62b0988
Related to #1372.
19 lines
381 B
Plaintext
19 lines
381 B
Plaintext
#
|
|
# \brief Test using netperf with l4linux and bridge
|
|
# \date 2013-07-08
|
|
#
|
|
|
|
if {[have_include "power_on/qemu"]} {
|
|
puts "\nNetperf running on Qemu is not supported.\n"
|
|
exit
|
|
}
|
|
|
|
# network configuration
|
|
set use_nic_bridge 1
|
|
|
|
set use_usb_11 "no"
|
|
set use_usb_20 "no"
|
|
set use_usb_30 "yes"
|
|
|
|
source ${genode_dir}/repos/ports-foc/run/l4linux_netperf.inc
|