2012-12-05 23:54:11 +00:00
|
|
|
#!/bin/bash
|
|
|
|
|
|
|
|
mkdir /tmp/cephtest
|
2013-02-15 17:20:14 +00:00
|
|
|
#wget https://raw.github.com/ceph/ceph/master/qa/run_xfstests.sh
|
2013-02-18 18:58:10 +00:00
|
|
|
wget -O run_xfstests.sh 'https://ceph.com/git/?p=ceph.git;a=blob_plain;f=qa/run_xfstests.sh'
|
2012-12-05 23:54:11 +00:00
|
|
|
chmod +x run_xfstests.sh
|
2012-12-12 01:18:14 +00:00
|
|
|
# tests excluded fail in the current testing vm regardless of whether
|
|
|
|
# rbd is used
|
|
|
|
|
2013-11-02 01:41:02 +00:00
|
|
|
./run_xfstests.sh -c 1 -f xfs -t /dev/vdb -s /dev/vdc 1-7 9-17 19-26 28-49 51-61 63 66-67 69-79 83 85-105 108-110 112-135 137-170 174-191 193-204 206-217 220-227 230-231 233 235-241 243-249 251-262 264-278 281-286 288-289
|