]> rtime.felk.cvut.cz Git - can-benchmark.git/blobdiff - gw-tests/vcan.sh
Allow ranning experiments for all kernels
[can-benchmark.git] / gw-tests / vcan.sh
index 7c89c4000b64b82735db12aadc94966cbf300a17..6ba6ff79991e2a8bd807f129d744e8d0f6458e9f 100755 (executable)
@@ -5,6 +5,7 @@
 numjobs=`seq 0 2 10`
 
 main() {
+    if [ "$kvers" = 3.0.4-rt14-00008-gb2052fd -a "$load" = eth -a $traffic != oneatatime ]; then echo "Skipping eth test"; SKIPPED=1; return; fi
     sshgw 'ip link add dev vcan0 type vcan && ip link set vcan0 up'
     for i in $numjobs; do
        cleanupgw
@@ -31,7 +32,7 @@ plot_cmds() {
        echo "set logscale xy"
     fi
     cat <<EOF
-set title "Chained GW jobs on a single VCAN interface"
+set title "Chained GWs on a single VCAN interface"
 set grid xtics mxtics ytics mytics lw 1, lw 0.5
 set xlabel "Time [ms]"
 set ylabel "Latency profile [messages]"