From: Konrad Rzeszutek Wilk Date: Wed, 9 Feb 2011 22:58:33 +0000 (-0500) Subject: test=net launches netperf and iperf. X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=8cf971360420d82d60e94c67f0a19bac76639462;p=xentesttools%2Fbootstrap.git test=net launches netperf and iperf. --- diff --git a/root_image/etc/init.d/rcS b/root_image/etc/init.d/rcS index caba718..31f6c92 100755 --- a/root_image/etc/init.d/rcS +++ b/root_image/etc/init.d/rcS @@ -109,6 +109,10 @@ if [ $? == 0 ]; then while (true); do dfbtest_fillrect; done & NOFB=1 ;; + net) + netserver + iperf -s -D -w 256000 + ;; esac fi