Whamcloud - gitweb
b=1993
authorccooper <ccooper>
Fri, 28 Nov 2003 21:40:22 +0000 (21:40 +0000)
committerccooper <ccooper>
Fri, 28 Nov 2003 21:40:22 +0000 (21:40 +0000)
commit63078ffc1f31206b85c66e05f7e6da6c87a842cd
treebb88841be360ec0136c48ce2bfd327bc59f71524
parenteba4f454dafff5aaec4205de3eeebe6868a0a671
b=1993

- wrapper for sanity that will submit test output to buffalo. Based on an original script by sice for UML that I updated to work with real hardware as well.

Requires: recent checkout of ltest module, b_tdevel branch. If you plan to use this wrapper with UML, you must be able to DSH into UML from your host machine.

Here is an example command line I use to run the wrapper on mdev:

LTESTDIR=/home/ccooper/b_tdevel NETWORKTYPE=elan  sh sanity-buffalo.sh --sender=ccooper@clusterfs.com --extra-params="START=' ' CLEAN=' ' SANITYLOG=/tmp/sanity.log" --target=mdev10 --config=lov

...and that yielded the following buffalo-sandbox report:

https://buffalo-sandbox.clusterfs.com/display_report.pl?report_id=121

Reports are sent to the buffalo-sandbox by default to avoid cluttering buffalo proper with bogus results, which inevitably happens when you're first trying to get reporting setup on a new cluster. You can toggle the RECIPIENTS variable in the source once the wrapper is reporting properly.
lustre/tests/sanity-buffalo.sh [new file with mode: 0755]