From 8cf971360420d82d60e94c67f0a19bac76639462 Mon Sep 17 00:00:00 2001 From: Konrad Rzeszutek Wilk Date: Wed, 9 Feb 2011 17:58:33 -0500 Subject: [PATCH] test=net launches netperf and iperf. --- root_image/etc/init.d/rcS | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.39.5