X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/blobdiff_plain/98eedfde4ce2dd4e59df37af5ebb1317f732a876..b1cad43854f775cfd8bbab0d8279758b00e2b2b6:/gw-tests/nop-highprio.sh diff --git a/gw-tests/nop-highprio.sh b/gw-tests/nop-highprio.sh index 271d64e..afc9c8b 100755 --- a/gw-tests/nop-highprio.sh +++ b/gw-tests/nop-highprio.sh @@ -3,6 +3,11 @@ . lib.sh main() { + if [ "$kvers" = 3.0.4-rt14-00008-gb2052fd -a "$load" = eth ]; then echo "Skipping eth test"; SKIPPED=1; return; fi + + #Same problem as above? After this test, the board has to be restarted to start working. + if [ "$kvers" = 3.4.33-rt47-00004-gc58c9ae -a "$load" = eth ]; then echo "Skipping eth test"; +SKIPPED=1; return; fi; sshgw cangw -A -s can0 -d can1 sshgw 'if pid=`pidof irq/145-can0`; then chrt -p -f 99 $pid; fi' sshgw 'if pid=`pidof irq/146-can1`; then chrt -p -f 99 $pid; fi' @@ -22,15 +27,15 @@ main() { plot_cmds() { cat <