genode/repos/ports/run/netperf_lwip.run
Josef Söntgen 8d9561595c netperf: add wifi test
Enables testing of the wifi_drv with netperf.

Fixes #1415.
2015-02-27 11:48:07 +01:00

17 lines
446 B
Plaintext

#
# \brief Test using netperf with a native driver or if not available for
# the platform using usb 2.0 by default
# \author Alexander Boettcher
# \date 2013-07-08
#
# network configuration
set use_nic_bridge 0
set use_wifi_driver 0
set use_usb_11 "no"
set use_usb_20 "yes"
set use_usb_30 "no"
source ${genode_dir}/repos/ports/run/netperf_lwip.inc
source ${genode_dir}/repos/ports/run/netperf.inc