From: Michal Sojka Date: Tue, 20 Sep 2011 23:43:56 +0000 (+0200) Subject: Do not run eth load with highprio and 3.0-rt X-Git-Tag: fix-allnoconfig~183 X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/commitdiff_plain/4f8cf5177cf541df7ff4bdf316cc717245a6cb36?hp=5c61beffdb88002b3296c079188ffdb794f96149 Do not run eth load with highprio and 3.0-rt --- diff --git a/gw-tests/nop-highprio.sh b/gw-tests/nop-highprio.sh index 219fe05..989f9b2 100755 --- a/gw-tests/nop-highprio.sh +++ b/gw-tests/nop-highprio.sh @@ -3,6 +3,8 @@ . lib.sh main() { + if [ "$kvers" = 3.0.4-rt14-00009-gb6b48cd -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'