mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-26 08:51:08 +00:00
f48bfd5db9
Issue #1189
19 lines
359 B
Plaintext
19 lines
359 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}/repos/ports-foc/run/l4linux_netperf.inc
|