Skip to content

Commit

Permalink
Added test_repo directory
Browse files Browse the repository at this point in the history
Added the test_repo/ directory, which provides an example of
what the default test scheduler should look like after it is
unpacked. This directory is also used by pounder to fetch
the excluded/ directory when handling creation of new
test schedulers using pounder -c (described in further detail
in doc/SCHEDULER).

Signed-off-by: Lucy Liang <[email protected]>
  • Loading branch information
Lucy Liang authored and metan-ucw committed Nov 2, 2011
1 parent b23a3c9 commit 7038520
Show file tree
Hide file tree
Showing 45 changed files with 129 additions and 0 deletions.
1 change: 1 addition & 0 deletions tools/pounder21/test_repo/D01stats
1 change: 1 addition & 0 deletions tools/pounder21/test_repo/T00hwinfo
1 change: 1 addition & 0 deletions tools/pounder21/test_repo/T00sysrq_on
1 change: 1 addition & 0 deletions tools/pounder21/test_repo/T01screen_noblank
1 change: 1 addition & 0 deletions tools/pounder21/test_repo/T10single/T00xterm_stress
1 change: 1 addition & 0 deletions tools/pounder21/test_repo/T10single/T01ltp
6 changes: 6 additions & 0 deletions tools/pounder21/test_repo/T10single/T02ipmitool
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/bash

trap 'exit 0' 15

$POUNDER_HOME/test_scripts/ipmitool
exit $?
5 changes: 5 additions & 0 deletions tools/pounder21/test_repo/T90ramp/D01bonnie++
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash

trap 'exit 0' 15
$POUNDER_HOME/infinite_loop $POUNDER_HOME/test_scripts/bonnie++
exit $?
5 changes: 5 additions & 0 deletions tools/pounder21/test_repo/T90ramp/D02build_kernel
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash

trap 'exit 0' 15
$POUNDER_HOME/infinite_loop $POUNDER_HOME/test_scripts/build_kernel
exit $?
5 changes: 5 additions & 0 deletions tools/pounder21/test_repo/T90ramp/D03copy_large_tree
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash

trap 'exit 0' 15
$POUNDER_HOME/infinite_loop $POUNDER_HOME/test_scripts/copy_large_tree
exit $?
5 changes: 5 additions & 0 deletions tools/pounder21/test_repo/T90ramp/D04ddhappy
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash

trap 'exit 0' 15
$POUNDER_HOME/infinite_loop $POUNDER_HOME/test_scripts/ddhappy
exit $?
5 changes: 5 additions & 0 deletions tools/pounder21/test_repo/T90ramp/D05ide_cdrom_copy
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash

trap 'exit 0' 15
$POUNDER_HOME/infinite_loop $POUNDER_HOME/test_scripts/ide_cdrom_copy
exit $?
5 changes: 5 additions & 0 deletions tools/pounder21/test_repo/T90ramp/D06lame
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash

trap 'exit 0' 15
$POUNDER_HOME/infinite_loop $POUNDER_HOME/test_scripts/lame
exit $?
5 changes: 5 additions & 0 deletions tools/pounder21/test_repo/T90ramp/D07cpufreq
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash

trap 'exit 0' 15
$POUNDER_HOME/infinite_loop $POUNDER_HOME/test_scripts/cpufreq
exit $?
5 changes: 5 additions & 0 deletions tools/pounder21/test_repo/T90ramp/D08memtest
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash

trap 'exit 0' 15
$POUNDER_HOME/infinite_loop $POUNDER_HOME/test_scripts/memtest
exit $?
5 changes: 5 additions & 0 deletions tools/pounder21/test_repo/T90ramp/D09memxfer5b
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash

trap 'exit 0' 15
$POUNDER_HOME/infinite_loop $POUNDER_HOME/test_scripts/memxfer5b
exit $?
5 changes: 5 additions & 0 deletions tools/pounder21/test_repo/T90ramp/D10nfs
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash

trap 'exit 0' 15
$POUNDER_HOME/infinite_loop $POUNDER_HOME/test_scripts/nfs
exit $?
5 changes: 5 additions & 0 deletions tools/pounder21/test_repo/T90ramp/D11ramsnake
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash

