X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/blobdiff_plain/0b2e5ef7d28c6659e3eceede1ec8c9c5f4d2374b..04e52ed0d948cbc94848b96b72cb9c36eac27212:/gw-tests/vcan.sh diff --git a/gw-tests/vcan.sh b/gw-tests/vcan.sh index a226b32..5dcb812 100755 --- a/gw-tests/vcan.sh +++ b/gw-tests/vcan.sh @@ -5,7 +5,7 @@ numjobs=`seq 0 2 10` main() { - if [ "$kvers" = 3.0.4-rt14-00009-gb6b48cd -a "$load" = eth -a $traffic != oneatatime ]; then echo "Skipping eth test"; SKIPPED=1; return; fi + 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 @@ -24,7 +24,7 @@ ADDITIONAL_PLOTS=detail plot_cmds() { if [[ "$1" = detail ]]; then - range=0.1:0.4 + range=0:0.4 echo "set logscale y" echo "set mxtics " else