4 # $1 = test-nr, $2 = count, $3 = seed
8 pid
=`ps ax | grep dp8390 | grep usr.sbin |
9 sed 's,^[ ]*,,;s,[ ].*,,`
13 .
/swifi
-f /usr
/build
/drivers
/dp8390
/dp8390
$pid $1 $2 $3 >/tmp
/out
16 echo "driver failed to die, params: test $1, count $2, seed $3"
21 # $1 = count, $2 = seed
24 do_one
6 $count $seed # Source fault
25 do_one
5 $count $seed # Destination fault
26 do_one
8 $count $seed # Pointer fault
27 do_one
14 $count $seed # Interface fault
28 do_one
12 $count $seed # Loop fault
29 do_one
0 $count $seed # Text fault
30 do_one
4 $count $seed # Nop fault