genode/ports-foc/run/l4linux_netperf_bridge.run
Alexander Boettcher bdd145f62d run: split netperf l4linux script
Split the netperf run script into 3 ones so that it can be used more easily
in an automated run.

It is solely for foc_arndale by now.

l4linux_netperf.run        - use nic via usb2.0
l4linux_netperf-usb30.run  - use nic via usb3.0
l4linux_netperf-bridge.run - use nic via usb3.0 + bridge
2013-07-11 11:02:04 +02:00

19 lines
364 B
Plaintext

#
# \brief Test using netperf with l4linux and bridge
# \date 2013-07-08
#
if {[is_qemu_available]} {
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}/ports-foc/run/l4linux_netperf.inc