trap 'exit 0' 15
$POUNDER_HOME/infinite_loop $POUNDER_HOME/test_scripts/ramsnake
exit $?
5 changes: 5 additions & 0 deletions tools/pounder21/test_repo/T90ramp/D12random_syscall
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash

trap 'exit 0' 15
$POUNDER_HOME/infinite_loop $POUNDER_HOME/test_scripts/random_syscall
exit $?
5 changes: 5 additions & 0 deletions tools/pounder21/test_repo/T90ramp/D13mem_alloc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash

trap 'exit 0' 15
$POUNDER_HOME/infinite_loop $POUNDER_HOME/test_scripts/mem_alloc
exit $?
5 changes: 5 additions & 0 deletions tools/pounder21/test_repo/T90ramp/D14ltp
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash

trap 'exit 0' 15
$POUNDER_HOME/infinite_loop $POUNDER_HOME/test_scripts/ltp
exit $?
5 changes: 5 additions & 0 deletions tools/pounder21/test_repo/T90ramp/D15time_consistency
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash

trap 'exit 0' 15
$POUNDER_HOME/infinite_loop $POUNDER_HOME/test_scripts/time_consistency
exit $?
5 changes: 5 additions & 0 deletions tools/pounder21/test_repo/T90ramp/D16time_drift
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash

trap 'exit 0' 15
$POUNDER_HOME/infinite_loop $POUNDER_HOME/test_scripts/time_drift
exit $?
5 changes: 5 additions & 0 deletions tools/pounder21/test_repo/T90ramp/D17xterm_stress
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash

trap 'exit 0' 15
$POUNDER_HOME/infinite_loop $POUNDER_HOME/test_scripts/xterm_stress
exit $?
1 change: 1 addition & 0 deletions tools/pounder21/test_repo/T90ramp/T01rampup
1 change: 1 addition & 0 deletions tools/pounder21/test_repo/T90ramp/T02rampup
1 change: 1 addition & 0 deletions tools/pounder21/test_repo/T90ramp/T03rampup
1 change: 1 addition & 0 deletions tools/pounder21/test_repo/T90ramp/T04rampup
1 change: 1 addition & 0 deletions tools/pounder21/test_repo/T90ramp/T05rampup
1 change: 1 addition & 0 deletions tools/pounder21/test_repo/T90ramp/T06rampup
1 change: 1 addition & 0 deletions tools/pounder21/test_repo/T90ramp/T07rampup
1 change: 1 addition & 0 deletions tools/pounder21/test_repo/T90ramp/T08rampup
1 change: 1 addition & 0 deletions tools/pounder21/test_repo/T90ramp/T09rampup
1 change: 1 addition & 0 deletions tools/pounder21/test_repo/T90ramp/T10rampup
1 change: 1 addition & 0 deletions tools/pounder21/test_repo/T90ramp/T11rampup
1 change: 1 addition & 0 deletions tools/pounder21/test_repo/T90ramp/T12rampup
1 change: 1 addition & 0 deletions tools/pounder21/test_repo/T90ramp/T13rampup
1 change: 1 addition & 0 deletions tools/pounder21/test_repo/T90ramp/T14rampup
1 change: 1 addition & 0 deletions tools/pounder21/test_repo/T90ramp/T15rampup
1 change: 1 addition & 0 deletions tools/pounder21/test_repo/T90ramp/T16rampup
1 change: 1 addition & 0 deletions tools/pounder21/test_repo/T90ramp/T17rampup
4 changes: 4 additions & 0 deletions tools/pounder21/test_repo/T90ramp/T99runawhile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash

# Run for two days
sleep 172800
3 changes: 3 additions & 0 deletions tools/pounder21/test_repo/T90ramp/ramp_wait
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash

sleep 30
1 change: 1 addition & 0 deletions tools/pounder21/test_repo/T99screen_blank
7 changes: 7 additions & 0 deletions tools/pounder21/test_repo/excluded/testlist
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# The purpose of this file is to keep tabs on
# which pounder subtests are excluded from the
# test run. Whenever ./pounder -e subtest-to-exclude
# is used, the subtest name and path get logged
# here.

# DO NOT MODIFY THIS FILE.

0 comments on commit 7038520

Please sign in to comment.