Skip to content

Commit

Permalink
update ktest.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mita committed May 25, 2010
1 parent 2d50c56 commit ed29a24
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions ktest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ dmatest
ring_buffer_benchmark
"

#
# kernel modules
#
for m in $MODULES; do
modprobe $m
done
Expand All @@ -20,11 +23,17 @@ modprobe rcutorture
sleep 5
modprobe -r rcutorture

(cd ~/scm/linux-2.6/scripts/rt-tester; ./check-all.sh)

#
# userspace tests
#
make -C drivers/md/raid6test/
./drivers/md/raid6test/raid6test

(cd ~/scm/linux-2.6/scripts/rt-tester; ./check-all.sh)

#
# todo
#
cat << EOF > /dev/null
test_suspend
test_kprobes
Expand All @@ -34,7 +43,5 @@ kmemcheck/selftest
atomic64_test
trace_selftest
drivers/net/sfc/selftest.c
./drivers/md/raid6test/test.c
Documentations
EOF

0 comments on commit ed29a24

Please sign in to comment.