]> rtime.felk.cvut.cz Git - can-benchmark.git/blobdiff - tests/ethflood.sh
Rename broken test (to be skipped)
[can-benchmark.git] / tests / ethflood.sh
index 54911eb94e274aafd60525f7714dde656fc6fa9f..cdad2cd2e739bc60b5e10996d73ef11fee04f45d 100755 (executable)
@@ -9,7 +9,7 @@ t() {
        echo 0 1 > $DRIVER-$i-1000.dat
        if [ $i != "boost" ] || boost_irq_prio 90; then
            PID_S=`vca_canping -s 1 -b -R FF:$RTPRIO -d $CAN1`
-           vca_canping -m 1 -R FF:$RTPRIO -v -g $DRIVER-$i -t 1 -d $CAN0 -w 2 -c $COUNT
+           vca_canping -m 1 -R FF:$RTPRIO -v -g $DRIVER-$i -t 1 -d $CAN0 -w 0 -c $COUNT
            kill $PID_S
        fi
        kill $PID_PING
@@ -18,7 +18,7 @@ t() {
 
 
 
-PLOT_CMD='
+p() { cat <<EOF
 set title "Round-trip time with ethernet load - ping -f"
 set logscale y
 set grid
@@ -28,5 +28,5 @@ plot [0:] "socketcan-norm-1000.dat" with lp lt 1 title "Socketcan",\
           "lincan-norm-1000.dat" with lp lt 2 title "Lincan",\
           "socketcan-boost-1000.dat" with lp lt 1 title "Socketcan boosted IRQ prio",\
           "lincan-boost-1000.dat" with lp lt 2 title "Lincan boosted IRQ prio"
-'
-
+EOF
+}