Whamcloud - gitweb
Add a start on the bare-bones acceptance test for CVS HEAD merges, which
[fs/lustre-release.git] / lustre / tests / acceptance-small.sh
1 #!/bin/sh
2 # script which _must_ complete successfully (at minimum) before checkins to
3 # the CVS HEAD are allowed.
4 set -vxe
5 sh local.sh
6 sh runtests --reformat local.xml
7
8 sh lov.sh
9 sh runtests --reformat lov.xml
10
11 export NAME=local
12 sh llmount.sh
13 sh sanity
14 sh rundbench 1
15 sh llmountcleanup.sh
16
17 export NAME=lov
18 llmount.sh
19 sh sanity
20 sh rundbench 1
21 sh llmountcleanup.sh