mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-22 06:57:51 +00:00
19 lines
353 B
Plaintext
19 lines
353 B
Plaintext
|
#
|
||
|
# \brief Test using netperf with l4linux
|
||
|
# \date 2013-07-08
|
||
|
#
|
||
|
|
||
|
if {[is_qemu_available]} {
|
||
|
puts "\nNetperf running on Qemu is not supported.\n"
|
||
|
exit
|
||
|
}
|
||
|
|
||
|
# network configuration
|
||
|
set use_nic_bridge 0
|
||
|
|
||
|
set use_usb_11 "no"
|
||
|
set use_usb_20 "no"
|
||
|
set use_usb_30 "yes"
|
||
|
|
||
|
source ${genode_dir}/ports-foc/run/l4linux_netperf.inc
|