]> xenbits.xensource.com Git - xentesttools/bootstrap.git/commitdiff
test=net launches netperf and iperf.
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Wed, 9 Feb 2011 22:58:33 +0000 (17:58 -0500)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Wed, 9 Feb 2011 22:58:33 +0000 (17:58 -0500)
root_image/etc/init.d/rcS

index caba71873ff0e7e96811a346388d2c766fe60648..31f6c921e3d7bf590c717e1fbdb838d13b85c21d 100755 (executable)
@@ -109,6 +109,10 @@ if [ $? == 0 ]; then
                        while (true); do dfbtest_fillrect; done &
                        NOFB=1
                        ;;
+               net)
+                       netserver
+                       iperf -s -D -w 256000
+                       ;;      
        esac
 fi