ceph/suites/marginal/multiclient/tasks/fsx-mpi-cfuse.yaml
Sam Lang 573f5315ed marginal/multiclient: Matching tests for kclient
Signed-off-by: Sam Lang <sam.lang@inktank.com>
2013-01-08 13:57:21 -06:00

19 lines
424 B
YAML

tasks:
- ceph:
- ceph-fuse:
- pexec:
clients:
- cd /tmp/cephtest
- wget http://ceph.com/qa/fsx-mpi.c
- mpicc fsx-mpi.c -o fsx-mpi
- rm fsx-mpi.c
- ln -s /tmp/cephtest/mnt.* /tmp/cephtest/gmnt
- ssh_keys:
- mpi:
exec: /tmp/cephtest/fsx-mpi 1MB -N 50000 -p 10000 -l 1048576
workdir: /tmp/cephtest/gmnt
- pexec:
all:
- rm /tmp/cephtest/gmnt
- rm /tmp/cephtest/fsx-mpi