Signed-off-by: Sam Lang <sam.lang@inktank.com>
--- /dev/null
+tasks:
+- ceph:
+- ceph-fuse:
+- pexec:
+ clients:
+ - cd /tmp/cephtest
+ - wget http://ceph.com/qa/mdtest-1.8.4.tgz
+ - tar xvfz mdtest-1.8.4.tgz
+ - rm /tmp/cephtest/mdtest-1.8.4.tgz
+ - cd mdtest-1.8.4
+ - make
+ - ln -s /tmp/cephtest/mnt.* /tmp/cephtest/gmnt
+- ssh_keys:
+- mpi:
+ exec: /tmp/cephtest/mdtest-1.8.4/mdtest -d /tmp/cephtest/gmnt -I 20 -z 5 -b 2 -R
+- pexec:
+ all:
+ - rm -f /tmp/cephtest/gmnt
+ - rm -rf /tmp/cephtest/mdtest-1.8.4
+ - rm -rf /tmp/cephtest/._mdtest-1.8.4