Skip to content

Commit

Permalink
qa: Add knfsd reexport suite
Browse files Browse the repository at this point in the history
Feature http://tracker.newdream.net/issues/3621

Signed-off-by: David Zafman <[email protected]>
  • Loading branch information
David Zafman committed Jan 3, 2013
1 parent eee795c commit aaa03bb
Show file tree
Hide file tree
Showing 7 changed files with 72 additions and 0 deletions.
5 changes: 5 additions & 0 deletions clusters/extra-client.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
roles:
- [mon.a, mon.c, osd.0, osd.1, osd.2]
- [mon.b, mds.a, osd.3, osd.4, osd.5]
- [client.0]
- [client.1]
1 change: 1 addition & 0 deletions suites/nfs/basic/clusters/extra-client.yaml
18 changes: 18 additions & 0 deletions suites/nfs/basic/tasks/nfs_workunit_misc.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
tasks:
- ceph:
- kclient: [client.0]
- knfsd: [client.0]
- nfs:
client.1:
server: client.0
options: [rw,hard,intr,nfsvers=3]
- workunit:
clients:
client.1:
- misc/chmod.sh
- misc/i_complete_vs_rename.sh
- misc/trivial_sync.sh
#- misc/multiple_rsync.sh
#- misc/xattrs.sh
# Once we can run multiple_rsync.sh and xattrs.sh we can change to this
# - misc
12 changes: 12 additions & 0 deletions suites/nfs/basic/tasks/nfs_workunit_suites_blogbench.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
tasks:
- ceph:
- kclient: [client.0]
- knfsd: [client.0]
- nfs:
client.1:
server: client.0
options: [rw,hard,intr,nfsvers=3]
- workunit:
clients:
client.1:
- suites/blogbench.sh
12 changes: 12 additions & 0 deletions suites/nfs/basic/tasks/nfs_workunit_suites_dbench.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
tasks:
- ceph:
- kclient: [client.0]
- knfsd: [client.0]
- nfs:
client.1:
server: client.0
options: [rw,hard,intr,nfsvers=3]
- workunit:
clients:
client.1:
- suites/dbench-short.sh
12 changes: 12 additions & 0 deletions suites/nfs/basic/tasks/nfs_workunit_suites_ffsb.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
tasks:
- ceph:
- kclient: [client.0]
- knfsd: [client.0]
- nfs:
client.1:
server: client.0
options: [rw,hard,intr,nfsvers=3]
- workunit:
clients:
client.1:
- suites/ffsb.sh
12 changes: 12 additions & 0 deletions suites/nfs/basic/tasks/nfs_workunit_suites_iozone.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
tasks:
- ceph:
- kclient: [client.0]
- knfsd: [client.0]
- nfs:
client.1:
server: client.0
options: [rw,hard,intr,nfsvers=3]
- workunit:
clients:
client.1:
- suites/iozone.sh

0 comments on commit aaa03bb

Please sign in to comment.