]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: add pjd test; change default monhost to cosd0
authorSage Weil <sage@newdream.net>
Fri, 16 Oct 2009 20:30:31 +0000 (13:30 -0700)
committerSage Weil <sage@newdream.net>
Fri, 16 Oct 2009 23:38:51 +0000 (16:38 -0700)
qa/client/20_pjd.sh [new file with mode: 0755]
qa/client/common.sh

diff --git a/qa/client/20_pjd.sh b/qa/client/20_pjd.sh
new file mode 100755 (executable)
index 0000000..7752f30
--- /dev/null
@@ -0,0 +1,19 @@
+#!/bin/bash
+
+basedir=`echo $0 | sed 's/[^/]*$//g'`.
+. $basedir/common.sh
+
+mount
+enter_mydir
+
+wget http://tuxera.com/sw/qa/pjd-fstest-20080816.tgz
+tar zxvf pjd*
+cd pjd*
+make
+cd ..
+mkdir tmp
+cd tmp
+prove -r ../pjd*/tests
+
+leave_mydir
+umount
index 063effbf1ebf5b3fb62d0cdce35b295614789847..d032d26102e9b35c7c4343e2a2690fedeebdbe54 100644 (file)
@@ -3,7 +3,7 @@
 [ -z "$bindir" ] && bindir="."       # location of init-ceph
 [ -z "$conf" ] && conf="$basedir/ceph.conf"
 [ -z "$mnt" ] && mnt="/c"
-[ -z "$monhost" ] && monhost="cephbooter"
+[ -z "$monhost" ] && monhost="cosd0"
 
 set -e