]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rados/objectstore: move objectstore related tests from singleton-nomsgr
authorSage Weil <sage@redhat.com>
Mon, 21 Jul 2014 23:48:59 +0000 (16:48 -0700)
committerSage Weil <sage@redhat.com>
Wed, 23 Jul 2014 18:04:02 +0000 (11:04 -0700)
Just so they're in a nice convenient bunch.

Signed-off-by: Sage Weil <sage@redhat.com>
12 files changed:
suites/rados/objectstore/alloc-hint.yaml [new file with mode: 0644]
suites/rados/objectstore/filejournal.yaml [new file with mode: 0644]
suites/rados/objectstore/filestore-idempotent-aio-journal.yaml [new file with mode: 0644]
suites/rados/objectstore/filestore-idempotent.yaml [new file with mode: 0644]
suites/rados/objectstore/objectcacher-stress.yaml [new file with mode: 0644]
suites/rados/objectstore/objectstore.yaml [new file with mode: 0644]
suites/rados/singleton-nomsgr/all/alloc-hint.yaml [deleted file]
suites/rados/singleton-nomsgr/all/filejournal.yaml [deleted file]
suites/rados/singleton-nomsgr/all/filestore-idempotent-aio-journal.yaml [deleted file]
suites/rados/singleton-nomsgr/all/filestore-idempotent.yaml [deleted file]
suites/rados/singleton-nomsgr/all/objectcacher-stress.yaml [deleted file]
suites/rados/singleton-nomsgr/all/objectstore.yaml [deleted file]

diff --git a/suites/rados/objectstore/alloc-hint.yaml b/suites/rados/objectstore/alloc-hint.yaml
new file mode 100644 (file)
index 0000000..8315aba
--- /dev/null
@@ -0,0 +1,17 @@
+roles:
+- [mon.a, osd.0, osd.1, osd.2, client.0]
+
+overrides:
+  ceph:
+    fs: xfs
+    conf:
+      osd:
+        filestore xfs extsize: true
+
+tasks:
+- install:
+- ceph:
+- workunit:
+    clients:
+      all:
+        - rados/test_alloc_hint.sh
diff --git a/suites/rados/objectstore/filejournal.yaml b/suites/rados/objectstore/filejournal.yaml
new file mode 100644 (file)
index 0000000..c647a61
--- /dev/null
@@ -0,0 +1,8 @@
+roles:
+- [mon.0, osd.0, osd.1, client.0]
+tasks:
+- install:
+- ceph:
+- exec:
+    client.0:
+      - ceph_test_filejournal
diff --git a/suites/rados/objectstore/filestore-idempotent-aio-journal.yaml b/suites/rados/objectstore/filestore-idempotent-aio-journal.yaml
new file mode 100644 (file)
index 0000000..17fe515
--- /dev/null
@@ -0,0 +1,9 @@
+roles:
+- [mon.0, osd.0, osd.1, client.0]
+tasks:
+- install:
+- ceph:
+    conf:
+      global:
+        journal aio: true
+- filestore_idempotent:
diff --git a/suites/rados/objectstore/filestore-idempotent.yaml b/suites/rados/objectstore/filestore-idempotent.yaml
new file mode 100644 (file)
index 0000000..3d1894c
--- /dev/null
@@ -0,0 +1,6 @@
+roles:
+- [mon.0, osd.0, osd.1, client.0]
+tasks:
+- install:
+- ceph:
+- filestore_idempotent:
diff --git a/suites/rados/objectstore/objectcacher-stress.yaml b/suites/rados/objectstore/objectcacher-stress.yaml
new file mode 100644 (file)
index 0000000..8b091c9
--- /dev/null
@@ -0,0 +1,9 @@
+roles:
+- [mon.0, osd.0, osd.1, client.0]
+tasks:
+- install:
+- ceph:
+- workunit:
+    clients:
+      all:
+        - osdc/stress_objectcacher.sh
diff --git a/suites/rados/objectstore/objectstore.yaml b/suites/rados/objectstore/objectstore.yaml
new file mode 100644 (file)
index 0000000..a0ece14
--- /dev/null
@@ -0,0 +1,8 @@
+roles:
+- [mon.0, osd.0, osd.1, client.0]
+tasks:
+- install:
+- exec:
+    client.0:
+      - mkdir $TESTDIR/ostest && cd $TESTDIR/ostest && ceph_test_objectstore
+      - rm -rf $TESTDIR/ostest
diff --git a/suites/rados/singleton-nomsgr/all/alloc-hint.yaml b/suites/rados/singleton-nomsgr/all/alloc-hint.yaml
deleted file mode 100644 (file)
index 8315aba..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-roles:
-- [mon.a, osd.0, osd.1, osd.2, client.0]
-
-overrides:
-  ceph:
-    fs: xfs
-    conf:
-      osd:
-        filestore xfs extsize: true
-
-tasks:
-- install:
-- ceph:
-- workunit:
-    clients:
-      all:
-        - rados/test_alloc_hint.sh
diff --git a/suites/rados/singleton-nomsgr/all/filejournal.yaml b/suites/rados/singleton-nomsgr/all/filejournal.yaml
deleted file mode 100644 (file)
index c647a61..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-roles:
-- [mon.0, osd.0, osd.1, client.0]
-tasks:
-- install:
-- ceph:
-- exec:
-    client.0:
-      - ceph_test_filejournal
diff --git a/suites/rados/singleton-nomsgr/all/filestore-idempotent-aio-journal.yaml b/suites/rados/singleton-nomsgr/all/filestore-idempotent-aio-journal.yaml
deleted file mode 100644 (file)
index 17fe515..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-roles:
-- [mon.0, osd.0, osd.1, client.0]
-tasks:
-- install:
-- ceph:
-    conf:
-      global:
-        journal aio: true
-- filestore_idempotent:
diff --git a/suites/rados/singleton-nomsgr/all/filestore-idempotent.yaml b/suites/rados/singleton-nomsgr/all/filestore-idempotent.yaml
deleted file mode 100644 (file)
index 3d1894c..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-roles:
-- [mon.0, osd.0, osd.1, client.0]
-tasks:
-- install:
-- ceph:
-- filestore_idempotent:
diff --git a/suites/rados/singleton-nomsgr/all/objectcacher-stress.yaml b/suites/rados/singleton-nomsgr/all/objectcacher-stress.yaml
deleted file mode 100644 (file)
index 8b091c9..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-roles:
-- [mon.0, osd.0, osd.1, client.0]
-tasks:
-- install:
-- ceph:
-- workunit:
-    clients:
-      all:
-        - osdc/stress_objectcacher.sh
diff --git a/suites/rados/singleton-nomsgr/all/objectstore.yaml b/suites/rados/singleton-nomsgr/all/objectstore.yaml
deleted file mode 100644 (file)
index a0ece14..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-roles:
-- [mon.0, osd.0, osd.1, client.0]
-tasks:
-- install:
-- exec:
-    client.0:
-      - mkdir $TESTDIR/ostest && cd $TESTDIR/ostest && ceph_test_objectstore
-      - rm -rf $TESTDIR/ostest